Commit Graph

7768 Commits

Author SHA1 Message Date
Nick Alexander
97786c5695 Bug 1169476 -- Implement |mach robocop --serve|. r=gbrown
This adds a flag to |mach robocop| that does everything to run a
Robocop test except launch the actual test.  Instead of launching the
test, it starts the mochi.test server and launches Fennec with a test
profile; then it sits and waits forever.

This allows regular Java IDEs (IntelliJ, but previously Eclipse) to
run Robocop tests like regular instrumentation tests, "injecting" them
into the prepared testing environment.  It's quite nice!

--HG--
extra : rebase_source : a5ab08222110a20291aebe70ef1fda0d340dbe7d
extra : source : e91ac9a35f86928fcd519911476ee7d68d06f921
2015-05-29 17:18:07 -07:00
Dustin J. Mitchell
30135e0844 Bug 1168612: don't spoil the exit status with a trap function; r=mrrrgn
--HG--
extra : rebase_source : daf3b03ae83e8025bdca09aa6fa3489b554e1348
2015-05-29 12:58:07 -04:00
Dustin J. Mitchell
ba86c51ed4 Bug 1168612: update comment on unused oauth.txt; r=mrrrgn
--HG--
extra : rebase_source : fabcb9b2edc214897791f813bde9c6c86296ecae
2015-05-29 09:45:27 -04:00
Dragana Damjanovic
7cbd07a051 Bug 1150812 - xcpshell test for PushService with http2. r=nsm, r=mt 2015-06-02 07:16:00 -04:00
Dustin J. Mitchell
fb569967f0 Bug 1168612: disable signing and platform_supports_post_upload_to_latest via mozharness configuration files; r=mrrrgn
--HG--
rename : testing/docker/desktop-build/configs/disable_sendchange.py => testing/docker/desktop-build/configs/disable_signing.py
rename : testing/docker/desktop-build/configs/disable_sendchange.py => testing/docker/desktop-build/configs/platform_supports_post_upload_to_latest.py
extra : rebase_source : 7f3fae01f674017a57e2adf170559ba8a6f879fa
2015-05-28 17:59:17 -04:00
Dustin J. Mitchell
224290ff83 Bug 1168612: disable sendchanges from taskcluster; r=mrrrgn
--HG--
extra : rebase_source : 44293a5e78c31fae14157e4bd78ceb79ff63c0c1
2015-05-28 13:10:32 -04:00
Dustin J. Mitchell
bc2220c5b3 Bug 1168612: remove CCACHE variables from build.sh, as mozharness overrides them; r=mrrrgn
--HG--
extra : rebase_source : 422d4a50c614611278954ab267747bfd1680c578
2015-05-28 11:20:29 -04:00
Dustin J. Mitchell
07e7133c08 Bug 1168612: link uploads to artifacts so that we get logs even on failure; r=mrrrgn
--HG--
extra : rebase_source : 2cc2f77bfc3fa3c326c9609783db3d3d40890484
2015-05-29 12:59:39 -04:00
Dustin J. Mitchell
a562118ab4 Bug 1168612: set MOZ_AUTOMATION_UPLOAD=0 in taskcluster; r=mrrrgn
--HG--
extra : rebase_source : d022b2eb0a378c0751f5f796d08a37caea1976ff
2015-05-29 09:12:12 -04:00
Carsten "Tomcat" Book
536f16d9b0 Merge mozilla-central to b2g-inbound 2015-06-03 14:07:52 +02:00
Wander Lairson Costa
65d480e0b4 Bug 1170378: Create tasks timestamps in UTC. r=jonasfj a=jonasfj
--HG--
extra : rebase_source : 0ad76e9085d0efc0109dc02d13bd99fcce61bc8a
2015-06-02 09:31:19 -03:00
James Graham
d460589c77 Bug 1171916 - Disable another unstable navigation-timing test on osx, a=testonly 2015-06-05 12:59:03 +01:00
Sylvestre Ledru
b617a55c62 Bug 1171446 - Add a description to the luciddream mach target r=ochameau 2015-06-05 11:04:11 +02:00
Karl Tomlinson
cd90c4ff06 bug 1116382 test opening referenced MediaSource after URL.revokeObjectURL() r=bholley
--HG--
extra : rebase_source : ae193929e6eaa2a485580aff556f3ede4a4d0c75
2015-05-29 00:15:07 +12:00
Karl Tomlinson
80c5b6f51b bug 1116382 adjust explict revoke test to fail if revocation fails r=bholley
Previously this test would pass even without the revokeObjectURL().

--HG--
extra : rebase_source : 7b5ab56b40350db7830395e3d5f70b3e161302fb
2015-05-28 23:36:31 +12:00
Manish Goregaokar
f10df76074 Bug 1170591 - Remove trailing whitespace in mozlog. r=jdm 2015-06-02 11:30:00 -04:00
Dustin J. Mitchell
3415a1beb4 Bug 1169797: send decision tasks to production treeherder, too; r=lightsofapollo, r=ryanvm
--HG--
extra : source : b2707ba1a8bd3b8212f1fd22c11d46cd5b3e5dc9
2015-05-29 16:58:42 -04:00
James Graham
d27ca37fce Bug 1169410 Add support for web-platform-tests to |mach test| r=gps
--HG--
extra : rebase_source : 9a1fb715e0844a61c47a1de53f8a4a54ff2e05f0
extra : amend_source : 8fb1e54b76ae543fa2b01002c2d300334dc051be
2015-05-28 20:27:23 +01:00
Wes Kocher
bcd821592f Merge m-c to inbound, a=merge 2015-06-02 18:43:25 -07:00
Wes Kocher
d80ffbf1c9 Merge inbound to central, a=merge 2015-06-02 18:20:12 -07:00
Nick Alexander
380f58055f Bug 1170332 - Fix |mach robocop SINGLE_TEST|. r=ahal,gbrown
This patch declares robocop.ini an instrumentation manifest.  It's not
currently possible to declare tests that don't correspond to files, so
we include the .java extension.  (This could be revisited.)

