Commit Graph

6481 Commits

Author SHA1 Message Date
Greg Arndt
bf78849830 Bug 1099217 - add support for gaia js integration tests r=lightsofapollo
--HG--
extra : rebase_source : 505de6b0ff25a58ab46de807d434b918025e5ad7
extra : source : d13338844aff2919dc85aca6b5f7be846e175484
2014-11-26 10:11:38 -08:00
Wander Lairson Costa
c4635b1629 Bug 1100657: Raise timeout value for emulator build task. r=lightsofapollo
--HG--
extra : rebase_source : f8a9a836000e1b8ac857e41be45c7caac3f58ebc
extra : source : 258e0bc92d78f5ec73ce469d86c395e1e02983b9
2014-11-26 10:11:37 -08:00
Greg Arndt
093eceb566 Bug 1095480 - enable mochitests for linux64 mulet r=lightsofapollo,mshal
--HG--
extra : rebase_source : b804d42570094df4232011fb5ecc4cb7568e5562
extra : source : 320c6c008bddfb3993c7724ee6d1babcee5591de
2014-11-26 10:11:37 -08:00
Greg Arndt
92f37f88e9 BUG 1093830 - builds need moztt package r=lightsofapollo
--HG--
extra : rebase_source : c7925ffc70d87f5afb829cd9d164cca7c8141cfe
extra : source : 074bff523826013a9d120e282abdd39d3bfb6d0c
2014-11-26 10:11:37 -08:00
Wander Lairson Costa
493537d5e2 Bug 1085616: Add support for emulator-ics debug build. r=lightsofapollo
--HG--
extra : rebase_source : 741c0fcfd416c3a900ed580335d1372eb10457b4
extra : source : b96f51a73ac7cad07c34ad762c7f404b0609e322
2014-11-26 10:11:37 -08:00
Wander Lairson Costa
ab78451b99 Bug 1098336: Use mozharness debug flag for emulator debug builds.
--HG--
extra : rebase_source : c01b02793cddab9ac334d25d6ca287bee3ee2c3a
extra : source : 58bdb89189e49a3fca3f2a790b9283d2576a9466
2014-11-26 10:11:36 -08:00
Wander Lairson Costa
742882837d Bug 1085614: Add support for emulator-ics opt build.
--HG--
extra : rebase_source : 925cb9033113d19ae613092920fe8d71382fabe3
extra : source : fba8066ef1060cff8df81bf3e005f1428f1e7f37
2014-11-26 10:11:36 -08:00
Wander Lairson Costa
1bbe32ea28 Bug 1085619: Add support for emulator-jb debug build.
--HG--
extra : rebase_source : 2c479570f5daa27a45f2408f915372c15d780548
extra : source : f47f5a4a432b8c7cdfd5a7874eef44c7069c72b1
2014-11-26 10:11:36 -08:00
Wander Lairson Costa
cb88386338 Bug 1085617: Add support for emulator-jb opt build.
--HG--
extra : rebase_source : c37ca09c11eef2d82e7c9aaeb447b7c5e9ded26d
extra : source : 51d59108d1a0b9f18d185dcf02e5dc2bdfc3928a
2014-11-26 10:11:36 -08:00
Greg Arndt
a79f3e421d Bug 1098035 - test task file per build type r=lightsofapollo
--HG--
extra : rebase_source : eb41d37160e2daa68a44df5ea24951af9f37949b
extra : source : fa3c8d457a17264b4a88650b7e2536014cfb2a84
2014-11-26 10:11:35 -08:00
Wander Lairson Costa
73b1128148 Bug 1085621: Add support for emulator-kk debug build.
--HG--
extra : rebase_source : 90595125560fcf85a67136f77ae7c6b7a2010eb0
extra : source : 9e06d32d56af5b37111ea9da95fa4699420f2355
2014-11-26 10:11:35 -08:00
Wander Lairson Costa
99f5de35e0 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>
          ...

--HG--
extra : rebase_source : 6c9d7a814d5f7ea56373a4b6b0e05c8d14e9dd5f
extra : source : 3b199b4440826312f0695f81eaa6c6e6abeb621f
2014-11-26 10:11:35 -08:00
Wander Lairson Costa
b3ce5959bb 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.

--HG--
extra : rebase_source : dc72f176980fd984349f5b1fd15afa64a8cf13f4
extra : source : 6507be4a59460402559f9dcb2141495fdd099eb6
2014-11-26 10:11:35 -08:00
Wander Lairson Costa
7fb5abde92 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.

--HG--
extra : rebase_source : 40724b5d1b9b33961180e2a019a7237ca13410b4
extra : source : c20ec1fd15670422f517c352c388bd036c454fb6
2014-11-26 10:11:34 -08:00
Wander Lairson Costa
ec6d8af21f 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.

--HG--
extra : rebase_source : 670c03f343a6d6aca51f81373aa5c6734d4b8b6b
extra : source : 30b4e858f2c3d5f093ad87c6098d0d1298ca2fdb
2014-11-26 10:11:34 -08:00
Wander Lairson Costa
721835a133 Bug 1085620 part1: Install virtualenv in the base image. r=lightsofapollo
virtualenv is a dependency for mozharness.

