Commit Graph

6199 Commits

Author SHA1 Message Date
Greg Arndt
5c60576173 Bug 1104012 - add cppunit for b2g emulator r=lightsofapollo 2014-11-26 10:11:42 -08:00
Greg Arndt
253019a33d Bug 1099235 - Added Gip tests for b2g desktop r=lightsofapollo 2014-11-26 10:11:42 -08:00
Greg Arndt
10c20b6fc4 Bug 1099259 - added tasks for mn and mnw tests on emulator r=lightsofapollo,mdas 2014-11-26 10:11:41 -08:00
Greg Arndt
3ba02502a5 Bug 1104007 - Add mochitest and mochitest-media tasks for b2g emulator r=lightsofapollo 2014-11-26 10:11:41 -08:00
Wander Lairson Costa
1ae460d919 Bug 1102085: Use "mach environment" to extract the object directory r=lightsofapollo.
If "topobjdir" is None, use default object directory.
2014-11-26 10:11:41 -08:00
Wander Lairson Costa
98df32c0d1 Bug 1098406: Fix gaia repository path r=garndt.
A commit in the mozilla-central repository [1] broke the gaia URL
repository URL construction code.

We now make sure our code works independent of the leading slash
presence.

[1] http://hg.mozilla.org/mozilla-central/rev/f3782f5c2710
2014-11-26 10:11:41 -08:00
Greg Arndt
70e30dba0a Bug 1104013 - Add reftest task for b2g emulator r=lightsofapollo 2014-11-26 10:11:40 -08:00
Greg Arndt
75df44bcab bug 1103031 - create artifacts directory in tester r=lightsofapollo 2014-11-26 10:11:40 -08:00
Greg Arndt
be063ac922 Bug 1103031 - switch over to using base-test and base-build images r=lightsofapollo 2014-11-26 10:11:40 -08:00
Greg Arndt
f0f26b0ff5 Bug 1103149 - updated job tasks r=lightsofapollo 2014-11-26 10:11:39 -08:00
Greg Arndt
f80fc90a44 Bug 1103136 - dynamically generate graph scope based on tasks r=lightsofapollo 2014-11-26 10:11:39 -08:00
Greg Arndt
7f26dc3238 Bug 1102314 - run linter tests on linux64 b2g desktop opt r=lightsofapollo 2014-11-26 10:11:39 -08:00
Greg Arndt
e341e1479b Bug 1102010 - run build unit tests against b2g desktop r=lightsofapollo 2014-11-26 10:11:39 -08:00
Greg Arndt
cc94d50f90 Bug 1101178 - add mochitest oop tests to b2g desktop opt r=lightsofapollo 2014-11-26 10:11:39 -08:00
Greg Arndt
d059980d8d Bug 1100730 - added reftests sanity oop to b2g desktop opt r=lightsofapollo 2014-11-26 10:11:38 -08:00
Greg Arndt
74fc2a070c Bug 1097971 - Add reftests for b2g desktop opt r=lightsofapollo 2014-11-26 10:11:38 -08:00
Greg Arndt
ef3938ed36 Bug 1099239 - add reftests to linux64 mulet r=lightsofapollo 2014-11-26 10:11:38 -08:00
Greg Arndt
f4919be99c Bug 1099217 - add support for gaia js integration tests r=lightsofapollo 2014-11-26 10:11:38 -08:00
Wander Lairson Costa
d62a168119 Bug 1100657: Raise timeout value for emulator build task. r=lightsofapollo 2014-11-26 10:11:37 -08:00
Greg Arndt
3c279a6780 Bug 1095480 - enable mochitests for linux64 mulet r=lightsofapollo,mshal 2014-11-26 10:11:37 -08:00
Greg Arndt
b17ff3ecc9 BUG 1093830 - builds need moztt package r=lightsofapollo 2014-11-26 10:11:37 -08:00
Wander Lairson Costa
09dec259e2 Bug 1085616: Add support for emulator-ics debug build. r=lightsofapollo 2014-11-26 10:11:37 -08:00
Wander Lairson Costa
5260e92b95 Bug 1098336: Use mozharness debug flag for emulator debug builds. 2014-11-26 10:11:36 -08:00
Wander Lairson Costa
44ef566c22 Bug 1085614: Add support for emulator-ics opt build. 2014-11-26 10:11:36 -08:00
Wander Lairson Costa
786c038565 Bug 1085619: Add support for emulator-jb debug build. 2014-11-26 10:11:36 -08:00
Wander Lairson Costa
512fe66c53 Bug 1085617: Add support for emulator-jb opt build. 2014-11-26 10:11:36 -08:00
Greg Arndt
311783a64b Bug 1098035 - test task file per build type r=lightsofapollo 2014-11-26 10:11:35 -08:00
Wander Lairson Costa
3efa24b1c5 Bug 1085621: Add support for emulator-kk debug build. 2014-11-26 10:11:35 -08:00
Wander Lairson Costa
0a99134430 Bug 1085620 part5: Support emulator builds in trygraph. r=lightsofapollo
Emulator tasks have some additional parameters not found in other
tasks. Therefore, builds can have an 'additional-parameters' field in
which specific task template replacements can be passed to trygraph.
This field is optional.