In |mach robocop|, we use the generic test resolving infrastructure to
select the 'instrumentation'/'robocop' flavor/subsuite tests.  In
|runtestsremote.py|, we fall back to robocop.ini, as we always have.

--HG--
extra : rebase_source : b84246ab327c7ec576d82cc4b516e729978600c7
extra : histedit_source : 9b23a6f66e6422e5f334f31cea2a21036be45543
2015-06-01 14:45:48 -07:00
Carsten "Tomcat" Book
aa8d92d1f3 merge mozilla-inbound to mozilla-central a=merge 2015-06-02 13:11:05 +02:00
Carsten "Tomcat" Book
243b8c2559 merge fx-team to mozilla-central a=merge 2015-06-02 12:57:52 +02:00
Mike Hommey
77263e9566 Bug 1169937 - Bump mozharness to 3030ddc03dd3 2015-06-02 07:55:23 +09:00
Wander Lairson Costa
48f5a4bf95 Bug 1164212: Add aries dogfood build task. r=garndt a=patch
--HG--
extra : rebase_source : f64015368823470c88e46cc1c68c57c93f58493d
extra : amend_source : 7774f0b819be8be6d74d3edaded7f9ebe86f2722
2015-06-01 14:17:49 -03:00
Masatoshi Kimura
f0a5679f8a Bug 1169248 - Fix GBK/GB18030 encoders. r=smontagu
--HG--
rename : intl/uconv/tests/unit/test_encode_gbk.js => intl/uconv/tests/unit/test_encode_gb18030.js
rename : intl/uconv/ucvcn/gbkuniq2b.uf => intl/uconv/ucvcn/gbkuniq.uf
2015-06-03 07:55:24 +09:00
Mike Hommey
01c853b940 Bug 1169937 - Bump mozharness to 476752fc4ea8 2015-06-03 07:09:54 +09:00
Chris Manchester
ddab0ce578 Bug 1169798 - Refresh the marionette server's window reference when switching between windows to avoid intermittent exception.;r=ato 2015-06-01 13:26:15 -07:00
Morgan Phillips
cdd4b3ca80 Bug 1155749 - Enable Linux64 Opt builds from Try; r=dustin 2015-05-29 19:54:39 +02:00
Jonathan Griffin
a89e3a4841 Bug 1169751 - Bump marionette-driver to 0.8, marionette-client to 0.15, r=dburns 2015-05-29 15:43:50 -07:00
Andrew Halberstadt
c1b689da45 Bug 1169799 - Update |mach test| suites to reflect new |mach mochitest| command, r=chmanchester
--HG--
extra : rebase_source : 91c3bd23f5160e157b245ef504da03bd48cfc20a
2015-05-29 17:05:34 -04:00
Ryan VanderMeulen
7e7a09a4c7 Merge m-c to inbound. a=merge 2015-05-29 17:00:18 -04:00
Ryan VanderMeulen
012e20629b Merge inbound to m-c. a=merge 2015-05-29 16:58:30 -04:00
Wander Lairson Costa
1107794893 Bug 1169685: Avoid name clashes in taskcluster index.
Call ota builds <phone>-ota to avoid name clashes with non-ota builds.

--HG--
extra : rebase_source : 4a7211e07edcb09eb20919c684fc08755d7940c2
2015-05-28 19:16:53 -03:00
Ryan VanderMeulen
2e35b1209f Merge inbound to m-c. a=merge 2015-05-29 09:32:46 -04:00
Ryan VanderMeulen
7e7f8b187e Merge fx-team to m-c. a=merge 2015-05-29 09:20:52 -04:00
Aus Lacroix
1361e28323 Bug 1165488 - Update tester docker image. r=jlal 2015-05-28 16:43:04 -07:00
Aus Lacroix
378b360de5 Backout b602ac562bf1 - wrong version of patch. 2015-05-28 16:42:04 -07:00
Aus Lacroix
2f4d6c1d71 bug 1165488 - Update tester docker image to latest npm, taskcluster-npm-cache client. r=jlal 2015-05-28 16:14:56 -07:00
Aus Lacroix
37498bbc0e Bug 1165488 - Backed out changeset 367ff7755bd6. a=bustage 2015-05-28 15:50:30 -07:00
Aus Lacroix
cf49030ad9 Bug 1165488 - Update tester docker image to npm 2.10.1, update taskcluster-npm-cache client to 1.1.4. r=jlal 2015-05-28 15:06:04 -07:00
Wander Lairson Costa
60b9ba5420 Bug 1166745: Reorganize tasks.
- Rename nightly -> ota.
- Rename lightsaber -> spark.
- Add flame kk debug tasks.
- Add aries build tasks in treeherder.
- Add aries to try.
- Add fx-team and inbound tasks.
- Only run OTA build on m-c.