--HG--
extra : rebase_source : a99c7ecc014d3039859d053572681929d007c9c8
extra : source : 336b87456be85c55b4573b2ae8cfb6b3c61dfabe
2014-11-26 10:11:34 -08:00
James Lal
68ebe31a93 Bug 1097825 - Fix graph level scopes for local testing r=wcosta
--HG--
extra : rebase_source : 1312134835ea3a798d7406bfb8c246a712063719
extra : source : 6f342a942d02803608628ce221ef5e6b335057cb
2014-11-26 10:11:33 -08:00
James Lal
f95574f664 Bug 1102088 - Rename taskcluster mach commands to have taskcluster- prefix r=gps
--HG--
extra : rebase_source : d84fd28724924d0a1bd5eb70dae975d70ae1dafe
extra : source : 204d79468fcad62a7abd6146711156f7c67ec8a9
2014-11-26 10:11:33 -08:00
Greg Arndt
c3685f31d2 Bug 1085516 - gecko builds: Add Mulet Linux x64 Opt r=lightsofapollo, wcosta
--HG--
rename : testing/docker/builder/build-b2g-desktop.sh => testing/docker/builder/bin/build-b2g-desktop.sh
rename : testing/docker/builder/build-b2g-desktop.sh => testing/docker/builder/bin/build-mulet-linux.sh
rename : testing/docker/builder/build-setup.sh => testing/docker/builder/bin/build-setup.sh
rename : testing/docker/builder/build.sh => testing/docker/builder/bin/build.sh
rename : testing/docker/builder/get-objdir.py => testing/docker/builder/bin/get-objdir.py
rename : testing/docker/builder/get_gaia_repo.js => testing/docker/builder/bin/get_gaia_repo.js
rename : testing/docker/builder/get_gaia_revision.js => testing/docker/builder/bin/get_gaia_revision.js
rename : testing/taskcluster/tasks/builds/b2g_desktop.yml => testing/taskcluster/tasks/builds/mulet_linux.yml
extra : rebase_source : 27c0bcb0e99214f5994c1e9a98ab91f3ed9a747c
extra : source : cb990f8f1c8140a287fecae536b59f39c3d745e6
2014-11-26 10:11:33 -08:00
Rob Wood
9fb5e3dbf8 Bug 1088232 - mach ci-docker-run r=wcosta,garndt
--HG--
extra : rebase_source : 15b91dbc106814671049e06795bcd0b3c59eda84
extra : source : 583a4f5b9028e094580b4c0ea99a056056be44d2
2014-11-26 10:11:33 -08:00
Wander Lairson Costa
e2c4c8e317 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.

--HG--
extra : rebase_source : 8b781137abbd2e72d0cbbc256de571e6ec31448c
extra : source : 12deaa98e57508737850bfb628b183c46e0efe85
2014-11-26 10:11:32 -08:00
Wander Lairson Costa
c3816e744e Bug 1085505 part2: Add "create" and "deadline" fields in the template r=lightsofapollo,garndt.
These fields are required for b2gtest tasks.

--HG--
extra : rebase_source : 734dab363d4c048de6b6dc93cf4578d459ce0472
extra : source : 5795ad643e02278b7091b3518715f30d0c792616
2014-11-26 10:11:32 -08:00
Wander Lairson Costa
f5899ce299 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.

--HG--
extra : rebase_source : 96829c518bd31baa1921b996af6231a5a758550f
extra : source : c467a0bb28714e52ce1fe97a04a90679650b0800
2014-11-26 10:11:32 -08:00
Greg Arndt
fd98c91c1c Bug 1091850 - Use worker for build tasks r=wcosta
--HG--
extra : rebase_source : 8b721e357428d880ae31d56c8318d0cc1e5e9419
extra : source : 6b05c1f86596e46e1fe6cc249aac59216bec9860
2014-11-26 10:11:32 -08:00
Greg Arndt
616e0b64c7 Bug 1091850 - Use worker for build tasks r=wcosta
--HG--
extra : rebase_source : 93802e5aeff99351a601d7ace7be5559d1460d90
extra : source : ca02980769b64f144a303fd835b445d773002a91
2014-11-26 10:11:31 -08:00
Greg Arndt
e0e324d043 Bug 1091850 - Use worker for build tasks r=wcosta
--HG--
extra : rebase_source : d7447854c147a15587f161d20e64f1e98b9086e3
extra : source : d4e33dca82fa133dd133b793155fb94915b15e94
2014-11-26 10:11:31 -08:00
Rob Wood
406627c7bd Bug 1090404 : Update docker tester image to use gecko-tree base image r=lightsofapollo
--HG--
extra : rebase_source : a5393f1882c14b5ae122e9b496c637833887702c
extra : source : 7cf8f96e169b953fc538419dfe214e5949a4cf56
2014-11-26 10:11:31 -08:00
Wander Lairson Costa
6620cf7c44 Bug 1085511 part2: add b2g desktop debug build task r=lightsofapollo,garndt.
--HG--
extra : rebase_source : 46d95cc985c8d1c12ad07499f3f5f98a1255470e
extra : source : cdc35e8cf3eca024080d71e16161fd5f7166b790
2014-11-26 10:11:31 -08:00
Wander Lairson Costa
d596efa234 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.

--HG--
extra : rebase_source : 0bc20a1ad6fbd8c254732adf9450b6640aa60165
extra : source : 91f727a3f5e321f80b8b833bf622ae7442452123
2014-11-26 10:11:30 -08:00
Wander Lairson Costa
ac11252f8a 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.

--HG--
extra : rebase_source : 86518f6418a00963e9abd23df288fce75d8f52e5
extra : source : bb3a81a684a1d66ae70242609c436b12405970bb
2014-11-26 10:11:30 -08:00
Wander Lairson Costa
33e8562191 Bug 1085513 part2: use nightly mozconfig for b2g desktop builds. r=lightsofapollo,garndt
--HG--
extra : rebase_source : 7e339510be018d37b125d80f04d5d652360bf38a
extra : source : b64291f23f3359665c750a96da394c6c36841b09
2014-11-26 10:11:30 -08:00
Wander Lairson Costa
7b81200895 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".