Moreover, the syntax for job_flags.yml builds was changed a bit.
Now, instead of:

builds:
  <platform>:
    types:
      opt: <task>
      debug: <task>

The syntax is:

builds:
  <platform>:
    types:
      opt:
        task: <task>
        additional-parameters:
          <parameter 1>: <value>
          <parameter 2>: <value>
          ...
      debug:
        task: <task>
        additional-parameters:
          <parameter 1>: <value>
          <parameter 2>: <value>
          ...
2014-11-26 10:11:35 -08:00
Wander Lairson Costa
7f25ba329f Bug 1085620 part4: Support debug builds. r=lightsofapollo
Phone and emualtor builds depends on the environment variable B2G_DEBUG
for debug builds.

mach ci-build now has the --debug option to enable debug builds.
2014-11-26 10:11:35 -08:00
Wander Lairson Costa
5ceb01f1db Bug 1085620 part3: Add emulator build task. r=lightsofapollo
The "mach ci-build" has a new optional argument called b2g-config. This
allows the user to pass the b2g config directory for the target. This
argument is necessary for emulator and phone builds.
2014-11-26 10:11:34 -08:00
Wander Lairson Costa
dbcd1bed96 Bug 1085620 part2: Support for emulator builds in the builder image. r=lightsofapollo
The setup of builder image moved to system-setup.sh script because
needs to do more complex work, like downloading repo and installing
mozilla buildtools package.