--HG--
extra : rebase_source : 0eb636e7c168b1c3bd8fce73aaedfd285df4b9e2
2015-05-28 15:21:40 -03:00
Tim Taubert
4e0e50eced Bug 1109875 - Remove the empty testing/mochitest/BrowserTestUtils/BrowserTestUtil.jsm file that was accidentally committed, and DONTBUILD this on a CLOSED TREE rs=Gijs 2015-05-28 17:43:08 +02:00
Ryan VanderMeulen
a232cd6cae Merge inbound to m-c. a=merge 2015-05-28 10:03:07 -04:00
Wes Kocher
0801283501 Merge m-c to b2ginbound, a=merge CLOSED TREE 2015-05-27 17:23:19 -07:00
Wes Kocher
c4c70c89c7 Backed out changeset 020ac30e270a (bug 1141415) for windows mochitest bustage
--HG--
extra : source : ad064f98011b5618332389792c913247d9ebaad0
2015-05-27 14:45:35 -07:00
Wes Kocher
1fd9c8167b Merge inbound to m-c a=merge 2015-05-27 17:01:43 -07:00
Wander Lairson Costa
843660aa28 Backout change 04cb8c5a3270 (Bug 1166745) due to Bug 1168910. r=backout
--HG--
extra : rebase_source : eccf546a5ce7276c1d4282fc765eff64f30390e1
2015-05-27 14:08:25 -03:00
Wes Kocher
9b191c89ba Merge m-c to b2ginbound, a=merge 2015-05-26 16:25:40 -07:00
Wander Lairson Costa
e08cadb615 Bug 1168611: Disable debug for userdebug variant builds. 2015-05-26 19:10:56 -03:00
chunminchang
c53a193c42 Bug 1141415 - Add expire setting of permission to SpecialPowers. r=jmaher
--HG--
extra : rebase_source : ed0ba41f0d04e3b27ec8aa064d484f7ada6723ce
2015-05-27 10:44:52 +08:00
Dustin J. Mitchell
f6300e2d9f Bug 1164608: enable Android builds from try; r=mrrrgn
This adds --no-checkout-sources to mozharness, and just checks the sources out
with tc-vcs.

--HG--
extra : rebase_source : bd47a8fb70e0d621ea43a489e0847eb9ffff1d0a
extra : source : 0300c27a1f5189e36e8ec99348fd643f8ac8241f
2015-05-21 10:32:47 -04:00
Mike Shal
8db5eb0833 No bug - bump mozharness.json to aa543babe6b7 2015-05-26 18:43:33 -04:00
Botond Ballo
2e2a504271 Bug 1119980 - Use 'snprintf' instead of 'sprintf' to avoid a warning on Lollipop-based builds. r=froydnj
--HG--
extra : source : 7468f9a3aa03520a29e138d4df431f0b5d90967c
2015-05-26 14:33:55 -04:00
Kim Moir
eda6ff0f8f No bug update mozharness.json to 12ce04f3ec51 2015-05-25 14:24:19 -04:00
Ryan VanderMeulen
bc35b6ea2d Backed out changeset a3d6ad2faa3a (bug 996652) for checktest bustage. 2015-05-25 12:11:07 -04:00
Ravi Shankar
2c2f498405 Bug 996652 - Scope the private symbols of head.js. r=Yoric, r=Ted 2015-05-22 11:36:00 -04:00
Henrik Skupin
f7561e10df Bug 1169381 - Bump dependency for mozinfo in marionette-client to >=0.8. r=jgriffin 2015-05-28 12:05:00 -04:00
Mike Shal
d21fb31d58 Bug 1168311 - Bump mozharness.json to 76ddf456e51b 2015-05-28 17:52:06 -04:00
Jonathan Griffin
208b1233cc Bug 1168634 - Bump mozharness to 21eea84e3091 2015-05-28 14:05:21 -07:00
Steve Fink
26cb8026c2 No bug. Update mozharness.json to d12c53e80161 on a CLOSED TREE.
--HG--
extra : amend_source : 3513376cb4f9df7c14fca819115c90b92043943d
2015-05-28 12:29:26 -07:00
Kim Moir
19086f055e CLOSED TREE No bug update mozharness.json to 183cc1ad1933 2015-05-28 14:39:20 -04:00
Dustin J. Mitchell
c14569449f Bug 1168592: remove extra directory from tooltool cache mount; r=mrrrgn
--HG--
extra : source : c81a69f86c07bcc76fab4873794fff02983d5c1c
2015-05-26 13:55:27 -04:00
Jonathan Griffin
2eed05fc9a Bug 1168997 - Bump marionette-client to 0.14, r=dburns 2015-05-28 08:58:22 -07:00
Ryan VanderMeulen
683b08ae37 Merge m-c to inbound. a=merge 2015-05-28 10:20:38 -04:00
Jonathan Griffin
4463f6096c Bug 1170632 - Add missing runtimes for mochitest-bc, r=ahal, DONTBUILD because NPOTB 2015-06-04 15:57:54 -07:00
Andrew Halberstadt
7aa80fb529 Bug 1164597 - Consolidate all mochitest mach commands into single |mach mochitest|, r=chmanchester
--HG--
extra : rebase_source : 0a0d8a454df10ae9df9678c98e11b5eaf8249f51
2015-05-05 16:41:59 -04:00
Wander Lairson Costa
f645c2d152 Bug 1171026: Fix exit code for phone-builder image. r=garndt a=garndt
If the task fails, validate_task still would return a successful exit
code.