--HG--
extra : rebase_source : 25eb9e7306d8844b20459c01b1a9a7ee85f3f03d
extra : source : 76e4a3bad9bc5eb124014b0332f82db17bdace11
2014-11-26 10:11:30 -08:00
Wander Lairson Costa
0a551d0abb Bug 1087456 part4: use build-setup vars to reference repos. r=lightsofapollo,garndt
--HG--
extra : rebase_source : 0d2afcb93e1f5f3e992b3d888abd78fa9ca6370d
extra : source : a3d9683617a8ed72203345f4f268241d5d11c658
2014-11-26 10:11:29 -08:00
Wander Lairson Costa
d764c08fba 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.

--HG--
extra : rebase_source : 0a996db89416da64ca7be228814f208975a42570
extra : source : 42a93ffc374f4ef08a8b2f31d1f7ce1067fead15
2014-11-26 10:11:29 -08:00
Wander Lairson Costa
cf0a697064 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.

--HG--
extra : rebase_source : a22e083dca220a52e1b84cf5479969a6c1dc6882
extra : source : 664164ad527d89ce83812d15f99aaff656430f4b
2014-11-26 10:11:29 -08:00
Wander Lairson Costa
c5c858b98b 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.

--HG--
extra : rebase_source : 4c98b24c094391124c5c0239c9191ad83938d914
extra : source : 7392eb8c25c4bec041ac480064c8bdd1c0bdecb8
2014-11-26 10:11:29 -08:00
Greg Arndt
189ffce317 Bug 1085502 - gecko: Add mach ci-build r=lightsofapollo
--HG--
extra : rebase_source : 2a91df8f6cf0cedbb92afcf5a08d24bae94ae5a4
extra : source : b210a15c73fb0888bc593c514a0e2a24c1651c42
2014-11-26 10:11:28 -08:00
James Lal
4eaf9e1e54 Bug 1068653 - Part 2 add taskcluster trygraph commands r=wcosta, garndt, mdas
--HG--
extra : rebase_source : 4d2c484bc780bd20c13b9bca129bd173ac66624a
extra : source : 630a93355767c7813dc7b761309f6728a79c2c80
2014-11-26 10:11:28 -08:00
James Graham
50d4ca7f94 Bug 1124311 - Update web-platform-tests expected data to revision 412773b71c81d7356636f698e86d7b544cf48fcb, a=testonly 2015-01-23 20:06:44 +00:00
James Graham
0cb125d2a8 Bug 1124311 - Update web-platform-tests to revision 412773b71c81d7356636f698e86d7b544cf48fcb, a=testonly 2015-01-23 20:06:44 +00:00
Ryan VanderMeulen
c8405b0f15 Backed out changesets 1cbaffb79715 and c22bfc1c641c (bug 1121335) for Marionette failures.
CLOSED TREE
2015-01-23 11:20:46 -05:00
Peter Chang
773e47a0ea 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
02a694e155 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
bc122cda64 Bug 1120839 - Add 'allowXULXBL' permission for nested-oop iframe, r=ted.mielczarek 2015-01-22 07:33:00 +01:00
Morris Tseng
68f90bd702 Bug 1121353 - Use DOMWindowUtils::SendNativeTouchPoint for emitTouchEvent. r=dburns 2015-01-19 23:12:00 +01:00
Valentin Gosu
e8d3b17287 Bug 1122948 - .hash shouldn't be encoded/decoded for WorkerLocation. r=mrbkap 2015-01-18 00:10:38 +02:00
Boris Zbarsky
29f211dcbe 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
5168c9eae9 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
ef5151430b Backed out changeset b166a3cda8f6 (bug 1121577) for B2G cpptest startup crashes.
CLOSED TREE
2015-01-22 20:58:36 -05:00
Jonathan Griffin
a9ccbbf2fe Bug 1121577 - Only toggle security pref during a session, r=AutomatedTester 2015-01-16 15:38:25 -08:00
Wes Kocher
1296a87d48 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
104a950aa4 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
2dfcd7ae19 bug 1102923 - testing spdy server restart on unhandled exception r=test-only 2015-01-22 12:07:43 -05:00
Ryan VanderMeulen
a32c75737c Backed out changeset 0ee76a98f2c3 (bug 989048) because it didn't work. 2015-01-22 10:25:18 -05:00
Dave Hunt
7a65748e28 Bug 1120364 - Bump marionette_client version to 0.8.7. r=hskupin DONTBUILD 2015-01-22 14:41:51 +00:00
Carsten "Tomcat" Book
eca1dab264 Merge mozilla-central to mozilla-inbound 2015-01-22 14:39:29 +01:00
Carsten "Tomcat" Book
fbdef879d2 merge mozilla-inbound to mozilla-central a=merge 2015-01-22 14:30:51 +01:00
James Graham
4c530b308b Bug 1124311 - Update web-platform-tests expected data to revision 412773b71c81d7356636f698e86d7b544cf48fcb, a=testonly 2015-01-22 12:00:01 +00:00
James Graham
177ceea73a Bug 1124311 - Update web-platform-tests to revision 412773b71c81d7356636f698e86d7b544cf48fcb, a=testonly 2015-01-22 11:59:59 +00:00
Wes Kocher
f268e3c716 Merge m-c to fx-team a=merge 2015-01-21 16:28:27 -08:00
J. Ryan Stinnett
45cb0d2821 Bug 1123945 - Fix --no-autorun harness option. r=jmaher 2015-01-21 15:22:16 -06:00
Andreas Pehrson
93b51f6cac 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
a2f9315326 merge mozilla-inbound to mozilla-central a=merge 2015-01-21 14:21:49 +01:00
Geoff Brown
875d20f5be 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
8f8e24c41b 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
3823a536a2 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
6ac5c09770 Backed out changeset c886cd910936 (bug 1107336)
--HG--
rename : testing/marionette/driver/marionette_driver/application_cache.py => testing/marionette/client/marionette/application_cache.py
rename : testing/marionette/driver/marionette_driver/by.py => testing/marionette/client/marionette/by.py
rename : testing/marionette/driver/marionette_driver/date_time_value.py => testing/marionette/client/marionette/date_time_value.py
rename : testing/marionette/driver/marionette_driver/decorators.py => testing/marionette/client/marionette/decorators.py
rename : testing/marionette/driver/marionette_driver/errors.py => testing/marionette/client/marionette/errors.py
rename : testing/marionette/driver/marionette_driver/expected.py => testing/marionette/client/marionette/expected.py
rename : testing/marionette/driver/marionette_driver/geckoinstance.py => testing/marionette/client/marionette/geckoinstance.py
rename : testing/marionette/driver/marionette_driver/gestures.py => testing/marionette/client/marionette/gestures.py
rename : testing/marionette/driver/marionette_driver/keys.py => testing/marionette/client/marionette/keys.py
rename : testing/marionette/driver/marionette_driver/marionette.py => testing/marionette/client/marionette/marionette.py
rename : testing/marionette/driver/marionette_driver/selection.py => testing/marionette/client/marionette/selection.py
rename : testing/marionette/driver/marionette_driver/wait.py => testing/marionette/client/marionette/wait.py
2015-01-21 16:12:13 +01:00
Carsten "Tomcat" Book
a34e998db6 Backed out changeset 3c3d31607785 (bug 1107336) 2015-01-21 16:11:55 +01:00
Carsten "Tomcat" Book
15cd83bcf5 Backed out changeset 805dce7ae79f (bug 1107336) 2015-01-21 16:11:42 +01:00
Carsten "Tomcat" Book
8baf30102c Backed out changeset 6aca01a96d37 (bug 1107336) 2015-01-21 16:11:28 +01:00
Carsten "Tomcat" Book
b038666e4a Backed out changeset 5a2e085824ae (bug 1107336) 2015-01-21 16:10:57 +01:00
Carsten "Tomcat" Book
7137cb17aa Backed out changeset 3c4e0437ace5 (bug 1107336) 2015-01-21 16:10:44 +01:00
Carsten "Tomcat" Book
87ad8029de Backed out changeset 4ac07f1f2998 (bug 1107336) 2015-01-21 16:10:27 +01:00
David Burns
28f424d90b Bug 1107336: update Marionette-Client dependencies to include marionette driver; r=jgriffin
--HG--
extra : rebase_source : 36c159f68debeae4f442035233a90919b06d43b1
2015-01-21 00:32:24 +00:00
David Burns
07a8a918ec Bug 1107336: Update imports for loop tests; r=jgriffin
--HG--
extra : rebase_source : 5bcb1d7f8585033618197eed259688e034361d75
2015-01-16 15:13:26 +00:00
David Burns
19f70f4fb9 Bug 1107336: selection tests imports for marionette; r=jgriffin
--HG--
extra : rebase_source : 807b6f129b932445da3355b11bd3c7ff569c852e
2015-01-09 21:42:06 +00:00
David Burns
f30ab30a20 Bug 1107336: Update imports to new Marionette Driver from runner; r=jgriffin
--HG--
extra : rebase_source : 5c91d5a35bf2707a04cb5b65acfb1a9688f2f3ac
2015-01-05 21:51:03 +00:00
David Burns
9687636fa5 Bug 1107336: update tests not covered by manifest for when they are ready; r=jgriffin
--HG--
extra : rebase_source : 88ec67c56d415ba716a4b062a549732f03868b2d
2014-12-11 15:56:44 +00:00
David Burns
be2083e5ac Bug 1107336: Update testsuite targets to make sure MarionetteDriver is available; r=jgriffin
--HG--
extra : rebase_source : 25ec9270b94e4cae73466888a5aa7235b2eebfd2
2014-12-10 23:54:15 +00:00
David Burns
79f2d9d1f3 Bug 1107336: Move marionette code for driving the browser out of the runner; r=jgriffin
--HG--
rename : testing/marionette/client/marionette/application_cache.py => testing/marionette/driver/marionette_driver/application_cache.py
rename : testing/marionette/client/marionette/by.py => testing/marionette/driver/marionette_driver/by.py
rename : testing/marionette/client/marionette/date_time_value.py => testing/marionette/driver/marionette_driver/date_time_value.py
rename : testing/marionette/client/marionette/decorators.py => testing/marionette/driver/marionette_driver/decorators.py
rename : testing/marionette/client/marionette/errors.py => testing/marionette/driver/marionette_driver/errors.py
rename : testing/marionette/client/marionette/expected.py => testing/marionette/driver/marionette_driver/expected.py
rename : testing/marionette/client/marionette/geckoinstance.py => testing/marionette/driver/marionette_driver/geckoinstance.py
rename : testing/marionette/client/marionette/gestures.py => testing/marionette/driver/marionette_driver/gestures.py
rename : testing/marionette/client/marionette/keys.py => testing/marionette/driver/marionette_driver/keys.py
rename : testing/marionette/client/marionette/marionette.py => testing/marionette/driver/marionette_driver/marionette.py
rename : testing/marionette/client/marionette/selection.py => testing/marionette/driver/marionette_driver/selection.py
rename : testing/marionette/client/marionette/wait.py => testing/marionette/driver/marionette_driver/wait.py
extra : rebase_source : 4fa2501172cc1dedf20e2f236b32fe3bbfc30b4f
2014-12-09 20:33:03 +00:00
David Burns
54d0aaf618 Bug 1107337: Update Marionette unit tests to use Marionette Driver modules; r=jgriffin
--HG--
extra : rebase_source : db859b19823fa6b05fe5f529458584f571e4e21d
2014-12-09 20:17:56 +00:00
Carsten "Tomcat" Book
78e41630e4 Merge mozilla-central to mozilla-inbound 2015-01-21 14:32:34 +01:00
James Graham
1e8333dd1a Bug 1121563 - Setup environment for certutil correctly when running wpt on OSX, r=ted 2015-01-21 11:46:44 +00:00
Ryan VanderMeulen
b56153f256 Merge m-c to fx-team. a=merge 2015-01-20 22:16:53 -05:00
Ryan VanderMeulen
3caae91751 Backed out changeset 675a7c4287a5 (bug 1123852) xperf permafail. 2015-01-20 17:23:05 -05:00
Matthew Noorenberghe
9daab10845 Bug 1098629 - Support the retry button on the error bar in more cases. r=pkerr
--HG--
extra : rebase_source : 5bc2f0bc1d57ae94a87134080395042364060dc4
2015-01-20 16:12:30 -08:00
Phil Ringnalda
3a4450c087 Merge b-i to m-c, a=merge 2015-01-19 18:36:55 -08:00
Ehsan Akhgari
ad89cf8ff2 Merge m-c into b2g-inbound 2015-01-19 14:35:38 -05:00
Fernando Jimenez
d48b684909 Bug 1097928 - Convert MozPaymentProvider to WebIDL. r=bholley,fabrice 2015-01-19 14:50:32 +01:00
Phil Ringnalda
3974bffbb7 Merge b-i to m-c, a=merge 2015-01-17 13:06:16 -08:00
Wes Kocher
adad8db983 Merge m-c to b2g-inbound a=merge 2015-01-16 18:07:28 -08:00
Bill McCloskey
cb8c3ea750 Backout bug 1118618 on a CLOSED TREE 2015-01-16 14:46:05 -08:00
Fabrice Desré
ff4dd4c94a Bug 1113779 - UserCustomizations.jsm spams desktop mochitest test logs r=mccr8 2015-01-16 14:16:03 -08:00
Chris Manchester
a9696ebf44 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
b1e2cca6ca Bug 1121663 - Don't auto-wrap chrome->content messages in SpecialPowers.loadChromeScript. f=ochameau rs=ted
--HG--
extra : amend_source : 70fecad653547bf1ec5d793e89cfc03b430fc619
2015-01-16 13:40:46 -08:00
Wes Kocher
69de67fea0 Merge fx-team to m-c a=merge 2015-01-15 17:06:55 -08:00
Joel Maher
4aaf60ae9d Bug 1041500 - Enable run-by-dir mode for mochitest-devtools. r=RyanVM
CLOSED TREE
2015-01-15 10:00:00 -05:00
Andrea Marchesini
197c8d6c14 Bug 1121472 - BroadcastChannel is now supported in Webplatform-tests, r=bz 2015-01-15 16:58:42 +00:00
Brian Smith
ea66053341 Bug 1119776, Part 7: Avoid defining snprintf when MSVC provides it (other), r=bsmedberg
--HG--
extra : rebase_source : 3fc7e4e83f57252e15cf32846f23e497f8532ea5
2015-01-08 22:35:33 -08:00
Bill McCloskey
f6534c08fb Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley,bent) 2015-01-16 18:34:47 -08:00
Jeremy Chen
1f8944213d Bug 1110917 - Part 3 - Remove HTMLElement.location usage in selection.py. r=dburns 2015-01-05 13:34:24 +08:00
Ryan VanderMeulen
67013c18b6 Merge m-c to inbound. a=merge 2015-01-14 16:32:58 -05:00
Ryan VanderMeulen
85f72d42db Merge b2g-inbound to m-c. a=merge 2015-01-14 16:26:57 -05:00
Gregor Wagner
228f7e0dbd Backout bug 1110917 for Gij red. r=me 2015-01-14 11:26:01 -08:00
Andrew McCreight
3c93da871a 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
8473d61d23 Bug 1120630 - Skip tests failing with e10s enabled.;r=jgriffin 2015-01-13 21:27:26 -05:00
Chris Manchester
7059c5b81b Bug 1120630 - Add --e10s to turn on electrolysis for marionette tests.;r=jgriffin 2015-01-13 21:27:25 -05:00
Jonathan Griffin
d79b0ce885 Bug 1116187 - Add in-tree config for B2G mochitest-chrome, r=gbrown 2015-01-13 16:31:41 -08:00
Andrew McCreight
2b98534c65 Bug 1087613 - Reduce content process leak threshold to 20KB. r=erahm 2015-01-13 12:32:35 -08:00
Andrew McCreight
0f7602f738 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
2439780415 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
cee35db9a1 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
581a6510e4 Backed out changeset 1c0b0e3074c3 (bug 1119952) for frequent Linux debug mochitest failures.
CLOSED TREE
2015-01-13 14:43:34 -05:00
Chris Manchester
20dd3dd350 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
b23324dc7b 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
4c432192c4 Bug 1120809 - Unskip test_tab_and_window_handles with e10s enabled.;r=jgriffin 2015-01-16 15:01:37 -05:00
Chris Manchester
a5bbd53331 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
50963a26d1 Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley) 2015-01-16 10:11:18 -08:00
Patrick McManus
d0d97ad7ef bug 1072478 - h2 push hit not subject to max_concurrent 2/2 r=hurley
--HG--
extra : rebase_source : 4c49f74dc4b7ed8cead65dc3c78a2c8ae5ddf5e3
2015-01-13 15:26:37 -05:00
Andrew McCreight
4504972ef2 Bug 1121263 - Bump the leak threshold again for test_ipc. r=RyanVM
CLOSED TREE
2015-01-16 09:30:43 -08:00
Dave Hunt
a097a74c33 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
e2d2912934 Bug 1119838 - Raise exception early when there is no adb command available; r=bclary 2015-01-19 11:15:53 -05:00
Markus Stange
57ff4c0c9f 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
--HG--
extra : rebase_source : 76a06de211006add4bbe30ec1bf15cb71b562fa2
2015-01-20 15:33:13 -05:00
Ben Hearsum
844f21e50d 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
0587d8c35c bug 1102923 - move spdy/h2 tests off fixed port r=hurley r=ted 2015-01-15 11:12:05 -05:00
Ben Turner
2f5585b475 Bug 1121519, fix racy test, r=jgraham. 2015-01-14 11:43:31 -08:00
Ryan VanderMeulen
3a9ff448dc 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
fe5fc77a29 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
783d26a04d Bug 1121037 - Release mozprofile 0.23. r=whimboo 2015-01-13 23:56:57 +05:30
James Graham
2156380967 Bug 1121962 - Small fixes to web-platform-tests upstreaming script, r=Ms2ger 2015-01-15 16:19:14 +00:00
Andrew Halberstadt
eb68fdf7f2 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.

