Commit Graph

6224 Commits

Author SHA1 Message Date
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
Wes Kocher
99e5446dba 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
ced3568cd7 Bug 1111633 - Unresolved pseudo class. r=bz 2015-01-13 19:58:06 +01:00
Jean-Yves Avenard
75a7157d1b Bug 1120075: Update w3c web reference tests. r=cajbir 2015-01-16 23:49:01 +11:00
Jean-Yves Avenard
62e8aca66e Bug 1119119: Update web-platform-tests expected data. r=karlt 2015-01-16 23:48:25 +11:00
Jeremy Chen
28c59210ea Bug 1110917 Part 3 - Remove HTMLElement.location usage in selection.py. r=automatedtester 2015-01-05 13:34:24 +08:00
James Graham
545c109abc Bug 1102907 - Update web-platform-tests expected data to revision 6e35a4cd58f8fa507fc90b9d7b7ff28153759cac, a=testonly 2015-01-13 09:42:41 +00:00
James Graham
919263742d Bug 1102907 - Update web-platform-tests to revision 6e35a4cd58f8fa507fc90b9d7b7ff28153759cac, a=testonly 2015-01-13 09:42:41 +00:00
James Graham
b8160c94bb Bug 1102907 - Update wptrunner to version compatible with restartable updates, a=testonly 2015-01-13 09:42:40 +00:00
James Graham
5347af7688 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.
2015-01-13 09:42:40 +00:00
David Burns
856af02a82 Bug 1070307: have findElements return an array of objects with a key instead of just an array of strings; r=jgriffin 2015-01-19 23:01:18 +00:00
James Graham
e99df56e04 Bug 1124311 - Update web-platform-tests expected data to revision 412773b71c81d7356636f698e86d7b544cf48fcb, a=testonly 2015-01-21 23:47:20 +00:00
James Graham
994ce42091 Bug 1124311 - Update web-platform-tests to revision 412773b71c81d7356636f698e86d7b544cf48fcb, a=testonly 2015-01-21 23:47:19 +00:00
James Graham
61cbecff0d Bug 1121960 - Update web-platform-tests expected data to revision 78bc2a28397159604ce41997e408fbb171e11f8f, a=testonly 2015-01-15 12:59:37 +00:00
James Graham
646e7ef580 Bug 1121960 - Update web-platform-tests to revision 78bc2a28397159604ce41997e408fbb171e11f8f, a=testonly 2015-01-15 12:59:36 +00:00
Chris Manchester
5fce9f2830 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
38d8113fc8 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
5b2ec9f697 bug 1085247 enable remaining mediasource-duration subtests 2015-01-19 17:25:08 +13:00
Brian Smith
fea6e229f7 Bug 1119072, Part 13: #undef NOMINMAX in testing/tools/screenshot/win32-screenshot.cpp so it compiles with MSVC 2015, r=ctalbert 2015-01-08 15:34:08 -08:00
Tillmann Karras
ce3c033898 Bug 707484 - Allow setting XHR.responseType before open(); r=smaug 2015-01-13 09:51:09 +01:00
Carsten "Tomcat" Book
9ffd6720aa Backed out changeset 8ab6c26d26f5 (bug 1118618) 2015-01-13 08:43:32 +01:00
Bill McCloskey
21bc54764a Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley) 2015-01-12 23:06:54 -08:00
Valentin Gosu
d9b7892bde Bug 1093611 - url hash should be the encoded - enable web-platform test a=testonly 2015-01-13 02:11:14 +02:00
Geoff Brown
da7f60057e Bug 1099475 - Backout 4386c2d95db3 for bug 1119962; r=backout 2015-01-12 14:33:45 -07:00
Geoff Brown
6a0b17247e Bug 1119583 - Use Droid instead of devicemanager for xpcshell mach; r=ahal 2015-01-12 14:33:43 -07:00
Patrick McManus
f0cb6227fd bug 1119280 - fix large spdy/h2 transfer truncation r=hurley 2015-01-09 10:18:28 -05:00
Ryan VanderMeulen
656aa742fc Merge inbound to m-c. a=merge 2015-01-12 15:26:50 -05:00
Ryan VanderMeulen
5ae20a9640 Bug 852257 - Mark failing w-p-t as passing now.
CLOSED TREE
2015-01-12 13:01:29 -05:00
Armen Zambrano Gasparnian
96e1d10dee Bug 1064002 - Fix removal of --log-raw from xpcshell. r=chmanchester 2015-01-12 09:53:51 -05:00
Masatoshi Kimura
40a556102e Bug 1120062 - Part 1: Remove most Nullptr.h includes. r=waldo 2015-01-11 11:34:52 +09:00
Kaustabh Datta Choudhury
b472109efe 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
57c50e4c5a 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
08d62058b4 Bug 1025066 - Update web-platform-tests expected data, a=testonly 2015-01-10 10:42:45 +00:00
James Graham
5a891d1ae4 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
eb964053fb Bug 1025066 - Update web-platform-tests to revision 430c01c52a60299eaa1dd89fccaa869d7386a4b1, a=testonly 2015-01-10 10:42:44 +00:00
James Graham
a9b46ba84b Bug 1025066 - Update to ssl-supporting wptrunner, a=testonly 2015-01-10 10:42:43 +00:00
Wes Kocher
87aaffcfac Backout 17fc30214d84 (bug 1117607) for reftest orange 2015-01-09 18:48:43 -08:00
Seth Fowler
55a9e0f656 Bug 1117607 - Make decoders responsible for their own frame allocations. r=tn 2015-01-09 15:02:48 -08:00
Valentin Gosu
a4d803ac07 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
8f391a6bc0 Backed out changeset f61a4592da85 (bug 1117607) for Reftest Failures/Crashes on a CLOSED TREE 2015-01-09 16:24:14 +01:00
Valentin Gosu
956cec8026 Bug 1099092 - Remove expected-fails from WP navigation-timing tests a=testonly 2015-01-09 16:36:08 +02:00
Carsten "Tomcat" Book
5f3e10a19b Merge mozilla-central to mozilla-inbound 2015-01-09 15:26:58 +01:00
Carsten "Tomcat" Book
ff70ce6764 merge fx-team to mozilla-central a=merge 2015-01-09 14:16:30 +01:00
Wes Kocher
1668f6b4f0 Merge mozilla-central to fx-team a=merge 2015-01-08 17:17:13 -08:00
Seth Fowler
2101af7c72 Bug 1117607 - Make decoders responsible for their own frame allocations. r=tn 2015-01-09 05:10:51 -08:00
Boris Zbarsky
d6f5860d2e 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
fa32074309 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
dbfa15350d Bug 1118329 - reduce osx 10.6 talos jobs via talos.json. r=armenzg 2015-01-08 10:13:05 -05:00
James Graham
e81ac02263 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
e1c0fc8743 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
c80209a228 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
40a03d6e67 Bug 1116708 - xpcshell tests now log console messages. r=chmanchester 2015-01-09 10:00:05 +11:00
Mark Hammond
17f26abd93 Backout 40b7a74be389 due to wrong bug number in commit message 2015-01-09 09:56:25 +11:00
Mark Hammond
1f55f4f7c4 Bug 1117001 - xpcshell tests now log console messages. r=chmanchester 2015-01-09 09:53:34 +11:00
Seth Fowler
954c87102c Bug 1116733 (Part 1) - Allocate frames off-main-thread. r=tn 2015-01-08 00:04:31 -08:00
Nicholas Nethercote
b7b5e21cfd 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
71371ab3d7 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
a74c56f36f Bug 1116457, attach the focus event listener to the right child window, r=jmaher 2015-01-07 20:52:20 -05:00
Dave Hunt
2098f967b4 Bug 1118738 - Fix HTML report colours for expected skips and unexpected errors. r=jgraham 2015-01-07 06:36:00 -05:00
Mark Goodwin
1e76535956 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
452fac44eb Bug 1100363 - Maintain preference case. r=whimboo 2015-01-07 14:30:51 +01:00
James Graham
27921c16de Bug 1118722 - Update web-platform-tests expected data, a=testonly 2015-01-07 13:12:57 +00:00
James Graham
ab079bd164 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
94cf66c1f1 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
f9ebb346ce 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
25e856ea60 Bug 1099094 - Documentation added for session_id arguement in start_session method. r=dburns 2015-01-05 07:05:00 -05:00
Chris Peterson
99c0e9a223 Bug 1117566 - Fix some JavaScript warnings in SimpleTest runner. r=jmaher 2014-12-21 22:03:37 -08:00
Karl Tomlinson
f131a50f1d bug 1066467 enable config-change-mp4 tests
--HG--
extra : rebase_source : 4b2719951060a7dc54f2c4952c308db4fa89ab4d
2014-11-26 17:20:18 +13:00
Jean-Yves Avenard
a694d8e431 Bug 1066467: update test results for mac. r=karlt 2015-01-08 12:26:51 +11:00
Jean-Yves Avenard
565b9b0aa9 Bug 1118123: Update mediasource web platforms tests now passing. r=karlt 2015-01-09 12:34:48 +11:00
Chris Manchester
23a74828c4 Bug 1114793 - Rename marionette's chrome_window_handle to current_chrome_window_handle.;r=automatedtester 2015-01-08 19:13:30 -05:00
Chris Manchester
3b9fc252a6 Bug 1114623 - Implement closeChromeWindow endpoint for marionette.;r=automatedtester
--HG--
rename : testing/marionette/client/marionette/www/newTab.html => testing/marionette/client/marionette/www/windowHandles.html
2015-01-08 19:13:30 -05:00
Jason Orendorff ext:(%2C%20Till%20Schneidereit%20%3Ctill%40tillschneidereit.net%3E)
4f5d884c20 Bug 911142 - Make the "length" property of function objects configurable. r=Waldo.
Thanks to Till Schneidereit for a bunch of test fixes.
2014-09-29 11:38:53 -05:00
Philipp Kewisch
5081fc6f1c Bug 1084066 - plugins and extensions moved to wrong directory by mozharness. r=ted 2015-01-03 01:29:57 +01:00
Bobby Holley
3be4fc69dd Bug 1116355 - Throw when setting SourceBuffer mode to 'sequence'. r=karlt,rs=Ms2ger 2014-12-30 12:22:45 -08:00
Mike Hommey
e1a04ff2ec Bug 1115481 - Move 'window' variable declaration in the #ifdef it's used from. r=karlt 2014-12-30 09:24:24 +09:00