--HG--
extra : amend_source : e1a675f28d03934a79a4a91f7a619d8038ebff5f
2015-06-03 17:55:04 -03:00
Bob Owen
3ed5cce4c6 Bug 1167083: Fix memory leak in Windows low integrity temp clean up code. r=billm 2015-05-22 07:50:54 +01:00
Alive Kuo
3a84fa3dfd Bug 1169122 - Change the way to reference AppWindowManager. r=jgriffin 2015-05-28 10:42:30 +08:00
Andrew McCreight
95802bd4a7 Bug 1157308 - part 2 - Reduce the content process leak limit on OS X. r=erahm
The intermittent media leak seems to have been fixed.
2015-05-27 09:33:00 +02:00
Andrew McCreight
aa913043f6 Bug 1157308 - part 1 - Reduce the leak threshold for content processes more. r=erahm 2015-05-27 07:53:00 +02:00
Carsten "Tomcat" Book
cc2ccef480 Backed out changeset cb03cb33817c (bug 1012662) 2015-05-26 13:33:41 +02:00
Michael Layzell
c1804e6fb7 Bug 1012662 - Tests for new Cut/Copy behaviour. r=ehsan
--HG--
extra : rebase_source : 3e68a32a3b4647910d7a27af2b0bf8c52661e2e8
2015-05-13 10:30:00 +02:00
chunminchang
1e1b34f388 Bug 1149868 - Move permissionObserver to SpecialPowersObserver to listen all perm-changed signals. r=jmaher 2015-05-24 18:49:00 -04:00
Blake Kaplan
dc037f3026 Bug 1167412 - Always register testing JS modules. r=ted 2015-05-21 14:57:00 -04:00
Jean-Yves Avenard
7bf22f4679 Bug 1165938: Disable test on XP/Linux for intermittent failures. r=karlt 2015-05-25 15:09:15 +10:00
Phil Ringnalda
17cba2818f Merge b-i to m-c, a=merge 2015-05-23 14:35:55 -07:00
Ryan VanderMeulen
ce2e64149c Merge m-c to b2g-inbound. a=merge 2015-05-22 14:20:37 -04:00
Gregory Arndt
9280c65b6e Bug 1166135 - Update tester-device image registry
--HG--
extra : rebase_source : 728b5a137b3a42239f8c638d4c5dde84c44c6c27
2015-05-18 21:24:19 -05:00
Wander Lairson Costa
ebf25b6e5d Bug 1166745: Disable nightly tasks in b2g-inbound.
Do not inherit from mozilla-central anymore.
2015-05-22 11:08:41 -03:00
Wander Lairson Costa
15429827e2 Bug 1167266: Test if the symbol file exists before moving to artifacts. CLOSED TREE
For some reason mozharness is not moving symbols file to upload dir.
This makes the task fail. We test for the file existence.

--HG--
extra : amend_source : 94315d383e0d2d379a97b5205a1c55e57e47fb49
2015-05-22 10:20:26 -03:00
Alexandre Lissy
764f88a63c Bug 1167056 - Fix broken indentation. r=gwagner
--HG--
extra : rebase_source : 9ff9faee43b47795f645ff7e641e51a290d4f115
2015-05-20 22:42:00 -04:00
Ryan Nath
93343f53df Bug 1142684 - Prevent |f| and |authoption| from being leaked in early return cases. r=ted 2015-05-20 20:44:00 -04:00
Carsten "Tomcat" Book
b4dc8a79b7 merge mozilla-inbound to mozilla-central a=merge 2015-05-21 14:56:34 +02:00
Wes Kocher
f61ddc3ffa Merge m-c to fx-team, a=merge 2015-05-20 18:31:52 -07:00
Wes Kocher
2bf84f01ef Merge b2ginbound to central, a=merge 2015-05-20 18:25:05 -07:00
Wander Lairson Costa
be523d7002 Bug 1148630: Add support for upload symbols from docker image. 2015-05-20 18:18:13 -03:00
Wes Kocher
ac1c135457 Merge m-c to inbound, a=merge 2015-05-20 18:30:33 -07:00
Jonathan Griffin
479984afe5 Bug 1149618 - Remove SpecialPowers from Marionette, r=dburns 2015-05-18 16:36:15 -07:00
Ed Lee
c60814f482 Bug 1166552 - browser_newtab_reportLinkAction.js fails on timeout [r=adw] 2015-05-20 01:13:32 -07:00
Joel Maher
ad86e1421f Bug 1167287 - update talos to pick up spsprofiling update and talos.json updates for osx e10s. r=wlach 2015-05-21 20:07:46 -04:00
Carsten "Tomcat" Book
12f69af823 merge mozilla-inbound to mozilla-central a=merge 2015-05-20 15:52:31 +02:00
Mike Shal
5d1a416882 No bug - Bump mozharness.json to bd00d3ff0950; a=RyanVM 2015-05-20 09:30:32 -04:00
Carsten "Tomcat" Book
3b641432c4 merge mozilla-inbound to mozilla-central a=merge 2015-05-19 11:58:45 +02:00
Wes Kocher
b89eea16d1 Merge m-c to b2ginbound, a=merge CLOSED TREE 2015-05-18 17:33:45 -07:00
Wander Lairson Costa
d0810fb78a Bug 1164939: Use flame instead of flame-kk for platform name. CLOSED TREE
We (I) broke flame OTA updates because we used the target name as the
platform name. flame and flame-kk must use "flame" as the platform name.