The build-emulator.sh script is reponsible for building emulators.
Besides the REPOSITORY and REVISION environment variables, it requires
TARGET and B2G_CONFIG too.
2014-11-26 10:11:34 -08:00
Wander Lairson Costa
9e947b71c6 Bug 1085620 part1: Install virtualenv in the base image. r=lightsofapollo
virtualenv is a dependency for mozharness.
2014-11-26 10:11:34 -08:00
James Lal
524fe2b9b2 Bug 1097825 - Fix graph level scopes for local testing r=wcosta 2014-11-26 10:11:33 -08:00
James Lal
f8e58be9e1 Bug 1102088 - Rename taskcluster mach commands to have taskcluster- prefix r=gps 2014-11-26 10:11:33 -08:00
Greg Arndt
4534ed2946 Bug 1085516 - gecko builds: Add Mulet Linux x64 Opt r=lightsofapollo, wcosta 2014-11-26 10:11:33 -08:00
Rob Wood
c0969810f2 Bug 1088232 - mach ci-docker-run r=wcosta,garndt 2014-11-26 10:11:33 -08:00
Wander Lairson Costa
4656b36b19 Bug 1085505 part3: Add the "ci-tests" mach command r=lightsofapollo,garndt.
The --task-id cli allows you to pass the task id of the correspondent
build task. That's where the b2g image and test file are get from to
run the tests.
2014-11-26 10:11:32 -08:00
Wander Lairson Costa
766d13d317 Bug 1085505 part2: Add "create" and "deadline" fields in the template r=lightsofapollo,garndt.
These fields are required for b2gtest tasks.
2014-11-26 10:11:32 -08:00
Wander Lairson Costa
ced082ac9a Bug 1085505 part1: Update tester image to create "artifacts" directory r=lightsofapollo,garndt.
Artifacts are stored in the /home/worker/artifacts directory. If this
directory doesn't exist, the task finishes unsuccessfully.
2014-11-26 10:11:32 -08:00
Greg Arndt
d2848779ed Bug 1091850 - Use worker for build tasks r=wcosta 2014-11-26 10:11:32 -08:00
Greg Arndt
6d88f59302 Bug 1091850 - Use worker for build tasks r=wcosta 2014-11-26 10:11:31 -08:00
Greg Arndt
16c13948fb Bug 1091850 - Use worker for build tasks r=wcosta 2014-11-26 10:11:31 -08:00
Rob Wood
14776be03d Bug 1090404 : Update docker tester image to use gecko-tree base image r=lightsofapollo 2014-11-26 10:11:31 -08:00
Wander Lairson Costa
9d315e032b Bug 1085511 part2: add b2g desktop debug build task r=lightsofapollo,garndt. 2014-11-26 10:11:31 -08:00
Wander Lairson Costa
3732369806 Bug 1085511 part1: remove unused json files r=lightsofapollo,garndt.
These were tasks in json format put here for tests. Not needed anymore,
kill them.
2014-11-26 10:11:30 -08:00
Wander Lairson Costa
286af35041 Bug 1085513 part3: Remove unused mozconfig files r=lightsofapollo,garndt.
Since we now use the gecko tree mozconfigs for building, the docker
mozconfigs are no longer necessary.
2014-11-26 10:11:30 -08:00
Wander Lairson Costa
ad16105896 Bug 1085513 part2: use nightly mozconfig for b2g desktop builds. r=lightsofapollo,garndt 2014-11-26 10:11:30 -08:00
Wander Lairson Costa
0dc9993a33 Bug 1085513 part1: Detect the mozconfig obj directory. r=lightsofapollo, garndt
We cannot hardcode the object directory because it is configurable
inside the mozconfig file.