--HG--
extra : rebase_source : dd454973cdb3bcb7ec29dd2e1c0c594e3b3fb817
2015-01-15 09:37:51 -05:00
Martin Thomson
cfd6e98b4d Bug 1119952 - Reduce log spam from calling finished() multiple times. r=jmaher
--HG--
extra : amend_source : dda8f68cb01a0cd3e9dfa8debfd846c4248ca777
extra : transplant_source : %DE%29%E5k%07%F1%609%D5%D4%40%0C%FF.%E2%8A%24%CD%E9%F7
2015-01-09 13:32:01 -08:00
Kershaw Chang
d69ec86385 Bug 1038620 - Add --nested_oop option to mach test commands, r=ted.mielczarek 2015-01-13 02:07:00 +01:00
Wes Kocher
a5d16452ae Backed out 2 changesets (bug 1124311) for web-platform-tests-4 orange on a CLOSED TREE
Backed out changeset 94c4d5ded3f7 (bug 1124311)
Backed out changeset 77f4d9826e90 (bug 1124311)
2015-01-21 17:30:27 -08:00
Gabor Krizsanits
e9973161c9 Bug 1111633 - Unresolved pseudo class. r=bz 2015-01-13 19:58:06 +01:00
Jean-Yves Avenard
9e51efea6e Bug 1120075: Update w3c web reference tests. r=cajbir
--HG--
extra : rebase_source : db9a8da697e01c11c9f9749917c5d75dccd07078
2015-01-16 23:49:01 +11:00
Jean-Yves Avenard
962cc5167e Bug 1119119: Update web-platform-tests expected data. r=karlt
--HG--
extra : rebase_source : 6b70000ea202a366169c6e97cb80d49cbd609627
2015-01-16 23:48:25 +11:00
Jeremy Chen
d307c03103 Bug 1110917 Part 3 - Remove HTMLElement.location usage in selection.py. r=automatedtester 2015-01-05 13:34:24 +08:00
James Graham
052dd6f8ad Bug 1102907 - Update web-platform-tests expected data to revision 6e35a4cd58f8fa507fc90b9d7b7ff28153759cac, a=testonly 2015-01-13 09:42:41 +00:00
James Graham
bd14f99bee Bug 1102907 - Update web-platform-tests to revision 6e35a4cd58f8fa507fc90b9d7b7ff28153759cac, a=testonly 2015-01-13 09:42:41 +00:00
James Graham
2f219284b3 Bug 1102907 - Update wptrunner to version compatible with restartable updates, a=testonly 2015-01-13 09:42:40 +00:00
James Graham
0b6aa78619 Bug 1102907 - Script for allowing web-platform-tests changes to be upstreamed, r=ahal
This extends the upstream update script with steps for pushing
local changes to upstream. The general approach is to look for all
commits to the tests directory since the last sync, rewrite those
so they apply to upstream at the last sync point, then rebase onto
the sync commit, before creating and merging a PR for each in turn.