--HG--
extra : amend_source : b31edd24d80921c6ad2da25f203dd2a373a5aeee
2015-05-18 21:01:41 -03:00
jlal@mozilla.com
2bc5e4bb21 Bug 1166073 - change docker registry to hub r=garndt
--HG--
extra : rebase_source : 12c5436841dfee4f3bee2e562410fd445f760a34
extra : histedit_source : 5b020aa313644473fcbeb06e2bf8d586d560ef6f
2015-05-18 14:43:24 -07:00
Ryan VanderMeulen
7833fc8055 Merge inbound to m-c. a=merge 2015-05-18 16:32:50 -04:00
jlal@mozilla.com
281a43b964 Bug 1166073 - change docker registry to hub r=garndt
--HG--
extra : rebase_source : 1ae38c13a73c71c5fb4e594f74672f5c6b69249f
2015-05-18 14:43:24 -07:00
Jonathan Griffin
b74bde0686 Bug 1161606 - Implement 'using_permission' context manager, r=dburns 2015-05-14 12:08:17 -07:00
Parth Bakshi
37f134ce21 Bug 1139873 - [mozinstall] get_binary() should not remove the build folder if the specified binary cannot be found. r=whimboo 2015-05-09 10:29:42 -04:00
Jean-Yves Avenard
4de76e37b8 Bug 1165145: Part3. Update webref results. r=karlt 2015-05-18 16:13:20 +10:00
Jean-Yves Avenard
db634c70ef Bug 1163485: Part2. Update webref test. r=karlt 2015-05-18 15:42:33 +10:00
Jean-Yves Avenard
8471939a0b Bug 1154881: Disable test. r=karlt
The test is incorrect, it can't give consistent results.
2015-05-18 15:34:15 +10:00
Carsten "Tomcat" Book
be63be8037 Merge mozilla-central to b2g-inbound 2015-05-20 16:02:36 +02:00
Wander Lairson Costa
9813384c6e Bug 1166233: Bring taskcluster-build mach command back.
taskcluster-build is a very useful commands to perform build tests
without submitting a bunch of branching jobs. Moreover, it helps
newcomers to play with taskcluster.

--HG--
extra : rebase_source : fc0e6ec1bab8e3174c48761a29a378808b5a697c
2015-05-19 16:51:51 -03:00
Julien Pagès
20e1297913 Bug 1140130 - [mozinstall] Exception during installation should cause already installed files to be removed. r=ahal 2015-05-15 11:01:00 -04:00
Julien Pagès
a9ef479407 Bug 1112516 - [mozrunner] Update documentation for correctly using a Firefox profile. r=whimboo 2015-05-15 06:22:00 -04:00
Michael Layzell
827fee71cd Bug 1012662 - Part 3 - Tests for new Cut/Copy behaviour. r=ehsan
--HG--
extra : rebase_source : e087d44fad03beb9754fc07d9776048f8ad6b8f7
2015-05-27 06:54:00 +02:00
Andrew Halberstadt
66850078f4 Bug 1122590 - Make |mach mochitest| properly detect devtools tests (and other subsuites), r=chmanchester, DONTBUILD, a=NPOTB
--HG--
extra : commitid : F1JLpseHkrE
extra : rebase_source : 95a5f0516e286a1f9752c39ebc23ebb6349b33c6
extra : amend_source : 90c4fe59dc89dfce41d616326ce8e20e44c04e9a
2015-06-02 11:03:55 -04:00
Robert Strong
547c00c74f Bug 1169729 - Add prefixes to the mkdtemp calls in runxpcshelltests.py so it is easy to determine the directories that cause 'INFO Failed to remove directory' messages. r=ted 2015-06-01 11:52:21 -07:00
Carsten "Tomcat" Book
eb48a24ba6 Merge mozilla-central to fx-team
--HG--
extra : rebase_source : fbef0c13a05cfbe506f20d7fac84719a2e0e7396
2015-06-01 15:35:55 +02:00
Maksim Lebedev
1c0292df57 Bug 1133417 - Change dependencies and expected results in pointer events tests in section W4. r=smaug 2015-05-29 06:54:00 +02:00
Carsten "Tomcat" Book
a723ed3ad7 Backed out changeset e91ac9a35f86 (bug 1169476) for android rc2 crashes 2015-06-01 09:38:42 +02:00
Nick Alexander
f242708503 Bug 1169476 -- Implement |mach robocop --serve|. r=gbrown
This adds a flag to |mach robocop| that does everything to run a
Robocop test except launch the actual test.  Instead of launching the
test, it starts the mochi.test server and launches Fennec with a test
profile; then it sits and waits forever.

This allows regular Java IDEs (IntelliJ, but previously Eclipse) to
run Robocop tests like regular instrumentation tests, "injecting" them
into the prepared testing environment.  It's quite nice!

--HG--
extra : rebase_source : 15e9e8d5c311312e2eb317936e5d154237c1f9a3
extra : histedit_source : 050ac958ae8580f45e5011a0d353bf13e65d5ff3
2015-05-25 14:27:21 -07:00
Ryan VanderMeulen
99bf4d1ec0 Merge m-c to inbound. a=merge
CLOSED TREE
2015-06-09 13:25:32 -04:00
Geoff Brown
b59cebb997 Bug 1026290 - Avoid TypeError during Android mochitest-chrome; r=chmanchester 2015-06-08 13:36:33 -06:00
Daniel Holbert
6a8b8e9e5a Bug 1167250: Mark testing/mochitest/ssltunnel/ as FAIL_ON_WARNINGS. r=ted 2015-05-21 09:48:04 -07:00
Daniel Holbert
5f73d74062 Bug 1167249: Use delete[] instead of delete to deallocate some arrays in mochitest ssltunnel.cpp. r=ted 2015-05-22 12:47:02 -07:00
Mike Shal
78ffc486b4 No bug - bump mozharness.json to 66c655a58460 2015-05-22 13:20:16 -04:00
Birunthan Mohanathas
33d00f98a4 Bug 1166840 - Merge SpecialPowers.{copyString,clipboardCopyString}. r=ehsan 2015-05-21 21:50:04 +01:00
Birunthan Mohanathas
3ffa8d565d Bug 1166840 - Remove unused document argument in uses of nsIClipboardHelper.copyString. r=ehsan 2015-05-21 21:49:30 +01:00
Morgan Phillips
4b5d363d25 Bug 1167602 - Add a folder for cusom mozharness configs; r=dustin
This also adds a config for turning off sendchange (enabled by default), since that
breaks things when credentials aren't available.
2015-05-22 13:28:41 -04:00
Morgan Phillips
9936997053 Bug 1167586 - desktop-build [TC] Add a comments section to the dummy buildprops.json file
This prevents the superflous warning: comments could not be determined. This may be because it was a forced build
2015-05-22 13:28:00 -04:00
Morgan Phillips
e0caa31475 Bug 1167255 - Add the ability to pass in multiple mozharness configs to the TC desktop-builder; r=dustin
Some jobs require more than one config.
2015-05-22 13:18:37 -04:00
Morgan Phillips
ba92d60a25 Bug 1164618 - Start Xvfb in a loop in docker images; r=dustin
Sometimes the Xvfb sanity check can fail due to slow startup times,
this introduces a simple retry system, with sleeps, to ensure that failures are
due to another cause.

