Geoff Brown
ad859a9bcb
Bug 908275 - Improve logging of xpcshell args in mochitests; r=jmaher
2013-08-23 09:11:43 -06:00
Jonathan Griffin
e467b5df30
Bug 907895 - Add moztest to tests.zip, r=ahal
2013-08-22 13:50:57 -07:00
Marco Castelluccio
3ccee6128a
Bug 906837 - Add mach command for running webapprt chrome tests. r=adw, r=gps
2013-08-23 10:06:16 -04:00
Chris Manchester
c034a8f7e5
Bug 896087 - Output structured messages in head.js, interpret them in runxpcshelltests.py; r=ted
2013-07-22 19:44:25 -07:00
Ryan VanderMeulen
13f6ac3ccb
Backed out changesets 57fc6c256d1f and a6bb570b7f41 (bug 896087) checktest failures on a CLOSED TREE.
2013-08-22 15:55:54 -04:00
Ryan VanderMeulen
bea62d67bd
Merge m-c to inbound.
2013-08-22 15:44:40 -04:00
Ryan VanderMeulen
8dfeba9208
Merge inbound to m-c.
2013-08-22 15:42:18 -04:00
Andrew Halberstadt
02b6e70d9b
Bug 907552 - Add ability to specify cwd to MozbuildObject.from_environment(), r=gps
2013-08-22 15:24:40 -04:00
Masatoshi Kimura
37640717b2
Bug 600460 - Implement category entry removal for nsScriptNamespaceManager. r=bholley
2013-08-22 22:44:19 +09:00
Ms2ger
913bab58b0
Merge PGO-green changeset from inbound to m-c.
2013-08-22 10:31:44 +02:00
Ms2ger
3a103a7e9f
Bug 883284 - Part f: Move LIBXUL_LIBRARY into moz.build (p-z); r=glandium
2013-08-22 08:56:01 +02:00
Ms2ger
69316b294a
No bug - Fix indentation in xpcshell's mach handler; r=ted
2013-08-22 08:34:58 +02:00
Ryan VanderMeulen
78bcb8af18
Merge inbound to m-c.
2013-08-21 17:14:32 -04:00
Ed Morley
f4d2016bbd
Bug 907925 - Add reasons to Marionette's wait_for_port() assertions, to make them TBPL compatible; r=jgriffin
...
--HG--
extra : rebase_source : 458c32979708ed5581a992745ff10ba75aee3d7f
2013-08-21 22:13:36 +01:00
Dan Minor
af33bda3ca
Bug 858620 - Add jit-tests to test package;r=glandium
2013-08-21 08:20:24 -04:00
Martijn Wargers
a74ca39ad1
Bug 846090 - XBL mochitests timing out/failing on b2g. r=jgriffin
2013-08-21 00:41:18 +02:00
Ryan VanderMeulen
2e280da7aa
Merge m-c to inbound.
2013-08-21 17:17:18 -04:00
Gregory Szorc
23d3390f26
Bug 907797 - Catch NotImplementedError when importing psutil; r=ahal
2013-08-21 09:56:36 -07:00
Mihnea Dobrescu-Balaur
085d65c97f
Bug 905782 - Make the XPCShell harness treat running a single file as a sequential run. r=ted
2013-08-20 16:07:33 -07:00
Martijn Wargers
2ff33596f2
Bug 868035 - Enable Mochitests for gUM on B2G. r=jgriffin
2013-08-22 02:36:32 +02:00
Chris Manchester
936729c545
Bug 896087 - Output structured messages in head.js, interpret them in runxpcshelltests.py. r=ted
2013-07-22 19:44:25 -07:00
Ryan VanderMeulen
d4bd09ad75
Bug 910229 - Disable dom-level* mochitests on Android due to frequent OOM crashes.
...
CLOSED TREE
2013-08-28 10:07:44 -04:00
Chris Manchester
f87e885a4d
Bug 896087 - self tests exercising behavior of current log parsing; r=ted
2013-07-19 16:20:07 -07:00
Chris Manchester
4357bc2659
Bug 896087 - Self tests exercising behavior of current log parsing. r=ted
2013-07-19 16:20:07 -07:00
Douglas Crosher
7a02114d49
Bug 909323 - Improve jit-tests ADB support. r=terrence
2013-08-26 23:32:32 +10:00
William Lachance
0a157da465
Bug 901635 - Store marionette documentation in-tree, using sphinx;r=mdas
...
This will let us autogenerate documentation on change, and display it on
readthedocs.
2013-08-20 13:59:20 -04:00
Ted Mielczarek
ca9a717499
bug 842728 - init Breakpad from C++ in xpcshell, remove ability to init from script. r=bholley,gps
2013-08-15 14:48:12 -04:00
David Burns
9a0bd26f3f
Bug 901776 - Adding checks to visibility code that makes elements with hidden attribute hidden; r=mdas
2013-08-20 16:47:22 +01:00
Masayuki Nakano
90076fd72a
Bug 903715 part.2 Don't check in Makefile.in if the target OS is Android for <select> element dropdown test r=gps+ahalberstadt
2013-08-20 23:20:10 +09:00
Joel Maher
b09312c302
Bug 906825 - upload talos.zip to capture many talos fixes which are not being run on android. r=armenzg
2013-08-20 09:18:58 -04:00
Joel Maher
1ae492f712
Bug 903681 - turn on ASAP tests by default and move tsvgr/tscrollr into rafx on m-c only. r=armenzg
2013-08-20 09:18:56 -04:00
David Burns
7bf87add19
bug 901781: Correct viewport algorithm for marionette and enable visibility tests; r=mdas
2013-08-07 16:19:59 -07:00
Geoff Brown
c3053e1473
Bug 902160 - Correct misplaced comma in androidx86.json; r=jmaher
2013-08-19 18:00:32 -06:00
Jim Blandy
4016c6a93a
Bug 905437: Make it possible for 'mach xpcshell-test' to run xpcshell under GDB. r=ted
...
At the moment, the --debug argument accepted by mach xpcshell-test is
dropped. I don't know if just bringing the old harness's command-line
arguments forward to 'mach xpcshell-test' is the most mach-ish way to do
things, but it does let me get things started.
2013-08-19 16:07:40 -07:00
Andrew Halberstadt
d7bb9d5c8c
Bug 906045 - Remove --build-info-json from mochitest make targets, r=jgriffin, DONTBUILD, a=NPOTB
2013-08-19 13:01:52 -04:00
Dan Minor
eaaf70938d
Bug 903606 - Use mozfile.TemporaryDirectory in cppunittest scripts;r=ted
2013-08-19 10:02:42 -04:00
Ryan VanderMeulen
64bd7ad5a3
Merge m-c to b2g-inbound.
2013-08-17 12:39:44 -04:00
Martijn Wargers
e6c7aa9e85
Bug 901387 - b2g.json cleanup and reorder. r=jgriffin
2013-08-16 21:31:37 +02:00
Malini Das
8c49af2321
Bug 779284 - Implement Modal dialog handling to Marionette, r=jgriffin
2013-08-16 16:54:41 -04:00
Mihnea Dobrescu-Balaur
f6719d283c
Bug 905835 - Fix whitespace in mach parxpc warning. r=gps
2013-08-15 15:22:35 -07:00
Geoff Brown
3cd3ec33b6
Bug 902645 - Use root to create android xpcshell xpcb directory; r=jmaher
2013-08-15 17:06:01 -07:00
Ryan VanderMeulen
beb80491c9
Merge m-c to inbound.
2013-08-15 15:43:06 -04:00
Ted Mielczarek
90a90ba3b4
Fix bustage from bug 889076 (no crash stacks for xpcshell tests), no bug, r=bustage
2013-08-15 15:01:08 -04:00
Jonathan Griffin
e89079d032
Bug 904682 - Mirror moztest to m-c. r=jhammel
2013-08-15 12:57:55 -04:00
Ed Morley
a4aa297061
Merge latest green b2g-inbound changeset and mozilla-central
2013-08-15 11:58:48 +01:00
Gregory Szorc
70cb72ed2c
Bug 904823 - Discourage use of make for running xpcshell tests; r=ted
2013-08-14 17:43:04 -07:00
Ryan VanderMeulen
1c7ba28dbd
Merge m-c to inbound.
2013-08-14 17:11:30 -04:00
Carsten "Tomcat" Book
3f249cd751
merge mozilla-central to b2g-inbound
2013-08-14 15:02:24 +02:00
Drew Willcoxon
eb5b0ed1bb
Bug 904183 - Add bug number references to mochitest manifests explaining why copypaste tests are disabled. r=Ms2ger
2013-08-13 17:42:58 -07:00
Szu-Yu Chen [:aknow]
5090b5e979
Bug 904490 - Extend marionette connection timeout. r=jgriffin
2013-08-14 16:45:12 +08:00
Armen Zambrano Gasparnian
42bd6a9713
Bug 899095 - Switch to http://talos-bundles.pvt.b.m.o for talos bundles. r=jmaher
2013-08-13 11:06:52 -04:00
Ed Morley
5e2d06db88
Bug 904574 - Fix existing pyflakes warnings; r=BenWa
...
--HG--
extra : rebase_source : 27ca85f14ccbce6e5678292f6f5b22c4968801b5
2013-08-13 15:54:15 +01:00
Ed Morley
e8c5cee93c
Bug 904574 - Make gtests log output after crashes compatible with TBPL; r=BenWa
...
--HG--
extra : rebase_source : 8162af561b3a8df81463b3aec733ac6cff55125a
2013-08-13 15:52:55 +01:00
William Lachance
8ef33259f9
Bug 904292 - Clean up marionette pyflakes warnings;r=mdas
2013-08-13 10:24:33 -07:00
Andrew Halberstadt
5ce6052f99
Bug 903034 - Fix b2g desktop mochitest regression, r=jgriffin
2013-08-14 13:57:43 -04:00
Chris Manchester
9cabfa0a4a
Bug 887054 - Part 3: Synchronize blocks of output when running xpcshell tests in parallel. r=ted
2013-08-06 10:28:29 -07:00
Mihnea Dobrescu-Balaur
7aa27ca9b1
Bug 887054 - Part 2: Add parallel warning and support for --sequential to mach xpcshell-test. r=gps
2013-08-14 10:17:11 -07:00
Martijn Wargers
7c764f9aa5
Bug 902611 - test_bug475156.html failing on b2g mochitest with (NS_NOINTERFACE) [nsISupports.QueryInterface]. r=jduell
2013-08-12 01:48:10 +02:00
Randy Lin
d062a6e858
Bug 897776 - Test case for MediaRecorder infinite recursion with requestData() calls in "dataavailable" event. r=jsmith
2013-08-11 11:35:16 +08:00
Geoff Brown
e2bfe2d1fa
Bug 902160 - Fix invalid comments in androidx86.json; r=jmaher
2013-08-11 12:59:29 -07:00
Mihnea Dobrescu-Balaur
bfdce106f0
Bug 887054 - Part 1: Refactor xpcshell test harness to support parallel test runs, disabled in automation. r=ahal, r=ted
2013-07-19 19:27:14 -07:00
Irving Reid
57871baf8f
Bug 890555 - Handle case of non-Object argument to do_throw; r=ted
2013-07-13 12:37:13 -04:00
Ryan VanderMeulen
2ae0ffbbc8
Merge m-c to inbound.
2013-08-09 19:29:45 -04:00
Ryan VanderMeulen
febf24bb96
Merge inbound to m-c.
2013-08-09 19:08:45 -04:00
Ryan VanderMeulen
6a284c47ab
Merge b2g-inbound to m-c.
2013-08-09 17:26:14 -04:00
Mark Hammond
a459f7acd2
Bug 897811 - fix uses of browser.pagethumbnails.capturing_disabled to reflect the pref controls if it is *disabled* rather than enabled. r=gavin
2013-08-08 09:52:01 +10:00
Matt Brubeck
ac0a131eac
Bug 899695 - Fix exception in "mach python" on Windows [r=gps]
...
DONTBUILD (not part of the build)
2013-08-08 08:06:02 -07:00
Carsten "Tomcat" Book
3dec61c518
merge b2g-inbound to mozilla-central
2013-08-08 13:33:12 +02:00
Jonathan Griffin
1e6a976e5a
Bug 902225 - Enable test_import_script_reuse_window.py. r=dburns
2013-08-06 16:31:34 -07:00
Jonathan Griffin
80171045f9
Bug 790787 - Enable more unit tests on B2G. r=mdas
2013-08-06 17:34:30 -07:00
Jonathan Griffin
e70b66c4fd
Bug 758329 - Enable test_emulator_order.py. r=mdas
2013-08-06 16:03:39 -07:00
David Dahl
d88f24ae53
test only change b2g excludetests for bug 824652 r=philor r=ddahl
2013-08-06 22:07:34 -05:00
David Dahl
2d55ce87ec
Bug 824652 - crypto.generateCRMFRequest bypasses CSP (allows script execution from a string, without unsafe-eval) r=bsmith r=khuey r=keeler
2013-08-06 21:46:05 -05:00
Boris Zbarsky
d7a04ba80c
Back out revision ab9642207875 (bug 897811) for browser-chrome test failures.
2013-08-08 01:13:45 -04:00
Mark Hammond
723b4b42cf
Bug 897811 - fix uses of browser.pagethumbnails.capturing_disabled to reflect the pref controls if it is *disabled* rather than enabled. r=gavin
2013-08-08 09:52:01 +10:00
Mark Hammond
0ca51642ad
Bug 897811 - remove browser.pageThumbs.enabled preference. r=gavin
2013-08-07 11:10:58 +10:00
Neil Deakin
8e1b7d6683
Bug 894736, pass clipboard type to data transfer so that the correct clipboard is used when pasting, r=ehsan
2013-08-07 14:52:38 -04:00
Andrew Halberstadt
9c1e108f8b
Bug 887291 - Allow marionette test runner to pass command line arguments onto the application, r=jgriffin
2013-08-07 11:46:25 -04:00
Geoff Brown
cb8c3b191c
Bug 902160 - Update mochitest manifest for android x86; r=jmaher
2013-08-07 07:32:40 -07:00
Geoff Brown
197e217119
Bug 902645 - Use root to create android xpcshell xpcb directory; r=jmaher
2013-08-09 09:22:26 -07:00
Mike Conley
7dbc4f38c5
Bug 903044 - Bump talos test changeset id to get latest changes. r=jmaher.
2013-08-09 11:19:40 -04:00
Drew Willcoxon
6d4b933610
Bug 888839 - Don't pretty print text/plain when copying and pasting non-(X)HTML documents. r=smaug
2013-07-19 19:56:18 -07:00
Trevor Saunders
e62a12b52f
bug 886526 - remove IS_COMPONENT and MODULE_NAME makefile vars for things in libxul r=bsmedberg r=glandium
2013-08-08 20:12:37 -04:00
Randy Lin
2fbcca4b27
Bug 898952 - Media Recording - Skip new test on B2G. r=jsmith
2013-08-07 16:51:28 +08:00
Geoff Brown
7c75ee0aeb
Bug 900664 - Skip testImportFromAndroid on x86 emu; r=jmaher
2013-08-29 16:44:26 -06:00
Andrew Halberstadt
d317986e26
Bug 909888 - Add mach commands for b2g reftests and crashtests, r=jgriffin
2013-08-29 14:23:07 -04:00
Martijn Wargers
f3b7cc2208
Bug 766687 - specialpowers pushprefenv fails while trying to get the originalvalue if the pref doesn't exist. r=jmaher
2013-08-29 22:18:53 +02:00
David Burns
42d20afc96
Bug 758195 - Add test for implicit waits. r=jgriffin
2012-05-24 10:48:30 -07:00
Ryan VanderMeulen
2ac14b6276
Merge m-c to inbound.
2013-08-05 20:00:43 -04:00
Ryan VanderMeulen
9344d67fc1
But 899074, bug 900172, bug 901716 - Disable timeout-prone tests on B2G.
2013-08-05 18:13:04 -04:00
Martijn Wargers
7a82001324
Bug 901385 - test_mutationobservers.html failing on b2g and Android mochitest because of the use of showModalDialog. r=smaug
2013-08-05 13:02:57 +02:00
Matt Brubeck
3bea6fdb31
Bug 901136 - Fix the default search path for mozinfo.json [r=jmaher]
2013-08-03 08:54:52 -07:00
Ryan VanderMeulen
043432c180
Merge inbound to m-c.
2013-08-02 16:36:40 -04:00
Justin Lebar
d2dcba11d3
Back out 4ff7455f6720, "Bug 894736, pass clipboard type to data transfer so that the correct clipboard is used when pasting, r=ehsan" on a CLOSED TREE.
2013-08-02 10:53:34 -07:00
Ed Morley
ce3bcd733c
Merge mozilla-central and b2g-inbound
2013-08-02 13:51:22 +01:00
Ms2ger
50634577d5
Merge m-c to inbound.
2013-08-02 11:07:57 +02:00
Marco Castelluccio
19539a7071
Bug 777402 - Implement support for packaged apps via the installPackage function in the mozapps DOM API in desktop web runtime. r=myk,wesj,fabrice
2013-08-01 17:00:39 -07:00
Jonathan Griffin
b07cc11bd6
Bug 796018 - Add basic frame remote frame switch test. r=mdas
2013-07-31 16:27:14 -07:00
Jonathan Griffin
341f7bc310
Bug 898074 - Don't send multiple responses to deleteSession, r=dhylands
2013-08-01 18:20:22 -07:00
Jonathan Griffin
d206ff6cc1
Bug 898074 - Open Marionette's port with a backlog of 0, r=dhylands, on a CLOSED TREE for possible orange fix
2013-08-01 12:50:38 -07:00
Armen Zambrano Gasparnian
f8003dab46
Bug 900189 - Insert mozharness to the front of sys.path in talos's mach_command.py. NPOTB. DONTBUILD. r=gps
2013-08-01 09:19:40 -04:00
aceman
2662cdbba8
Bug 896738 - Declare msg variable in testing/xpcshell/head.js. r=ted
2013-08-01 10:39:18 +01:00
Neil Deakin
57f881022c
Bug 894736, pass clipboard type to data transfer so that the correct clipboard is used when pasting, r=ehsan
2013-08-02 11:37:05 -04:00
Dan Minor
c34f2491db
Bug 893085 - remotecppunittests.py should accept --apk option and test directories as well as files on the command line; r=ted
2013-08-02 09:53:13 -04:00
Jonathan Griffin
fae8a62136
Bug 900670 - Add threadtime to Marionette's logcat, r=dhylands
2013-08-01 14:54:02 -07:00
Jason Yeo
2c74cb726b
Bug 900192 - ValueError when exception is raised in Talos (ValueError: incomplete format). DONTBUILD. r=armenzg
2013-08-01 17:44:50 -04:00
Andrew Halberstadt
28f83e93cb
Bug 900444 - Mozprofile writes permissions inefficiently, r=jgriffin
2013-08-01 16:42:32 -04:00
William Lachance
ce8c269b00
Bug 900629 - Mirror mozdevice 0.29;r=ahal
2013-08-01 16:08:18 -04:00
Joel Maher
a4b7f82fe6
Bug 900913 - update talos to latest bits to capture xperf fix and other cleanup. r=edmorley
2013-08-05 10:50:37 -04:00
Joey Armstrong
56ab717da3
Bug 870370 - Move EXTRA_COMPONENTS to mozbuild (file batch #3 ); r=mshal
2013-06-11 16:38:22 -04:00
Andrew Halberstadt
a5ad242f68
Bug 899047 - Set mochitest appname in verifyOptions to fix fennec regression, r=gbrown
2013-07-31 16:45:54 -04:00
Ryan VanderMeulen
23654aaefb
Merge m-c to inbound.
2013-07-31 16:33:59 -04:00
Martijn Wargers
d3812c1e93
Bug 898696 - Fix some content/media test files by adding preload=metadata to media element. r=cpearce
2013-07-31 09:35:44 +02:00
Jason Smith
c7c8f94607
Bug 898693 - Turn test_audioBufferSourceNodeNeutered.html on for Firefox OS. r=mwargers
2013-07-30 10:49:11 -07:00
Jonathan Griffin
ff44208bca
Bug 899731 - Bump marionette version. r=wlach
2013-07-30 12:52:46 -07:00
Martijn Wargers
2b32beaaad
Bug 899939 - Fix some tests that still use prefBranch instead of SpecialPowers.pushPrefEnv. r=jmaher
2013-07-31 11:30:54 +02:00
Jonathan Griffin
2c2ca3d743
Bug 900080 - Use e.message instead of e in onPacket errors, r=wlach
2013-07-31 10:55:44 -07:00
Joel Maher
2f2fb6ae5f
Bug 900018 - update talos on m-c to the latest version in build/talos. r=armenzg
2013-07-31 11:51:05 -04:00
Ryan VanderMeulen
55f1829235
Merge m-c to fx-team.
2013-07-30 13:12:26 -04:00
Masatoshi Kimura
cf96652cef
Bug 898903 - Prevent env["PATH"] from becoming Unicode on Windows. r=jgriffin
2013-07-30 10:02:28 -04:00
Jeff Hammel
7299a2ef3b
Bug 688667 - refactor automation.py into mozprocess and mozprofile and load via virtualenv. r=jmaher
2013-07-30 08:30:40 -04:00
Ed Morley
504f0bb19b
Merge latest green fx-team changeset and mozilla-central
2013-07-29 15:16:29 +01:00
Dave Hylands
95da62115e
Bug 861456 - Fix all device storage tests so that they run. r=dclarke
2013-07-12 00:18:28 -07:00
Ryan VanderMeulen
f88c97989f
Merge m-c to fx-team.
2013-07-26 22:27:22 -04:00
Gavin Sharp
58e0381c16
Remove some unnecessary preprocessing, no bug
...
--HG--
extra : rebase_source : 211b3d075040fa0ffdf64782c804f7a55f039149
2013-07-26 16:05:05 -07:00
Mihnea Dobrescu-Balaur
d9f8bf5f9b
Bug 898142 - xpcshell make target should pass in pluginsPath. r=gps
2013-07-25 15:20:34 -07:00
Andrew Halberstadt
af6e9daaaa
Bug 865349 - Refactor B2G mochitests off automation.py and onto mozbase, r=jgriffin,ted
2013-07-26 14:40:04 -04:00
Ryan VanderMeulen
999bcfda0a
Merge m-c to inbound.
2013-07-26 14:20:01 -04:00
Martijn Wargers
d60bbc5058
Bug 896582 - Implement a workaround to bug 838726 to get a bunch of content/media mochitests running on B2G. r=jgriffin
2013-07-25 22:32:17 +02:00
Andrew Halberstadt
bfcbe4015d
Bug 895940 - Mirror mozbase to m-c, r=jhammel
2013-07-25 16:27:53 -04:00
David Burns
a3a67bfe4f
Bug 837621: update isElementDisplayed atoms with new overflow logic; r=jgriffin
2013-07-29 21:20:50 +01:00
William Lachance
43d0267f8d
Bug 855327 - Quick followup to improve variable name;r=jgriffin
2013-07-29 13:49:46 -04:00
William Lachance
aa5d3b02f6
Bug 855327 - Add capability to get currently active frame from marionette;r=jgriffin
2013-07-29 13:46:01 -04:00
Trevor Saunders
108b7dd046
backout bug 886526 because it probably made us use a lot more memory to link on windows
2013-07-29 11:03:21 -04:00
Andrew Halberstadt
0069d4ee83
Bug 898725 - Fix mochitest mach target regression, r=jgriffin
2013-07-29 13:01:54 -04:00
Mihnea Dobrescu-Balaur
76bb9647a6
Bug 890098 - Follow-up: Always set the plugins dir. r=jgriffin
2013-07-23 23:08:46 -07:00
Masayuki Nakano
345d20234e
Bug 501496 part.13 nsListControlFrame should handle key navigation at keydown event handler r=neil
2013-07-25 15:09:29 +09:00
Masayuki Nakano
ab8eca4513
Bug 501496 part.9 EventUtils and some tests shouldn't synthesize keypress event if precede keydown event is consumed r=smaug
2013-07-25 15:09:29 +09:00
Masayuki Nakano
7318911de9
Bug 896362 part.2 Add tests for VK_ABNT_C1 and VK_ABNT_C2 r=jimm+smaug
2013-07-25 15:04:17 +09:00
Mike Hommey
8f997ff582
Backout changeset a13dafd65d1c (bug 895940) for breaking PGO builds on a CLOSED TREE
2013-07-25 14:26:09 +09:00
Andrew Halberstadt
b661941c81
Bug 895940 - Mirror mozbase to m-c, r=jhammel
2013-07-24 14:49:14 -04:00
Armen Zambrano Gasparnian
db3de1c7a2
Bug 895451 - Automate Talos setup & running Talos on the tree. DONTBUILD. r=gps
2013-07-26 11:04:31 -04:00
Geoff Brown
8a971946df
Bug 898036 - Set layout.css.devPixelsPerPx during robocop tests; r=kats
2013-07-26 05:59:07 -07:00
Martijn Wargers
260b0100df
Bug 873149 - Report the slowest test in mochitest, r=ted
...
--HG--
extra : rebase_source : a5da51081c9460c12a2366387acba095681bdca5
2013-06-14 02:03:48 +02:00
Joel Maher
e9684b52e8
Bug 900913 - [backout] update talos to latest bits to capture xperf fix and other cleanup
2013-08-02 10:31:32 -04:00
Joel Maher
715f6c9ceb
Bug 900913 - update talos to latest bits to capture xperf fix and other cleanup. r=edmorley
2013-08-02 08:57:15 -04:00
Joel Maher
57e18cad43
Bug 868158 - mochitests should support manifest format. r=ted
2013-08-02 08:48:06 -04:00
Jonathan Griffin
16d77c1f85
Bug 897135 - Switch Marionette's log level to Trace, r=wlach
2013-07-23 12:33:07 -07:00
Armen Zambrano Gasparnian
a1bfadb938
Bug 713055. Match talos.json's suites to mozilla-tests/config.py before enabling talos mozharness. DONTBUILD. CLOSED TREE. r=jmaher
2013-07-23 16:24:50 -04:00
Armen Zambrano Gasparnian
ceae172b3e
Bug 713055. Match talos.zip to talos_revision before enabling talos mozharness. DONTBUILD. CLOSED TREE. r=jmaher
2013-07-23 15:12:53 -04:00
Mark Banner
aab0797734
Bug 896756 - Fix strict warnings in xpcshell's head.js. r=jmaher
2013-07-23 18:31:30 +01:00
Mark Hammond
5a9a006392
Bug 892875 - Put background thumbnails behind a preference, and disable that preference during tests. r=adw
2013-07-23 17:40:16 +10:00
David Burns
59a129de4e
Bug 896043 : Switching off tests as they are not being used and blocking marionette content updates; r=jgriffin
2013-07-22 10:57:56 +01:00
Joel Maher
541ad0dc55
Bug 896002 - upload a new talos.zip to capture tcanvasmark benchmark. r=Callek, a=RyanVM CLOSED TREE
2013-07-19 15:30:12 -04:00
Gervase Markham
5103d820f9
Bug 715549 - remove last vestiges of tri-licence. DONTBUILD.
2013-07-19 16:08:33 +01:00
Marco Bonardo
c6b58cf259
Bug 895376 - Make mochitest browser harness distinguish real timeouts from long-running tests.
...
r=gavin
2013-07-19 15:51:34 +02:00
Benoit Girard
3b848ad3cd
Bug 886656 - Disable GTest on Windows. r=gps
2013-07-18 16:29:17 -04:00
Ryan VanderMeulen
76ce8020e7
Merge m-c to inbound on a CLOSED TREE.
2013-07-18 14:53:05 -04:00
Armen Zambrano Gasparnian
338d904166
Bug 894980 - Specify talos repo inside of talos.json to allow testing new talos patches by pointing to a user repo. DONTBUILD. CLOSED TREE. r=aki
2013-07-18 14:08:19 -04:00
Jonathan Griffin
d22b9e593b
Bug 894953 - Don't leak onDOMConentLoaded event handlers, r=mdas
2013-07-17 15:13:09 -07:00
Ryan VanderMeulen
8af40fe4d0
Merge m-c to inbound.
2013-07-16 16:05:03 -04:00
Ryan VanderMeulen
8fdb4e50eb
Merge birch to m-c.
2013-07-16 16:03:20 -04:00
David Clarke
a99c4939cf
Bug 889602 - Set ProfD directory within b2g. r=dhylands
2013-07-16 09:02:55 -04:00
Mihnea Dobrescu-Balaur
c58af80dce
Bug 892021 - Add a do_get_tempdir function to head.js. r=ted, r=gbrown
2013-07-16 09:38:35 -07:00
Jan Beich
579fb906be
Bug 885624 - Cherry-pick gtest@{r621,r629} to unbreak --enable-tests with libc++. r=bgirard
2013-07-14 09:45:42 +02:00
Mihnea Dobrescu-Balaur
d1f41e9cc8
Bug 892121 - Every xpcshell test should get its own plugins dir. r=gbrown, r=ted
2013-07-17 10:53:30 -07:00
Armen Zambrano Gasparnian
e4f9c357bd
Bug 713055 - roll out mozharness desktop talos. NPOTB. DONTBUILD. r=aki
2013-07-12 13:19:52 -04:00
Dan Minor
8386cbcaf2
Bug 892439: runcppunittests.py should accept either test files or test directories from the command line; r=ted
2013-07-12 07:42:14 -04:00
Graeme McCutcheon
5d31223735
Bug 819930 - Part 1: Implement an API for emulating CSS media types. r=dbaron
2013-07-17 16:39:19 +01:00
Mihnea Dobrescu-Balaur
e67903f544
Bug 889076 - Use the profile dir to store minidumps in the crashreporter xpcshell tests. r=ted
2013-07-10 14:10:04 -07:00
Reuben Morais
ea38b25c81
Bug 889503 - Move Settings API to WebIDL. r=gwagner r=bz
...
--HG--
extra : rebase_source : 9f858f389b71344353658d4ed49996e0d90b8b99
2013-07-15 18:17:46 -07:00
Florin Bogdan Strugariu
133f12d626
Bug 802742 - Marionette should list all failed tests at the end of the testrun, r=mdas
2013-07-10 13:04:33 +03:00
Ryan VanderMeulen
d806e1e244
Merge m-c to inbound.
2013-07-10 09:45:16 -04:00
Matthew Noorenberghe
a9cd011860
Bug 875826 - Skip xpcshell tests that require the identity components on Android since they're not packaged there. r=dolske
2013-06-28 23:33:19 -04:00
Joel Maher
58b91b86f9
Bug 891469 - upload new talos.zip to build.mozilla.org to capture fixes for tscroll, tsvgx, tresize and datazilla uploading. r=armenzg
2013-07-09 15:43:49 -04:00
Dan Minor
e5499a2f3b
Bug 889078: Strip cpp tests prior to packaging; r=glandium
2013-07-09 12:54:40 -04:00
Ms2ger
44026109d3
Bug 888574 - Remove TAR_CREATE_FLAGS_QUIET, make TAR_CREATE_FLAGS quiet by default; r=gps+ted
2013-07-10 11:55:01 +02:00
Jonathan Griffin
6054ee8daa
Bug 889637 - Add --es-server arg to Marionette, r=mcote
2013-07-08 12:28:53 -07:00
Jonathan Griffin
aa498a892f
Bug 891139 - Bump marionette to 0.5.35, r=stephend
2013-07-08 19:55:42 -07:00
Mounir Lamouri
b7be9c0de9
Bug 886046 - Add a MockColorPicker module in SpecialPowers. r=ctalbert
2013-07-08 15:11:36 -04:00
David Burns
37440b3952
Bug 887583 - Add more startup prefs to Marionette, r=mdas
2013-05-08 12:32:50 +01:00
Trevor Saunders
4fda35a773
bug 886526 - disallow MODULE_NAME and IS_COMPONENT for makefiles in libxul r=bsmedberg
2013-06-25 11:15:21 -04:00
David Burns
eb2df38350
Bug 890214 : adding missing import to marionette testrunner; r=dhunt
2013-07-04 13:46:10 +01:00
Benoit Girard
a210b5dede
Bug 775459 - Implement hit testing on layer tree + tests. r=kats
...
--HG--
extra : rebase_source : c596cc4c4dd9810319830ec8105a5e251e9b0ddb
2013-07-02 12:27:17 -04:00
Dave Hunt
0fb1de1a60
Bug 889469 - Bump marionette_client version to 0.5.34 r=jgriffin
2013-07-03 22:43:48 +01:00
Jonathan Griffin
c5cc838664
Bug 887841 - Be very careful when deleting a session that may not exist, r=mdas
2013-07-02 10:48:55 -07:00
Florin Bogdan Strugariu
e6bc2ee9cd
Bug 845805 - Add a By class to the marionette python bindings; r=dburns
2013-07-04 14:43:54 +03:00
Malini Das
38369577db
Bug 823222 - use socket module to check port, r=jgriffin
2013-07-09 10:54:29 -04:00
Ed Morley
b81ea1b6ba
Bug 881404 - Disable dom/workers/test/test_closeOnGC.html on Android for intermittent timeouts
2013-07-09 11:38:30 +01:00
Dave Hunt
262cea6bee
Bug 889439 - XML report generation fails when results tuple contains more than two items. r=jgriffin
2013-07-02 18:59:15 +01:00
Irving Reid
15151ee4fd
Bug 887799: More reliable way of getting stack traces for xpcshell test errors, r=ted.mielczarek
2013-07-02 10:41:42 -04:00
Ryan VanderMeulen
075841615e
Merge birch to inbound.
2013-07-02 10:19:45 -04:00
Mathieu Bultel mat.bultel@gmail.com
4ef150e60c
Bug 888506 - Check that the start_time attribute exists before trying to use it. r=jgriffin
2013-07-01 12:37:21 +02:00
Geoff Brown
1d7e79d61d
Bug 882932 - (2) Fix httpdPath setting for remote mochitest; r=jmaher
2013-06-28 19:20:08 -07:00
Jonathan Griffin
cc604a89a6
Bug 886579 - Better errors for JS tests, r=mdas
2013-07-01 15:47:37 -07:00
Jonathan Griffin
222b23acff
Bug 888474 - Bump Marionette version, a=test-only, a=test-only
2013-06-28 14:34:20 -07:00
Jonathan Griffin
418db07982
Bug 885940 - Move common code inato marionette-common.js, r=mdas
...
--HG--
rename : testing/marionette/marionette-log-obj.js => testing/marionette/marionette-common.js
2013-06-28 14:07:55 -07:00
Ed Morley
7bd880a445
Merge latest green birch changeset and mozilla-central
2013-06-28 14:33:47 +01:00
Fernando Jiménez
2001687ad7
Bug 885701 - [DOMRequest] Implement DOMRequestService.fireDetailedError. r,sr=sicking
2013-06-28 10:53:44 +08:00
Malini Das
50fe6d487b
Bug 883299 - Log coordinates for events that Marionette initiates, r=jgriffin
2013-06-27 13:48:12 -04:00