--HG--
rename : testing/web-platform/fetchlogs.py => testing/web-platform/update/fetchlogs.py
2015-01-13 09:42:40 +00:00
David Burns
ebdcfaf1cc Bug 1070307: have findElements return an array of objects with a key instead of just an array of strings; r=jgriffin
--HG--
extra : rebase_source : d6c80438d56dedb8f4b907f48ba568231424552b
2015-01-19 23:01:18 +00:00
James Graham
3a9d004607 Bug 1124311 - Update web-platform-tests expected data to revision 412773b71c81d7356636f698e86d7b544cf48fcb, a=testonly 2015-01-21 23:47:20 +00:00
James Graham
502c1efd7e Bug 1124311 - Update web-platform-tests to revision 412773b71c81d7356636f698e86d7b544cf48fcb, a=testonly 2015-01-21 23:47:19 +00:00
James Graham
f83912abbd Bug 1121960 - Update web-platform-tests expected data to revision 78bc2a28397159604ce41997e408fbb171e11f8f, a=testonly 2015-01-15 12:59:37 +00:00
James Graham
4f135b7239 Bug 1121960 - Update web-platform-tests to revision 78bc2a28397159604ce41997e408fbb171e11f8f, a=testonly 2015-01-15 12:59:36 +00:00
Chris Manchester
723e833227 Bug 1122609 - Set marionette arguments per execute script call in chrome scope even if the sanbox is reused.;r=jgriffin 2015-01-20 20:35:15 -05:00
Chris Manchester
bea5887c6d Bug 1122609 - Test that setting script_args for multiple execute_script calls in chrome scope works when the sanbox is reused.;r=jgriffin 2015-01-20 20:35:15 -05:00
Karl Tomlinson
a023503c04 bug 1085247 enable remaining mediasource-duration subtests
--HG--
extra : rebase_source : b8b465d655446c7c2ddcbb0ff9383cfcf62c8fcc
2015-01-19 17:25:08 +13:00
Brian Smith
a807c80c38 Bug 1119072, Part 13: #undef NOMINMAX in testing/tools/screenshot/win32-screenshot.cpp so it compiles with MSVC 2015, r=ctalbert
--HG--
extra : rebase_source : 85eced2a7545f5a64da666e8a8ba5d7d7e68c497
2015-01-08 15:34:08 -08:00
Tillmann Karras
7b41263a57 Bug 707484 - Allow setting XHR.responseType before open(); r=smaug 2015-01-13 09:51:09 +01:00
Carsten "Tomcat" Book
fe2f83538c Backed out changeset 8ab6c26d26f5 (bug 1118618) 2015-01-13 08:43:32 +01:00
Bill McCloskey
86da48e77b Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley) 2015-01-12 23:06:54 -08:00
Valentin Gosu
068f6a5b5a Bug 1093611 - url hash should be the encoded - enable web-platform test a=testonly 2015-01-13 02:11:14 +02:00
Geoff Brown
612e1be372 Bug 1099475 - Backout 4386c2d95db3 for bug 1119962; r=backout 2015-01-12 14:33:45 -07:00
Geoff Brown
506fb1c3fd Bug 1119583 - Use Droid instead of devicemanager for xpcshell mach; r=ahal 2015-01-12 14:33:43 -07:00
Patrick McManus
a12670699c bug 1119280 - fix large spdy/h2 transfer truncation r=hurley 2015-01-09 10:18:28 -05:00
Ryan VanderMeulen
aed51d5e54 Merge inbound to m-c. a=merge 2015-01-12 15:26:50 -05:00
Ryan VanderMeulen
3620a8ec41 Bug 852257 - Mark failing w-p-t as passing now.
CLOSED TREE
2015-01-12 13:01:29 -05:00
Armen Zambrano Gasparnian
42a1f51053 Bug 1064002 - Fix removal of --log-raw from xpcshell. r=chmanchester 2015-01-12 09:53:51 -05:00
Masatoshi Kimura
bf312ad056 Bug 1120062 - Part 1: Remove most Nullptr.h includes. r=waldo 2015-01-11 11:34:52 +09:00
Kaustabh Datta Choudhury
4f019cb59b Bug 1098700 - Mochitests that are annotated fails-if don't output a useful error if they unexpectedly pass. r=jmaher 2015-01-12 09:31:40 -05:00
Ujjwal Wahi
1cd9ab3a7d Bug 1005856 - [mozinstall] Include original error message when re-throw an exception. r=whimboo
--HG--
extra : rebase_source : 87e8adc5865f1a2f665c6ae83a1d934efcd3fed5
2015-01-08 20:45:07 +05:30
James Graham
9ed929c1a2 Bug 1025066 - Update web-platform-tests expected data, a=testonly 2015-01-10 10:42:45 +00:00
James Graham
249cf1fd51 Bug 1025066 - Add certs and mach integration for running web-platform-tests with https, r=ted 2015-01-10 10:42:44 +00:00
James Graham
5a66fb7dee Bug 1025066 - Update web-platform-tests to revision 430c01c52a60299eaa1dd89fccaa869d7386a4b1, a=testonly 2015-01-10 10:42:44 +00:00
James Graham
7e9ad9b37d Bug 1025066 - Update to ssl-supporting wptrunner, a=testonly 2015-01-10 10:42:43 +00:00
Wes Kocher
a1bfc06c8c Backout 17fc30214d84 (bug 1117607) for reftest orange 2015-01-09 18:48:43 -08:00
Seth Fowler
57b28877bf Bug 1117607 - Make decoders responsible for their own frame allocations. r=tn 2015-01-09 15:02:48 -08:00
Valentin Gosu
9a69380dc9 Bug 1099092: Remove expected-fails for animation-timeline and disable test on b2g a=testonly CLOSED TREE 2015-01-09 18:50:01 +02:00
Carsten "Tomcat" Book
288c38da36 Backed out changeset f61a4592da85 (bug 1117607) for Reftest Failures/Crashes on a CLOSED TREE 2015-01-09 16:24:14 +01:00
Valentin Gosu
a478065dec Bug 1099092 - Remove expected-fails from WP navigation-timing tests a=testonly 2015-01-09 16:36:08 +02:00
Carsten "Tomcat" Book
94b83cc9a3 Merge mozilla-central to mozilla-inbound 2015-01-09 15:26:58 +01:00
Carsten "Tomcat" Book
9182dc1158 merge fx-team to mozilla-central a=merge 2015-01-09 14:16:30 +01:00
Wes Kocher
1d86126a67 Merge mozilla-central to fx-team a=merge 2015-01-08 17:17:13 -08:00
Seth Fowler
1b80a22f36 Bug 1117607 - Make decoders responsible for their own frame allocations. r=tn 2015-01-09 05:10:51 -08:00
Boris Zbarsky
95f81fbb0e Bug 1103000 followup: remove failure annotations from the corresponding web platform test so we can reopen the CLOSED TREE. 2015-01-08 13:19:54 -05:00
Boris Zbarsky
ef4aa6e180 Bug 1112761 part 2. Enable MediaSource based on a whitelist, not in general. r=kinetik 2015-01-08 11:57:11 -05:00
Joel Maher
f04a74700a Bug 1118329 - reduce osx 10.6 talos jobs via talos.json. r=armenzg 2015-01-08 10:13:05 -05:00
James Graham
0d643c209f Bug 1119174 - Update web-platform-tests expected data, a=testonly
--HG--
extra : rebase_source : 9a8808040fba2cb2178d537a512dc7d19b82f01e
2015-01-08 10:34:02 +00:00
James Graham
3033fc465e Bug 1119174 - Update web-platform-tests to revision a84b794c43954b4465eb9b967cc934875952fc40, a=testonly
--HG--
rename : testing/web-platform/tests/dom/errors/DOMException-constants.html => testing/web-platform/tests/WebIDL/ecmascript-binding/es-exceptions/DOMException-constants.html
extra : rebase_source : 72190ccd4d3f69e55d0a0cc33268acb2db008079
2015-01-08 10:34:01 +00:00
Chris Manchester
a70eb22433 Bug 755036 - Re-use the execution sandbox in marionette's executeScript and executeAsyncScript in chrome scope when requested. r=jgriffin 2015-01-07 14:52:07 -05:00
Mark Hammond
bee2d8a0f5 Bug 1116708 - xpcshell tests now log console messages. r=chmanchester 2015-01-09 10:00:05 +11:00
Mark Hammond
1738e10508 Backout 40b7a74be389 due to wrong bug number in commit message 2015-01-09 09:56:25 +11:00
Mark Hammond
f19948b19d Bug 1117001 - xpcshell tests now log console messages. r=chmanchester 2015-01-09 09:53:34 +11:00
Seth Fowler
2308938365 Bug 1116733 (Part 1) - Allocate frames off-main-thread. r=tn 2015-01-08 00:04:31 -08:00
Nicholas Nethercote
97b5d348cc Bug 1014341 (part 1) - Remove trace-malloc. r=dbaron,glandium.
--HG--
extra : rebase_source : 771710c5427141d738eef112fab00951eb8e20e3
2015-01-07 16:13:03 -08:00
Nicholas Nethercote
e9f49ca06a Bug 1014341 (part 0b) - Remove trace-malloc mentions from diff-talos.py. r=jmaher.
--HG--
extra : rebase_source : 439076b23b4cd28bf8dc64c0444968c4847aab01
2015-01-07 16:12:31 -08:00
Neil Deakin
53db7049c1 Bug 1116457, attach the focus event listener to the right child window, r=jmaher 2015-01-07 20:52:20 -05:00
Dave Hunt
7c60600fd9 Bug 1118738 - Fix HTML report colours for expected skips and unexpected errors. r=jgraham 2015-01-07 06:36:00 -05:00
Mark Goodwin
3e0221da03 Bug 1096197 - Ensure SSL Error reports work when there is no failed certificate chain. r=keeler
--HG--
rename : browser/base/content/test/general/browser_bug846489.js => browser/base/content/test/general/browser_ssl_error_reports.js
rename : browser/base/content/test/general/browser_bug846489_content.js => browser/base/content/test/general/browser_ssl_error_reports_content.js
2015-01-07 02:28:00 -05:00
Ujjwal Wahi
120963fffe Bug 1100363 - Maintain preference case. r=whimboo 2015-01-07 14:30:51 +01:00
James Graham
b2f1fe48e1 Bug 1118722 - Update web-platform-tests expected data, a=testonly 2015-01-07 13:12:57 +00:00
James Graham
17c446e9a8 Bug 1118722 - Update web-platform-tests to revision a4f1782fd9e93746364ed219e60a8c2bafd0910e, a=testonly
--HG--
rename : testing/web-platform/tests/progress-events/tests/submissions/Samsung/resources/img.jpg => testing/web-platform/tests/XMLHttpRequest/resources/img.jpg
rename : testing/web-platform/tests/webmessaging/without-ports/009.html => testing/web-platform/tests/common/failing-test.html
2015-01-07 13:12:56 +00:00
Ehsan Akhgari
6c86597c0a Bug 1116755 - Do not use window.setTimeout() in order to detect tests timing out in browser-chrome tests; r=ted 2015-01-06 16:30:04 -05:00
Kaustabh Datta Choudhury
1b7e164233 Bug 1115338 - ./mach mochitest-browser path/to/individual/test should always run test (despite skip-if/run-if conditions in manifest). r=jmaher 2015-01-06 01:16:13 +05:30
Abhilash Panigrahi
70996c375b Bug 1099094 - Documentation added for session_id arguement in start_session method. r=dburns 2015-01-05 07:05:00 -05:00
Chris Peterson
c8da89cfae Bug 1117566 - Fix some JavaScript warnings in SimpleTest runner. r=jmaher 2014-12-21 22:03:37 -08:00
Karl Tomlinson
841120054f bug 1066467 enable config-change-mp4 tests
--HG--
extra : rebase_source : 4b2719951060a7dc54f2c4952c308db4fa89ab4d
2014-11-26 17:20:18 +13:00