--HG--
extra : amend_source : efed55e9eb5f44779595a1f1293ae17ebb48a9b8
2015-05-22 13:15:18 -04:00
Jonathan Griffin
eaaad653b6 Bug 1170632 - Fix platform_guess for osx; add pgo runtimes for mbc, r=ahal 2015-06-05 16:29:18 -07:00
Carsten "Tomcat" Book
24e6e4b7d8 Merge mozilla-central to mozilla-inbound 2015-05-20 16:17:47 +02:00
Ting-Yu Chou
3d79e33a98 Bug 1141418 - Fix index after calling splice while iterating remoteFrames array. r=jgriffin
--HG--
extra : rebase_source : e7978467a5837f3967985c291df23f4d83a86396
2015-05-18 12:04:26 +08:00
Boris Zbarsky
58c1f94add Bug 1173787. The column number of an exception populated via PopulateReportBlame should be 1-based. r=fitzgen 2015-06-12 22:21:44 -04:00
Morgan Phillips
46060687a4 Bug 1172107 - Ensure that the artifacts directory has been created; r=ahal
Otherwise the task will fail.

--HG--
extra : rebase_source : cbf3a12e1a57341a106fb2fc30d86de7b2a05254
2015-06-12 17:45:58 +02:00
Wander Lairson Costa
dfbe4b8aca Bug 1164939: Provide flame-kk user, userdebug and eng builds.
--HG--
extra : rebase_source : d535e7baa99b0302b5faec9cf97ec5e5a37f08e8
2015-05-17 10:14:08 -03:00
Jonathan Griffin
8824722da9 Backout cc15c275b1e3 (Bug 1149618) on a CLOSED TREE for suspected debug emulator bustage, a=bustage 2015-05-19 19:35:38 -07:00
Ben Kelly
0241f41973 Bug 1165395 Test Cache API after QuotaManager reset. r=janv 2015-05-19 17:47:16 -07:00
Jonathan Griffin
ac2f6d8d6e Bug 1149618 - Remove SpecialPowers from Marionette, r=dburns 2015-05-18 16:36:15 -07:00
Olli Pettay
d6a44b8e13 Bug 1164981 - Add MouseEvent.movementX/Y. r=masayuki, r=ehsan
CLOSED TREE
2015-05-19 16:26:02 -04:00
Ryan VanderMeulen
32c71ac735 Backed out changeset 2ac9fe6d2333 (bug 1164981) for frequent test_bug301397.xul failures.
CLOSED TREE
2015-05-19 15:08:34 -04:00
Olli Pettay
46d974943b Bug 1164981 - Add MouseEvent.movementX/Y, r=masayuki,ehsan
--HG--
extra : rebase_source : 2119f9849223ec49075737ca8fb4356d8f0765b5
2015-05-19 19:57:24 +03:00
Ryan VanderMeulen
a022f9015f Backed out changeset f7054968c36b (bug 1165395) for B2G debug crashes.
CLOSED TREE
2015-05-19 11:42:01 -04:00
Dustin J. Mitchell
a0c737b923 Bug 1166284: use set -v -e -x; r=mrrrgn
--HG--
extra : rebase_source : e8d03d1617d5cba841051a9891b938744daf76b6
2015-05-19 10:13:22 -04:00
Andrew Halberstadt
6a55c03d43 Bug 1058923 - Package mach in tests.zip; create bootstrap script for test package, r=gps
--HG--
extra : rebase_source : 9f988171182a0abd54724e0cc2906fe678da318f
extra : source : 7923a0c837b56efcd1376b95318fe4cdce03d5e8
2015-05-01 12:20:55 -04:00
Joel Maher
044ad93dd3 Bug 1162753 - update talos to pick up quit and remote pageset fixes. r=wlach 2015-05-19 10:02:22 -04:00
Ben Kelly
628c49aec7 Bug 1165395 Test Cache API after QuotaManager reset. r=janv 2015-05-19 06:50:20 -07:00
Eric Rahm
208bad3ba8 Bug 1164121 - Add |mach| command to run jsapi-tests. r=sfink
Provides a |mach jsapi-tests <optional_test_name>| command.
2015-05-15 15:41:50 -07:00
Phil Ringnalda
6a2ec58b6a Merge b-i to m-c, a=merge 2015-05-16 09:02:05 -07:00
jlal@mozilla.com
7bd38d1cfe Bug 1165468 - Upgrade to git 2.4 r=garndt
--HG--
extra : rebase_source : b7ba9e1046f250778f280c700a2f389c6c6446e0
2015-05-15 15:42:09 -07:00
Wander Lairson Costa
9d0222903e Bug 1144994 part 3: Add aries to treeherder.
--HG--
extra : rebase_source : 9be0673a9d9f55eda6ca17e1d9ced051fab16afc
2015-05-15 17:09:16 -03:00
Wander Lairson Costa
eb83d09feb Bug 1144994 part 2: Switch aries nightlies from cypress to m-c.
cypress repo is gone, long live mozilla-central.