Parse the mozconfig and extract the object directory. If it is not
defined, defaults to "/home/worker/object-folder".
2014-11-26 10:11:30 -08:00
Wander Lairson Costa
8c46567d30 Bug 1087456 part4: use build-setup vars to reference repos. r=lightsofapollo,garndt 2014-11-26 10:11:29 -08:00
Wander Lairson Costa
4749c9b5cc Bug 1087456 part3: create repositories parent dirs if they don't exist. r=lightsofapollo,garndt
Older versions of mercurial cannot create inner directories if the
parents don't exist.
2014-11-26 10:11:29 -08:00
Wander Lairson Costa
f685f18194 Bug 1087456 part2: change builder image from "gecko-base" to "base". r=lightsofapollo,garndt
builder image is now based on the "base" image that lives on gecko
tree.
2014-11-26 10:11:29 -08:00
Wander Lairson Costa
47c96b23ae Bug 1087456 part1: Update base image to CentOS 7. r=lightsofapollo,garndt
releng uses CentOS for CI. In order to reuse their packages, we also
move from Ubuntu to CentOS for our base images.
2014-11-26 10:11:29 -08:00
Greg Arndt
f2e195e0ff Bug 1085502 - gecko: Add mach ci-build r=lightsofapollo 2014-11-26 10:11:28 -08:00
James Lal
c16afe0c9d Bug 1068653 - Part 2 add taskcluster trygraph commands r=wcosta, garndt, mdas 2014-11-26 10:11:28 -08:00
James Graham
f1d57a8ee1 Bug 1124311 - Update web-platform-tests expected data to revision 412773b71c81d7356636f698e86d7b544cf48fcb, a=testonly 2015-01-23 20:06:44 +00:00
James Graham
7611f16136 Bug 1124311 - Update web-platform-tests to revision 412773b71c81d7356636f698e86d7b544cf48fcb, a=testonly 2015-01-23 20:06:44 +00:00
Ryan VanderMeulen
cfe4fc910b Backed out changesets 1cbaffb79715 and c22bfc1c641c (bug 1121335) for Marionette failures.
CLOSED TREE
2015-01-23 11:20:46 -05:00
Peter Chang
6dde9f48c0 Bug 1121335 - Add the testing of selectioncarets drag with multiple selection ranges. r=roc 2015-01-23 06:11:00 -05:00
Ting-Yu Chou
adbc8b93d0 Bug 989048 - Clean up emulator temporary files and do not overwrite userdata image. r=ahal 2015-01-23 21:55:43 +08:00
Kershaw Chang
9822caf1c8 Bug 1120839 - Add 'allowXULXBL' permission for nested-oop iframe, r=ted.mielczarek 2015-01-22 07:33:00 +01:00
Morris Tseng
d2243d4652 Bug 1121353 - Use DOMWindowUtils::SendNativeTouchPoint for emitTouchEvent. r=dburns 2015-01-19 23:12:00 +01:00
Valentin Gosu
a47fabf1c9 Bug 1122948 - .hash shouldn't be encoded/decoded for WorkerLocation. r=mrbkap 2015-01-18 00:10:38 +02:00
Boris Zbarsky
df11a255f3 Bug 1121099. Make <basefont> be an HTMLElement to match my reading of the spec and Chrome. r=sicking 2015-01-22 22:36:21 -05:00
Boris Zbarsky
9ba418238a Bug 1121475. Drop special handling of HTML <command> in the void tag list and the sanitizer whitelist, since there is no HTML <command> tag. r=smaug 2015-01-22 22:36:21 -05:00
Ryan VanderMeulen
c74fdd13da Backed out changeset b166a3cda8f6 (bug 1121577) for B2G cpptest startup crashes.
CLOSED TREE
2015-01-22 20:58:36 -05:00
Jonathan Griffin
7661007485 Bug 1121577 - Only toggle security pref during a session, r=AutomatedTester 2015-01-16 15:38:25 -08:00
Wes Kocher
656649fa26 Backed out changeset dcce08cf9c7d (bug 1123852) for causing a spike in Win7 dromaeo crashes on a CLOSED TREE 2015-01-22 13:42:21 -08:00
Wes Kocher
80391b67a6 Backed out 2 changesets (bug 1124311) for breaking wpt-4 on a CLOSED TREE
Backed out changeset 9a9ab925893c (bug 1124311)
Backed out changeset 51ca8715e7fb (bug 1124311)
2015-01-22 12:46:45 -08:00
Patrick McManus
fe1b21280e bug 1102923 - testing spdy server restart on unhandled exception r=test-only 2015-01-22 12:07:43 -05:00
Ryan VanderMeulen
124d0c1a84 Backed out changeset 0ee76a98f2c3 (bug 989048) because it didn't work. 2015-01-22 10:25:18 -05:00
Dave Hunt
ddfbcb475e Bug 1120364 - Bump marionette_client version to 0.8.7. r=hskupin DONTBUILD 2015-01-22 14:41:51 +00:00
Carsten "Tomcat" Book
44c43cbd1b Merge mozilla-central to mozilla-inbound 2015-01-22 14:39:29 +01:00
Carsten "Tomcat" Book
bd64f16791 merge mozilla-inbound to mozilla-central a=merge 2015-01-22 14:30:51 +01:00
James Graham
98c0da742f Bug 1124311 - Update web-platform-tests expected data to revision 412773b71c81d7356636f698e86d7b544cf48fcb, a=testonly 2015-01-22 12:00:01 +00:00
James Graham
eeb4e9e9ba Bug 1124311 - Update web-platform-tests to revision 412773b71c81d7356636f698e86d7b544cf48fcb, a=testonly 2015-01-22 11:59:59 +00:00
Wes Kocher
a2f7a323b6 Merge m-c to fx-team a=merge 2015-01-21 16:28:27 -08:00
J. Ryan Stinnett
84c0f7f8f9 Bug 1123945 - Fix --no-autorun harness option. r=jmaher 2015-01-21 15:22:16 -06:00
Andreas Pehrson
6ea5e78733 Bug 992685 - Part 4. Fix wpt expectancies wrt onresize being a global event handler. r=smaug 2015-01-20 22:07:00 +01:00
Carsten "Tomcat" Book
adba590b8a merge mozilla-inbound to mozilla-central a=merge 2015-01-21 14:21:49 +01:00
Geoff Brown
4dc0bf378c Bug 1123443 - Add in-tree test configuration for Android 4.4 emulator unit tests; r=armenzg 2015-01-21 09:26:38 -07:00
Markus Stange
6e323957e1 Bug 1123852 - Update talos.json in order to pick up bug 1119780 and bug 1121571. Also, actually use e10s for the *-snow-e10s tests. r=jmaher 2015-01-21 11:09:00 -05:00
Carsten "Tomcat" Book
8543f94044 Backed out changeset c197752ff132 (bug 1107337) for fixing mn bustage on a CLOSED TREE 2015-01-21 16:46:54 +01:00
Carsten "Tomcat" Book
155e10cceb Backed out changeset c886cd910936 (bug 1107336) 2015-01-21 16:12:13 +01:00
Carsten "Tomcat" Book
5a8e034595 Backed out changeset 3c3d31607785 (bug 1107336) 2015-01-21 16:11:55 +01:00
Carsten "Tomcat" Book
c6892d1bf6 Backed out changeset 805dce7ae79f (bug 1107336) 2015-01-21 16:11:42 +01:00
Carsten "Tomcat" Book
21c2b7aea6 Backed out changeset 6aca01a96d37 (bug 1107336) 2015-01-21 16:11:28 +01:00
Carsten "Tomcat" Book
af73d59b02 Backed out changeset 5a2e085824ae (bug 1107336) 2015-01-21 16:10:57 +01:00
Carsten "Tomcat" Book
e5b1b3b325 Backed out changeset 3c4e0437ace5 (bug 1107336) 2015-01-21 16:10:44 +01:00
Carsten "Tomcat" Book
80d6c429f2 Backed out changeset 4ac07f1f2998 (bug 1107336) 2015-01-21 16:10:27 +01:00
David Burns
d76e0bbc97 Bug 1107336: update Marionette-Client dependencies to include marionette driver; r=jgriffin 2015-01-21 00:32:24 +00:00
David Burns
3c223c5222 Bug 1107336: Update imports for loop tests; r=jgriffin 2015-01-16 15:13:26 +00:00
David Burns
4f3c06ac0f Bug 1107336: selection tests imports for marionette; r=jgriffin 2015-01-09 21:42:06 +00:00
David Burns
3a913530d7 Bug 1107336: Update imports to new Marionette Driver from runner; r=jgriffin 2015-01-05 21:51:03 +00:00
David Burns
832a40af91 Bug 1107336: update tests not covered by manifest for when they are ready; r=jgriffin 2014-12-11 15:56:44 +00:00
David Burns
d5f718b086 Bug 1107336: Update testsuite targets to make sure MarionetteDriver is available; r=jgriffin 2014-12-10 23:54:15 +00:00
David Burns
b21efbbb2b Bug 1107336: Move marionette code for driving the browser out of the runner; r=jgriffin 2014-12-09 20:33:03 +00:00
David Burns
7a8a99dd9a Bug 1107337: Update Marionette unit tests to use Marionette Driver modules; r=jgriffin 2014-12-09 20:17:56 +00:00
Carsten "Tomcat" Book
e4f2c5c98d Merge mozilla-central to mozilla-inbound 2015-01-21 14:32:34 +01:00
James Graham
949997ae53 Bug 1121563 - Setup environment for certutil correctly when running wpt on OSX, r=ted 2015-01-21 11:46:44 +00:00
Ryan VanderMeulen
f529490488 Merge m-c to fx-team. a=merge 2015-01-20 22:16:53 -05:00
Ryan VanderMeulen
4ee74a98e9 Backed out changeset 675a7c4287a5 (bug 1123852) xperf permafail. 2015-01-20 17:23:05 -05:00
Matthew Noorenberghe
bd38933d9f Bug 1098629 - Support the retry button on the error bar in more cases. r=pkerr 2015-01-20 16:12:30 -08:00
Phil Ringnalda
0ee0965cd2 Merge b-i to m-c, a=merge 2015-01-19 18:36:55 -08:00
Ehsan Akhgari
4c13d4e928 Merge m-c into b2g-inbound 2015-01-19 14:35:38 -05:00
Fernando Jimenez
6af4bfbd53 Bug 1097928 - Convert MozPaymentProvider to WebIDL. r=bholley,fabrice 2015-01-19 14:50:32 +01:00
Phil Ringnalda
c77388884e Merge b-i to m-c, a=merge 2015-01-17 13:06:16 -08:00
Wes Kocher
e2bdb0545c Merge m-c to b2g-inbound a=merge 2015-01-16 18:07:28 -08:00
Bill McCloskey
7cc975d82d Backout bug 1118618 on a CLOSED TREE 2015-01-16 14:46:05 -08:00
Fabrice Desré
0e53b87ffa Bug 1113779 - UserCustomizations.jsm spams desktop mochitest test logs r=mccr8 2015-01-16 14:16:03 -08:00
Chris Manchester
3036d10d50 Bug 1117906 - Skip test_accessibility.py b2g as long as it's consistently failing. r=yzen 2015-01-16 16:18:23 -05:00
Jed Davis
f95a6d19c4 Bug 1121663 - Don't auto-wrap chrome->content messages in SpecialPowers.loadChromeScript. f=ochameau rs=ted 2015-01-16 13:40:46 -08:00
Wes Kocher
22a5d4349c Merge fx-team to m-c a=merge 2015-01-15 17:06:55 -08:00
Joel Maher
a414cabae5 Bug 1041500 - Enable run-by-dir mode for mochitest-devtools. r=RyanVM
CLOSED TREE
2015-01-15 10:00:00 -05:00
Andrea Marchesini
03907a11af Bug 1121472 - BroadcastChannel is now supported in Webplatform-tests, r=bz 2015-01-15 16:58:42 +00:00
Brian Smith
64e6633bea Bug 1119776, Part 7: Avoid defining snprintf when MSVC provides it (other), r=bsmedberg 2015-01-08 22:35:33 -08:00
Bill McCloskey
895dd5b731 Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley,bent) 2015-01-16 18:34:47 -08:00
Jeremy Chen
f2e89fca06 Bug 1110917 - Part 3 - Remove HTMLElement.location usage in selection.py. r=dburns 2015-01-05 13:34:24 +08:00
Ryan VanderMeulen
006814a010 Merge m-c to inbound. a=merge 2015-01-14 16:32:58 -05:00
Ryan VanderMeulen
6fd4be373a Merge b2g-inbound to m-c. a=merge 2015-01-14 16:26:57 -05:00
Gregor Wagner
bdeacee6b1 Backout bug 1110917 for Gij red. r=me 2015-01-14 11:26:01 -08:00
Andrew McCreight
53b355ad93 Bug 1121263 - Increase tab process leak threshold on OSX to paper over intermittent leak. r=jmaher 2015-01-14 10:06:46 -08:00
Chris Manchester
399af1cf32 Bug 1120630 - Skip tests failing with e10s enabled.;r=jgriffin 2015-01-13 21:27:26 -05:00
Chris Manchester
4473b6f85d Bug 1120630 - Add --e10s to turn on electrolysis for marionette tests.;r=jgriffin 2015-01-13 21:27:25 -05:00
Jonathan Griffin
ba58d47fd3 Bug 1116187 - Add in-tree config for B2G mochitest-chrome, r=gbrown 2015-01-13 16:31:41 -08:00
Andrew McCreight
940e09eaa4 Bug 1087613 - Reduce content process leak threshold to 20KB. r=erahm 2015-01-13 12:32:35 -08:00
Andrew McCreight
77ce2ef512 Bug 1083897, part 2 - Don't require leak logs for tab processes on Windows. r=jmaher 2015-01-13 12:32:35 -08:00
Andrew McCreight
6292d2e969 Bug 1083897, part 1 - Require leak logs for tab processes on desktop. r=khuey 2015-01-13 12:32:35 -08:00
Armen Zambrano Gasparnian
332167b29b Bug 1064002 - Start using the in-tree categories for Android 2.3 jobs. r=ahal 2015-01-13 15:16:11 -05:00
Ryan VanderMeulen
9349bca205 Backed out changeset 1c0b0e3074c3 (bug 1119952) for frequent Linux debug mochitest failures.
CLOSED TREE
2015-01-13 14:43:34 -05:00
Chris Manchester
799e49a6e9 Bug 1121666 - Use the promptservice instead of a notification box to block tests from starting right away when using marionette with --jsdebugger.;r=automatedtester 2015-01-16 15:01:38 -05:00
Chris Manchester
d77b1a7552 Bug 1118825 - Allow passing None as an argument to executeScript in chrome scope.;r=jgriffin 2015-01-16 15:01:38 -05:00
Chris Manchester
55fd04d702 Bug 1120809 - Unskip test_tab_and_window_handles with e10s enabled.;r=jgriffin 2015-01-16 15:01:37 -05:00
Chris Manchester
b0eb2ff53f Bug 1120809 - Don't fail when trying to retrieve a window from the child process in "Marionette:register".;r=jgriffin 2015-01-16 15:01:37 -05:00
Bill McCloskey
5d09feb86e Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley) 2015-01-16 10:11:18 -08:00
Patrick McManus
9471b8af60 bug 1072478 - h2 push hit not subject to max_concurrent 2/2 r=hurley 2015-01-13 15:26:37 -05:00
Andrew McCreight
0c785863ea Bug 1121263 - Bump the leak threshold again for test_ipc. r=RyanVM
CLOSED TREE
2015-01-16 09:30:43 -08:00
Dave Hunt
bd5345c670 Bug 1118697 - Allow server root to be a base URL to an existing webserver. r=ahal 2015-01-14 02:25:00 -05:00
Julien Pagès
70a76df81c Bug 1119838 - Raise exception early when there is no adb command available; r=bclary 2015-01-19 11:15:53 -05:00
Markus Stange
640e727632 Bug 1123852 - Update talos.json in order to pick up bug 1119780 and bug 1121571. Also, actually use e10s for the *-snow-e10s tests. r=jmaher 2015-01-20 15:33:13 -05:00
Ben Hearsum
e6b197b5e4 No bug: Remove long dead update verify scripts from gecko. They live in https://hg.mozilla.org/build/tools now. r=rail 2015-01-20 13:39:21 -05:00
Patrick McManus
1ce43f94fb bug 1102923 - move spdy/h2 tests off fixed port r=hurley r=ted 2015-01-15 11:12:05 -05:00
Ben Turner
20f36a2cfa Bug 1121519, fix racy test, r=jgraham. 2015-01-14 11:43:31 -08:00
Ryan VanderMeulen
35882877b9 Backed out 11 changesets (bug 966439, bug 1121472) for causing widespread test failures and because inbound isn't Try and shouldn't be treated as such.
Backed out changeset e6cd15d43b5a (bug 1121472)
Backed out changeset 4f9788639f3f (bug 966439)
Backed out changeset ac9a967e5a10 (bug 966439)
Backed out changeset 14d322737871 (bug 966439)
Backed out changeset 8f941e519580 (bug 966439)
Backed out changeset b82d1010c6b4 (bug 966439)
Backed out changeset 2c29a52a03bd (bug 966439)
Backed out changeset e4b0802a3f06 (bug 966439)
Backed out changeset bdc9a0310034 (bug 966439)
Backed out changeset 6b3ae19628e6 (bug 966439)
Backed out changeset 3d23e775033a (bug 966439)

CLOSED TREE
2015-01-14 11:46:14 -05:00
Andrea Marchesini
7f476fada7 Bug 1121472 - Fix BroadcastChannel test failures in webplatform suite on a CLOSED TREE. r=bz 2015-01-14 06:45:00 +01:00
Ujjwal Wahi
f0681fab9b Bug 1121037 - Release mozprofile 0.23. r=whimboo 2015-01-13 23:56:57 +05:30
James Graham
bea2a90c46 Bug 1121962 - Small fixes to web-platform-tests upstreaming script, r=Ms2ger 2015-01-15 16:19:14 +00:00
Andrew Halberstadt
970f12f598 Bug 1120983 - [manifestparser] Split manifestparser.py into several smaller files, r=wlach
Simple refactor that moves logic out of manifestparser.py and into cli.py, expression.py and ini.py.
2015-01-15 09:37:51 -05:00
Martin Thomson
f6495703b1 Bug 1119952 - Reduce log spam from calling finished() multiple times. r=jmaher 2015-01-09 13:32:01 -08:00
Kershaw Chang
02c2794657 Bug 1038620 - Add --nested_oop option to mach test commands, r=ted.mielczarek 2015-01-13 02:07:00 +01:00