--HG--
extra : rebase_source : c5a60c2fdca476d889d70b448a7723c5527402ee
2015-05-15 17:09:16 -03:00
Wander Lairson Costa
1db9cf0250 Bug 1144994 part 1: Update provisioner.
All references to aws-provisioner must be aws-provisioner-v1.

--HG--
extra : rebase_source : ff82d4eeef2c75ab05e4be1fd88162fb34b7b46d
2015-05-15 17:09:16 -03:00
Carsten "Tomcat" Book
14d72f2d7f Merge mozilla-central to b2g-inbound 2015-05-15 14:37:10 +02:00
Carsten Tomcat Book
1f2445b13d Bug 1165280 - "need to bump mozharness to af7f8a8bf40d" a=me 2015-05-15 04:21:00 +02:00
Ryan VanderMeulen
c32f82bcd1 No bug - Bump mozharness.json to revision 1a2600cf03fc. a=me
--HG--
extra : source : 6ba4ce5105f74257f0f7d7e98aba5e4209cd333d
2015-05-14 12:28:17 -04:00
Wes Kocher
5b9076b1f0 Merge b2ginbound to m-c a=merge 2015-05-14 15:37:44 -07:00
Mike Shal
3340572194 Bug 1164867 - Bump mozharness.json to revision af7f8a8bf40d 2015-05-14 13:12:34 -04:00
Dustin J. Mitchell
fa50ef08d0 Bug 1164862: fix spelling errors in build jobs; r=garndt
--HG--
extra : rebase_source : b488d9beaf732b91574efd789afcc7ba9bf3baf8
2015-05-14 12:24:41 -04:00
Aus Lacroix
ed1172ca1a bug 1159960 - Update tester docker image. r=lightsofapollo 2015-05-13 14:09:23 -07:00
Wes Kocher
d89ddfe512 Merge b2ginbound to m-c a=merge CLOSED TREE 2015-05-13 11:25:07 -07:00
Aus Lacroix
135eb6ad5f Backed out changeset c981ae453137 2015-05-13 03:16:27 -07:00
Tooru Fujisawa
3d53e5fcfa Bug 1154140 - Remove stopPropagation call from ChromeUtils.synthesizeDrop. r=enndeakin 2015-05-13 18:58:59 +09:00
Aus Lacroix
f37f6653ac bug 1159960 - Update tester docker image. r=lightsofapollo 2015-05-13 02:55:33 -07:00
Aus Lacroix
6c81551c04 Backout 5d1121be7de5 - Mulet Bustage 2015-05-13 01:53:33 -07:00
Aus Lacroix
018d81aa24 Backed out changeset eb674efe2b05 2015-05-13 01:51:43 -07:00
Aus Lacroix
a7bb574960 bug 1159960 - Fix build bustage. 2015-05-13 01:34:47 -07:00
Aus Lacroix
7d1b3db02a bug 1159960 - Update docker tester image. r=lightsofapollo 2015-05-13 00:42:48 -07:00
Nigel Babu
542f928b0d Backed out changeset b165286b3b33 (bug 1159960) for mullet bustage 2015-05-13 11:46:27 +05:30
Aus Lacroix
e12107fd63 bug 1159960 - Update tester docker image. r=lightsofapollo 2015-05-12 16:50:40 -07:00
Wes Kocher
8f1445e27d Merge m-c to inbound a=merge 2015-05-15 17:32:05 -07:00
Chris Manchester
95c63446e0 Bug 917999 - Part 1 - Write out and upload a manifest of test archives and the harnesses that depend on them.;r=ted 2015-05-15 11:30:24 -07:00
Geoff Brown
1f96adba3b Bug 1164866 - Bump mozharness to revision 560859d88ba8 2015-05-15 11:59:03 -06:00
Gregory Arndt
d41317e3c7 Bug 1163057 - Allow loopback devices to be used within tasks. r=lightsofapollo
--HG--
extra : rebase_source : e8ccf29e8e03c90de84d6318c11762a6ae517505
2015-05-11 08:15:50 -05:00
Alexandre Lissy
9a97c9710a Bug 1159128 - Only save valid app notifications. r=mhenretty
--HG--
extra : rebase_source : a1aa14fc6960a5f7c28d1abd918f3024eb329d4c
2015-05-14 10:59:00 +02:00
Eitan Isaacson
9d09688122 Bug 1160844 - Only initialize pico tts when not in mochitest and speech synth is enabled. r=smaug 2015-05-12 13:24:58 -07:00
Ehsan Akhgari
a9edec6cff Bug 1163829 - Handle one more test 2015-05-14 11:21:32 -04:00
Ehsan Akhgari
9406e010c1 Bug 1163829 - Set the necessary prefs for web-platform service worker tests; r=jgraham 2015-05-14 09:04:50 -04:00
Ms2ger
b961af73cd No bug - Add a bug number to the expected failure in message-event.html.
DONTBUILD

--HG--
extra : amend_source : 0473e70eeef44ce9632dacc40eee1dce31c983ce
2015-05-14 14:31:18 +02:00
Andrea Marchesini
d1caeb7113 Bug 1161950 - patch 2 - fix the webplatform test, r=Ms2ger 2015-05-14 13:13:37 +01:00
Andrea Marchesini
8674a0606d Bug 1161950 - Remove support for createEvent("CloseEvent") / initCloseEvent, r=smaug 2015-05-14 12:25:36 +01:00
Dave Hunt
0da771f85d Bug 1163992 - [moznetwork] When multiple IPs are found on Windows pick the first one. r=wlachance 2015-05-14 09:48:19 +01:00
Henrik Skupin
7a340fca29 Bug 1169168 - Release mozinfo 0.8. r=tomcat DONTBUILD 2015-05-28 09:54:30 +02:00
Wes Kocher
406858a907 Merge m-c to inbound, a=merge CLOSED TREE 2015-05-27 17:22:52 -07:00
Jonathan Griffin
4feab373ba Bug 1163833 - Add integration with browsermob-proxy, r=dburns 2015-05-27 10:00:09 -07:00
Dustin J. Mitchell
0605798fbc Bug 1164623: align env variable names with B2G; r=mrrrgn
--HG--
extra : source : 797108cd6c5951bd066813bb1e7daaea0b002cce
2015-05-27 13:42:15 -04:00
Morgan Phillips
45d9495e37 Bug 1168093 - Move desktop-build compiler/path hacks to their own shell script [TC]; r=dustin
--HG--
extra : rebase_source : 72ac6313df438d0898481d3603fb7859771259a3
2015-05-25 13:53:06 +00:00
Morgan Phillips
e6588d88d7 Bug 1167602 - Add a folder for cusom mozharness configs; r=dustin
Adds the folder with a custom config (for disabling all sendchange uploads)

--HG--
extra : rebase_source : 91da2984e3bd9690dae479ed3fa497681cccb12c
2015-05-25 15:35:09 +02:00
Wes Kocher
b6198820c5 Backed out changeset 020ac30e270a (bug 1141415) for windows mochitest bustage 2015-05-27 14:45:35 -07:00
Ben Kelly
9fa183e323 Bug 1168129 Fix ssltunnel.cpp FAIL_ON_WARNING build errors on some platforms. r=ted 2015-05-27 14:10:10 -07:00
Jonathan Griffin
53313cd80f Bug 1166033 - Notice when the process has died, and restart it, r=dburns 2015-06-18 14:26:53 -07:00
Andrew Halberstadt
4cea585419 Bug 1171602 - Run mochitest using mach from a tests.zip, r=chmanchester
--HG--
extra : commitid : 7UHH28yy81E
extra : rebase_source : e6800f9d6ff6336991f1d4b8f2d975083b9f7751
2015-05-26 10:12:51 -04:00
Andrew Halberstadt
42888ae5f5 Bug 1171971 - Move test_paths argument out of mach and into mochitest; remove --test-path, r=chmanchester
--HG--
extra : commitid : KbQllMAJdfl
extra : rebase_source : 2069e41c760e4993b1d6d0ddd70799e426a19089
2015-06-05 13:28:29 -04:00
James Graham
7147d5e0e3 Bug 1163709 - Update to latest wptrunner, a=testonly 2015-05-11 22:05:14 +01:00
James Graham
9383fbb2bd Bug 1163709 - Update web-platform-tests expected data to revision 5aa79b303c81164549041d1bd9f7887390a10f72, a=testonly 2015-05-11 22:05:13 +01:00
James Graham
392e50e5cd Bug 1163709 - Update web-platform-tests to revision 5aa79b303c81164549041d1bd9f7887390a10f72, a=testonly 2015-05-11 22:05:13 +01:00
Morgan Phillips
2478a186eb Bug 1125973: Docker images for building Firefox Desktop and for Android; r=garndt
This creates two images:

 * ubuntu-build is a basic Ubuntu Trusty image with the build prerequisites
   installed via MozBootstrap (plus some additional requirements).  It also
   contains the worker user and basic directory structure expected by
   Mozharness.

 * desktop-build is a refinement of ubuntu-build with specifics for building
   Firefox Desktop (and, as it turns out, Firefox for Android).  It sports a
   `bin/build.sh` which acts as a fairly generic mozharness-runner that first
   checks out the desired source code revisions, then invokes Mozharness.  It
   supports:

    * caches -- tooltool, workspace, tc-vcs
    * starting and stopping Xvfb if necessary (desktop tests require this)
    * specifying mozharness build variant, branch, and build pool
    * supplying a RelengAPI token
    * copying uploads to the artifacts directory
2015-05-12 16:22:09 -04:00
Ehsan Akhgari
1a03395848 Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger 2015-05-13 14:31:58 -04:00
Dave Hunt
e2b636ecd0 Bug 1160094 - [moznetwork] Attempt to pick most suitable IP when multiple are associated with the hostname. r=wlach 2015-04-30 02:52:00 +02:00
Neil Deakin
0a8315b07e Bug 1131656, allow waitForFocus to take a browser element as an argument, r=billm 2015-05-11 08:02:49 -04:00
Geoff Brown
4bb32f5282 Bug 1140454 - Skip some tests on Android 4.3 Debug for intermittent failures; r=me,trivial 2015-05-09 20:04:44 -06:00
Wes Kocher
fa65e1abd5 Backed out changeset 4f21884b0c36 (bug 1160844) for apparently causing the Gip(a) permafail CLOSED TREE 2015-05-08 18:10:00 -07:00
Tom Schuster
8f93da1491 Bug 1055473 - Actually disable the web-platform test ON CLOSED TREE 2015-05-09 01:53:30 +02:00