Граф коммитов

4697 Коммитов

Автор SHA1 Сообщение Дата
William Lachance d3bc526224 Bug 978333 - Try to use localhost for marionette webserver if possible. r=jgriffin 2014-03-17 15:28:23 -04:00
Vikas Mishra 7bc3ef3b37 Bug 959517 - Clarify connection error message, r=mdas 2014-03-17 22:19:35 +05:30
Vikas Mishra 81a54e475d Bug 974891 - Move TestCapabilities to test_capabilities.py file. r=ato 2014-03-14 23:57:03 +05:30
Bill McCloskey f218f37e25 Bug 983921 - Rename test_SimpleTestGetTestFileURL.html so it doesn't get skipped (r=jmaher)
--HG--
rename : testing/mochitest/tests/Harness_sanity/test_SimpleTestGetTestFileURL.html => testing/mochitest/tests/Harness_sanity/test_SimpletestGetTestFileURL.html
2014-03-15 08:43:35 -07:00
Henrik Skupin 89771ec7db Bug 966434 - Refactor tps for fxaccounts and old sync authentication support. r=jgriffin 2014-03-14 21:13:38 +01:00
James Graham 87ab491c2e Bug 983287 - Update the version of mozlog now structured logging has landed, r=wlach 2014-03-14 12:36:25 +00:00
Bill McCloskey fd05f3eb04 Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted) 2014-03-13 21:38:19 -07:00
Wes Kocher caa28d2de5 Merge m-c to inbound despite the CLOSED TREE 2014-03-13 19:58:47 -07:00
Wes Kocher 3b83e5bb22 Backed out changeset 88425ad0f06a (bug 982828) for introducing various mochitest-5 failures on a CLOSED TREE
* * *
Backed out changeset 94f9ebdc6662 (bug 982828)
2014-03-13 19:41:21 -07:00
Bill McCloskey e784b5aef6 Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted) 2014-03-13 15:41:41 -07:00
Geoff Brown a9e0db635d Bug 983406 - Fix syntax error in androidx86.json; r=jmaher 2014-03-13 16:59:01 -06:00
Bill McCloskey 006786a6b4 Backed out changeset d6261f65070a 2014-03-13 15:52:27 -07:00
Bill McCloskey ed100f425c Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted) 2014-03-13 15:41:41 -07:00
Vaibhav Agarwal c75ff964a1 Bug 971132 - B2G mochitests should use the new manifest format for runtests; r=jmaher 2014-03-13 10:40:10 -04:00
Wes Kocher 704fbcc14f Merge b2g-inbound to m-c 2014-03-12 19:51:10 -07:00
Dave Hylands f1ea45eb4c Bug 959591 - Add a test to verify functionality. r=fabrice 2014-03-12 14:15:05 -07:00
Ryan VanderMeulen 2b56627de4 Merge m-c to b2g-inbound. 2014-03-12 11:33:22 -04:00
David Clarke b896eea776 Bug 981217 - Make the wifi connection more rubust during testing. r=ahal 2014-03-12 08:29:23 -04:00
Jonathan Griffin 31cc642984 Bug 982361 - Bump marionette_client to 0.7.6, r=AutomatedTester 2014-03-11 18:16:54 -07:00
Vaibhav Agarwal d126a07311 Bug 970925 - convert testing/mochitest/android.json into skip-if statements in mochitest.ini files; r=jmaher 2014-03-12 06:16:12 -04:00
Ryan VanderMeulen 969b5f09c4 Merge m-c to inbound on a CLOSED TREE. 2014-03-11 13:25:49 -07:00
Andrew Halberstadt 0d3ad74d44 Bug 974069 - Add 'manifests' back to DIRS in testing/mochitest, r=ted 2014-03-11 13:40:43 -04:00
David Burns 6c5daf72c7 Bug 981568: Handle if we get IOError if B2G crashes during a test run; r=jgriffin 2014-03-11 17:10:16 +00:00
Ryan VanderMeulen 563ac4400b Merge b2g-inbound to m-c. 2014-03-08 01:23:46 -08:00
Andrew Halberstadt 2dbabf42ff Bug 932362 - Create mach target for running b2g xpcshell tests, r=jgriffin 2014-03-11 10:08:25 -04:00
James Graham 796d2b9590 Bug 979338 - Document delete_session method in the python client API, r=mdas 2014-03-04 17:42:11 +00:00
Nathan Froyd 60cd903626 Bug 979936 - delete unused `quiet' param-handling code in setup.js; r=jmaher 2014-03-05 12:39:46 -05:00
Geoff Brown 537cfcdff4 Bug 967704 - Add android23.json to mochitest Makefile.in; r=jmaher 2014-03-12 09:42:00 -06:00
Vaibhav Agarwal 910cf28c11 Bug 971132 - B2G mochitests should use the new manifest format; r=jmaher 2014-03-12 11:41:08 -04:00
Brian Birtles 730325e4c1 Bug 979161 part 4 - Add a non-flushing version of waitForAllPaints to paint_listener.js; r=mattwoodrow
This patch adds waitForAllPaints which does *not* call getBoundingClientRect
since that can cause a flush. Sometimes this flush is undesirable since it can
mask bugs in the code under test which should be performing this flush itself.
2014-03-10 13:47:12 +09:00
Brian Birtles 80173f8459 Bug 979161 part 3 - Use SpecialPowers.getDOMWindowUtils in paint_listener.js; r=mattwoodrow
We can't just use SpecialPowers.DOMWindowUtils since otherwise we end up with
a DOMWindowUtils object that is bound to the parent object.
2014-03-10 13:47:12 +09:00
Brian Birtles ad94336c66 Bug 979161 part 2 - Wrap long lines in paint_listener.js; r=mattwoodrow
And also simplify the code somewhat
2014-03-10 13:47:12 +09:00
Brian Birtles 88ee802b65 Bug 979161 part 1 - Wrap up paint_listener.js so it doesn't leak globals; r=roc 2014-03-10 13:47:12 +09:00
Doug Turner eef5fec5c2 Bug 978593 - refactor and cleanup NetworkLocationProvider. Prep work to enable celluar support. r=jdm 2014-03-01 23:46:02 -08:00
Henrik Skupin a91de5dd52 Bug 966434 - Update TPS to use FxA. r=jgriffin 2014-03-07 15:54:19 -08:00
Wes Kocher 452135f341 Merge m-c to inbound 2014-03-06 18:27:43 -08:00
Carsten "Tomcat" Book 6e65028ef4 Merge mozilla-central to fx-team 2014-03-06 13:38:06 +01:00
Michael Ratcliffe 11ec4d96f6 Backing out bug 884796 HiDPI fix r=backout 2014-03-06 10:31:30 +00:00
Michael Ratcliffe 7463d1a5d7 Bug 884796 - Scale deltas in EventUtils.js::synthesizeWheel() on HiDPI screens r=robcee 2014-03-06 09:38:09 +00:00
Michael Ratcliffe b6b3b4320e Bug 974056 - Add logging of devtools event emitter emit calls r=harth 2014-03-06 09:37:59 +00:00
Ryan VanderMeulen 1706c755f4 Backed out changeset 7f8961ec163f (bug 969146) for B2G mochitest shutdown crashes. 2014-03-05 15:16:30 -05:00
Joel Maher 3f2c305c8d Bug 970925 - (backout canvas webgl) convert testing/mochitest/android.json into skip-if statements in mochitest.ini files. r=gbrown CLOSED TREE 2014-03-06 16:49:37 -05:00
Henrik Skupin 1148e8bb3e Bug 979815 - Update URL of virtualenv to use version 1.9.1 from the official github repository. r=jgriffin 2014-03-05 23:22:29 +01:00
Ryan VanderMeulen c9d4ba6f8d Merge m-c to fx-team. 2014-03-13 15:37:02 -04:00
Jan Keromnes 8f42efaf53 Bug 982707 - Move the "devtools.dump.emit" pref from firefox.js to all.js. r=ochameau 2014-03-13 09:53:04 -04:00
Joel Maher 4ed96fa135 Bug 979454 - manifest parser needs to support skip-if in the [default] section and || that with the skip-if from the [test] section. r=ted 2014-03-05 10:32:03 -05:00
Joel Maher 00ea367a93 Bug 971025 - move testing/mochitest/test/test_* to testing/mochitest/test/Harness_sanity. r=ted
--HG--
rename : testing/mochitest/tests/SpecialPowersLoadChromeScript.js => testing/mochitest/tests/Harness_sanity/SpecialPowersLoadChromeScript.js
rename : testing/mochitest/tests/file_SpecialPowersFrame1.html => testing/mochitest/tests/Harness_sanity/file_SpecialPowersFrame1.html
rename : testing/mochitest/tests/test_SimpleTestGetTestFileURL.html => testing/mochitest/tests/Harness_sanity/test_SimpleTestGetTestFileURL.html
rename : testing/mochitest/tests/test_SpecialPowersExtension.html => testing/mochitest/tests/Harness_sanity/test_SpecialPowersExtension.html
rename : testing/mochitest/tests/test_SpecialPowersExtension2.html => testing/mochitest/tests/Harness_sanity/test_SpecialPowersExtension2.html
rename : testing/mochitest/tests/test_SpecialPowersLoadChromeScript.html => testing/mochitest/tests/Harness_sanity/test_SpecialPowersLoadChromeScript.html
rename : testing/mochitest/tests/test_SpecialPowersPushPermissions.html => testing/mochitest/tests/Harness_sanity/test_SpecialPowersPushPermissions.html
rename : testing/mochitest/tests/test_SpecialPowersPushPrefEnv.html => testing/mochitest/tests/Harness_sanity/test_SpecialPowersPushPrefEnv.html
rename : testing/mochitest/tests/test_bug362788.xhtml => testing/mochitest/tests/Harness_sanity/test_bug362788.xhtml
rename : testing/mochitest/tests/test_bug816847.html => testing/mochitest/tests/Harness_sanity/test_bug816847.html
rename : testing/mochitest/tests/test_sanity.html => testing/mochitest/tests/Harness_sanity/test_sanity.html
rename : testing/mochitest/tests/test_sanityEventUtils.html => testing/mochitest/tests/Harness_sanity/test_sanityEventUtils.html
rename : testing/mochitest/tests/test_sanityException.html => testing/mochitest/tests/Harness_sanity/test_sanityException.html
rename : testing/mochitest/tests/test_sanityException2.html => testing/mochitest/tests/Harness_sanity/test_sanityException2.html
rename : testing/mochitest/tests/test_sanitySimpletest.html => testing/mochitest/tests/Harness_sanity/test_sanitySimpletest.html
rename : testing/mochitest/tests/test_sanityWindowSnapshot.html => testing/mochitest/tests/Harness_sanity/test_sanityWindowSnapshot.html
rename : testing/mochitest/tests/test_sanity_cleanup.html => testing/mochitest/tests/Harness_sanity/test_sanity_cleanup.html
rename : testing/mochitest/tests/test_sanity_cleanup2.html => testing/mochitest/tests/Harness_sanity/test_sanity_cleanup2.html
2014-03-05 10:32:02 -05:00
Andrew Halberstadt 529f7131d6 Bug 969146 - Pass MOZ_CRASHREPORTER_SHUTDOWN into b2g process, r=mdas 2014-03-05 09:08:54 -05:00
Carsten "Tomcat" Book 46a7d98005 merge b2g-inbound to mozilla-central 2014-03-05 13:24:51 +01:00
Ehsan Akhgari 17f4a32d8b Bug 976896 - Port STL_FLAGS to moz.build; r=mshal 2014-03-04 19:39:06 -05:00
Geoff Brown a69a9cb1bf Bug 936226 - Update test manifests for Android x86 2014-03-04 17:02:04 -07:00
Ryan VanderMeulen 2d472f8474 Bug 979446 - Disable dom/downloads tests on B2G for frequent timeouts. 2014-03-04 13:38:18 -05:00
Douglas Crosher 68870b98f0 Bug 979231 - DeviceManager ADB pushDir should take a timeout parameter and make use of it. r=dminor 2014-03-04 22:55:21 +11:00
Eddy Bruel 477b2d2f33 Bug 859372 - Refactor DevToolsUtils.js;r=past 2014-03-04 15:38:05 +01:00
Masayuki Nakano 991dd217bc Bug 974318 part.9 Use WidgetTextEvent::mRanges on CompositionStringSynthesizer r=smaug 2014-03-04 22:48:28 +09:00
Andrew Halberstadt b1dff3469e Bug 967647 - Enforce an unbuffered stream by default in mozprocess, r=jgriffin 2014-03-03 15:16:54 -05:00
Benjamin Chen 679a21fa8a Bug 969289 - Add new test_mediarecorder_record_gum_video_timeslice.html test case. r=jsmith 2014-02-18 11:11:18 +08:00
Ed Morley 30446e5cc4 Merge latest green inbound changeset and mozilla-central 2014-03-03 14:44:44 +00:00
Mark Hammond 2563b1b92e Bug 935799 - Add mochitest-e10s-utils.js to help tests when run in an e10s environment. r=felipe,ted 2014-03-03 09:33:30 +11:00
Kearwood (Kip) Gilbert 8b44c4c637 Bug 687297 - Added Mochitest to verify that the per-presentation base minimum font size is propagated without being influenced by the language-specific global preference. r=dbaron
This test applies a large value to the font.minimum-size.ja preference, opens a new window, advances the url through an iso-8859-1 page, a Shift-JIS page, and back to an iso-8859-1 page.  If the height of a div containing text on the first iso-8859-1 page and last iso-8859-1 page do not match, then the test is failed.

This test has been excluded from B2G Desktop Client tests due to bug 948948.
2014-02-26 16:01:38 -08:00
Ryan VanderMeulen 75c173e72a Merge m-c to fx-team. 2014-02-28 16:10:17 -05:00
Jan de Mooij 5ae1515090 Bug 977921 - Override ASan malloc_context_size to save memory. r=decoder
--HG--
extra : rebase_source : 500882c214de079c1d493e21a9ee91c3da743226
2014-02-28 16:33:25 +01:00
Ryan VanderMeulen bc6f7d9058 Merge m-c to inbound. 2014-02-28 10:15:57 -05:00
Dan Minor d9815011e3 Bug 978066 - [mozcrash] Mozcrash check_for_java_exception function should take quiet parameter; r=wlach 2014-02-28 09:18:25 -05:00
Ryan VanderMeulen 8e1451ad9a Merge m-c to b2g-inbound. 2014-02-27 17:34:25 -05:00
Andrew Halberstadt 06fdef4132 Bug 976120 - shell.js should respect crash reporting environment, r=fabrice 2014-02-27 16:36:00 -05:00
Brian Smith bceb379d88 Bug 978111: Enable already-working PSM xpcshell tests on Android and B2G, r=cviecco
--HG--
extra : rebase_source : c14ef67870f2b40a3319e6bc8df0ddfe9dd222e3
2014-02-28 11:16:16 -08:00
Geoff Brown 424b67c72f Bug 973601 - Allow xpcshell test chunks; r=ted 2014-02-28 14:58:35 -07:00
James Graham 8e6f253886 Bug 978108 - Update documentation for strucured logging. r=wlach 2014-02-27 19:04:45 +00:00
Andreas Tolfsen 4757cb31a4 Bug 970680 - Limit number of decimals used in TimeoutException. r=dburns 2014-02-28 16:41:03 -05:00
Simon Sapin 4ada4b1b26 Bug 975501 part 2: Add display:{inline-,}grid behind a pref, and a stub nsGridContainerFrame. r=dholbert 2014-02-26 23:45:29 -08:00
Andrew Halberstadt 29327d860a Bug 974069 - Add manifest for running emulator-jb mochitests, r=ted 2014-02-28 15:24:37 -05:00
Tim Taubert f5a0826158 Bug 975552 - Let the leak detector know about the preloaded customization tab r=bustage 2014-02-28 20:55:37 +01:00
Vicamo Yang efa2c4786b Bug 975359: add test cases for B2G orientation sensor. r=jgriffin, f=slee 2014-03-05 10:37:50 +08:00
Vaibhav Agarwal bb9b55bec2 Bug 970925 - convert testing/mochitest/android.json into skip-if statements in mochitest.ini files; r=jmaher 2014-03-06 13:42:47 -05:00
Vaibhav Agarwal 1dd6d7f149 Bug 971132 - B2G mochitests should use the new manifest format [directories]; r=jmaher 2014-03-06 13:42:45 -05:00
Vaibhav Agarwal 64e20261db Bug 971132 - B2G mochitests should use the new manifest format; r=jmaher 2014-03-06 13:42:43 -05:00
Ted Mielczarek 952bbfe243 Bug 977699 - Move the few remaining mochitests to manifests. r=jmaher 2014-03-04 15:54:31 -05:00
Richard Barnes dbe89b855e Bug 936340 - Implement navigator.sendBeacon r=sicking 2014-03-06 10:51:23 -05:00
Dave Hunt 8274cfb045 Bug 979577 - Test durations are always zero in the HTML report. r=jgriffin 2014-03-06 14:49:50 +00:00
Ehsan Akhgari 44f3ea1894 Backed out changeset 98cc8a50348f (bug 936340) because it misses the test_beaconElectrolysis.html file, which breaks the build 2014-03-06 09:04:45 -05:00
Richard Barnes b813c7a8ca Bug 936340 - Implement navigator.sendBeacon. r=sicking 2014-03-06 08:52:50 -05:00
Geoff Brown 0c15e4a428 Bug 967704 - Add android23.json for Android 2.3 mochitests; r=jmaher 2014-03-10 19:56:31 -06:00
Boris Zbarsky 51c7e3a485 Bug 980965. Stop using DOM constructors as functions in chrome code. r=bholley 2014-03-10 17:38:14 -04:00
dadadel eff50c44d9 Bug 975136 - Test mozprocess parameters;r=wlach
DONTBUILD

--HG--
extra : rebase_source : 87f60210eccbfe7925cdcce3fafc878cb873c13b
2014-03-10 12:34:03 -04:00
dadadel 4489adec63 Bug 907433 - Improve the mozprocess documentation with description and examplesi;r=wlach
DONTBUILD

--HG--
extra : amend_source : 99b1ef66ea65a1bf59ba01c98ad89cdb12fbf2ad
2014-03-10 12:15:35 -04:00
Bill McCloskey 8bc8184542 Bug 938019 - Run mochitests from manifests (r=ted,gps) 2014-03-18 08:03:51 -07:00
Gregory Szorc a0a4ade497 Bug 875562 - Part 8: Write crash events for main process crashes; r=bsmedberg
This patch makes the crash reporter crash event directory aware and
writes main process crash event files at crash time.

--HG--
extra : rebase_source : 1d6a817ae401230b3fe8fcd236468ceb3e309a10
2014-02-18 15:58:03 -08:00
Ryan VanderMeulen f2685831a2 Merge fx-team to m-c. 2014-02-26 16:25:05 -05:00
David Burns c51399006c Bug 976831: Remove unused getStatus method from Marionette; r=mdas 2014-02-26 17:06:24 +00:00
Nathan Froyd c4aab9cf77 Bug 974073 - add SimpleTest.forceCompleteLog() so tests can force all test output to be displayed; r=jmaher 2014-02-25 16:41:02 -05:00
James Graham 2f81ee2a85 Bug 977071 - Add run_info to structured log suite_start message and fix some small bugs. r=ahal 2014-02-10 20:21:18 +00:00
Malini Das afe17e2494 Bug 975169 - Marionette test runner should not override textrunnerclass, version bump, r=jgriffiin,dburns 2014-02-25 16:08:37 -08:00
Nathan Froyd 8f8061710e Bug 973000 - always output log messages for a single mochitest run; r=jmaher 2014-02-14 15:24:36 -05:00
John Schoenick e444d22025 Bug 971279 - Add nptest java plugin. r=bsmedberg 2014-02-25 13:30:04 -08:00
Ryan VanderMeulen 0dc3c5e22c Merge m-c to inbound. 2014-02-25 15:28:35 -05:00
Ryan VanderMeulen 182c55b7a4 Merge inbound to m-c. 2014-02-25 15:09:43 -05:00
Carsten "Tomcat" Book ca47d1143e Backed out changeset 0cea4bded6f8 (bug 936340) for mochitest-3 bustage on a CLOSED TREE 2014-02-25 16:00:47 +01:00
Carsten "Tomcat" Book e734ff284d Merge mozilla-central to b2g-inbound 2014-02-25 15:29:02 +01:00
Ryan VanderMeulen e022e8e65d Bug 960743 - Disable content/base/test/test_XHR_timeout.html on B2G due to intermittent failures. 2014-02-25 08:15:34 -05:00
Richard Barnes e9de9a488d Bug 936340 - Implement navigator.sendBeacon. r=sicking 2014-02-25 08:40:54 -05:00
Jacek Caban 21f2650cb3 Bug 975740 - Fixed typo in testing/tools/screenshot/moz.build 2014-02-25 12:46:25 +01:00
Dan Minor cb2831dadd Bug 976306 - mozversion missing from config/mozbase_requirements.txt; r=wlach 2014-02-24 17:31:59 -05:00
Ted Mielczarek ee87a8a0da Bug 974368 - Fix ! operator precedence in manifestparser's expression parser. r=jmaher 2014-02-19 09:18:13 -05:00
James Graham 8a5f14653b Bug 972939 - Add documentation for mozbase structured logging. r=wlach 2014-02-25 17:32:07 +00:00
Ben Turner a80f9315df Bug 956218 - '(PBackground) Add a mechanism for communicating with
a non-main I/O thread via thread and process links'. r=mrbkap+khuey+bsmedberg.
2013-11-26 23:59:41 -08:00
Ryan VanderMeulen 1b60c67eea Backed out changeset 2b3bda5a4744 (bug 975169) for Marionette-webapi failures. 2014-02-24 15:04:53 -05:00
Gábor Molnár bf210fa5d2 Bug 961616 - simple HTTP2 Cookie crumbling unit tests 2014-02-24 11:42:15 -08:00
Malini Das 0f044770cf Bug 975169 - Marionette test runner should not override textrunnerclass, version bump, r=jgriffiin,dburns 2014-02-24 12:11:08 -05:00
Ehsan Akhgari 39fc9361f6 Bug 975740 - Port WIN32_EXE_LDFLAGS to moz.build; r=mshal 2014-02-24 08:30:25 -05:00
Phil Ringnalda 23792bbdb4 Merge f-t to m-c 2014-02-23 09:00:07 -08:00
Henrik Skupin a684a656e8 Bug 975312 - Add missing version bump for mozrunner 5.35. r=ahal DONTBUILD
--HG--
extra : rebase_source : 684093852b70b0f873b651fc91bd175b39ce7baf
2014-02-22 09:28:23 +01:00
dadadel 554c21189d Bug 975136 - Fix mozprocess to accept single function or array of functions for onTimeout/onFinish, update docs;r=wlach 2014-02-21 16:33:30 -05:00
Henrik Skupin b27e259f1e Bug 975312 - [mozrunner] Runner.check_for_crashes() should support save_path and quiet parameters. r=ahal 2014-02-21 16:00:13 +01:00
Andrei Eftimie 2f3300101e Bug 972872 - [mozversion] Allow to retrieve the application code name (Nightly / Aurora / Firefox). r=hskupin
--HG--
extra : rebase_source : 80168af1cba0bb2b5cd24c242fa56d180d923996
2014-02-21 13:26:48 +01:00
Wes Kocher 6246833818 Backed out 7 changesets (bug 406541, bug 738396, bug 852315, bug 971273, bug 971279) for various java/plugin-related failures on a CLOSED TREE
Backed out changeset 13cc8a7ee925 (bug 852315)
Backed out changeset 23dfc36f99d4 (bug 852315)
Backed out changeset fb56bd7c0feb (bug 406541)
Backed out changeset b24d1437c6f3 (bug 738396)
Backed out changeset 5028e1290b45 (bug 971279)
Backed out changeset 34ecdab0cfc2 (bug 971279)
Backed out changeset 95b4aa01923d (bug 971273)
2014-02-20 16:19:30 -08:00
John Schoenick 2730e5c34d Bug 971279 - Add nptest java plugin. r=bsmedberg 2014-02-20 14:38:02 -08:00
Andrew Halberstadt 2ccfc1e28c Bug 975085 - Don't create unnecessary devicemanager instance in b2g emulator tests, r=jgriffin 2014-02-20 16:56:57 -05:00
Andreas Tolfsen b462b718e5 Bug 964366 - Session capabilities missing browserVersion. r=mdas 2014-02-20 15:36:56 -05:00
Andreas Tolfsen f874b79dc6 Bug 962182 - Add "screenshot" command alias to Marionette. r=mdas 2014-02-20 15:36:35 -05:00
Bobby Holley ecfdc95fe8 Bug 974546 - SpecialPowers wrappers should catch, wrap, and rethrow exceptions for callables. r=mrbkap 2014-02-20 08:57:20 -08:00
Andreea Matei 82a5f20203 Bug 973818 - [mozprofile] Disable first run content overlay. r=hskupin
--HG--
extra : rebase_source : 8db364c0b4aa323177ec27c350e1346e1b46f5b6
2014-02-20 15:29:28 +02:00
Andrew Halberstadt 034a3313aa Bug 972518 - Log qemu output to prevent stdout pipe from filling up, r=jgriffin 2014-02-20 09:28:22 -05:00
Joel Maher b39fe91b20 Bug 970925 - convert testing/mochitest/android.json to mochitest.ini - first pass at androidx86.json. r=gbrown 2014-02-20 09:17:16 -05:00
Joel Maher 22a089e8b2 Bug 974621 - upload a new talos.zip to capture recent talos changes. r=bhearsum 2014-02-20 09:17:12 -05:00
Henrik Skupin 30621fe275 Bug 973937 - [mozcrash] check_for_crashes() doesn't save .extra file to dump_save_path. r=ted
--HG--
extra : rebase_source : 2173eb218be74052b176ba5d02f375f512e4296f
2014-02-20 15:06:38 +01:00
Martin Thomson [:mt] 8a882fb28b Bug 972168 - Include dot files in the test bundle. r=ted 2014-02-12 20:27:17 -08:00
Andreas Tolfsen 26c11fe0c7 Bug 969387 - Guard against wrong arguments to MarionetteException. r=mdas 2014-02-20 08:43:55 -05:00
Carsten "Tomcat" Book fc8d419808 merge b2g-inbound to mozilla-central 2014-02-20 12:54:27 +01:00
"Kan-Ru Chen (陳侃如)" 9a777371fb Bug 970290 - Wait "testready" instead of "load" event. 2014-02-20 10:25:14 +08:00
Ryan VanderMeulen 245097b752 Bug 974270 - Disable dom/datastore mochitests on B2G for frequent failures that take down the rest of the test suite with it. 2014-02-19 15:39:38 -05:00
Conrad Irwin 58ebc8457f Bug 762556 - Error stack should contain column number. r=jorendorff 2014-02-19 11:30:08 -05:00
Nicolas B. Pierron 0a5c8127db Bug 970996 - Initialize the deviceManager's device-serial based on Marionette CLI. r=mdas 2014-02-19 07:55:50 -08:00
Andrew Halberstadt 2162ac0779 Bug 949600 - Sync mozbase to m-c one last time, r=wlach 2014-02-19 16:42:01 -05:00
Malini Das 99b431480f Bug 974165 - bump marionette-client version to 0.7.4 and release to pypi 2014-02-19 16:28:12 -05:00
Margaret Leibovic a57512d214 Bug 974496 - Enable sync promo banner. r=bnicholson 2014-02-22 09:41:31 -08:00
Wes Kocher e1f70a40b7 Backed out changeset 018ee8ea0c12 (bug 972518) for breaking Mnw jobs on a CLOSED TREE 2014-02-18 16:47:51 -08:00
Wes Kocher bf35f4825a Merge m-c to inbound on a CLOSED TREE 2014-02-18 16:15:42 -08:00
Wes Kocher 572d78adfd Backed out changeset a7f8c25c07ac (bug 949600) for breaking clobber due to new update_permissions code, regardless of whether this is a CLOSED TREE. 2014-02-18 16:12:34 -08:00
Joshua Cranmer ba3abdd543 Bug 964379 - Ensure that mozinfo.info's keys are ASCII, not Unicode, r=gps 2014-02-18 10:41:39 -06:00
Yeuk Hon Wong a77e1c2641 Bug 915824 - Move CSP tests from content/base/test into content/base/test/csp directory. r=geekboy
--HG--
rename : content/base/test/file_bug548193.sjs => content/base/test/csp/file_csp_report.sjs
rename : content/base/test/file_bug717511.html => content/base/test/csp/file_multi_policy_injection_bypass.html
rename : content/base/test/file_bug717511.html^headers^ => content/base/test/csp/file_multi_policy_injection_bypass.html^headers^
rename : content/base/test/file_bug717511_2.html => content/base/test/csp/file_multi_policy_injection_bypass_2.html
rename : content/base/test/file_bug717511_2.html^headers^ => content/base/test/csp/file_multi_policy_injection_bypass_2.html^headers^
rename : content/base/test/file_bug558431.html => content/base/test/csp/file_policyuri_async_fetch.html
rename : content/base/test/file_bug558431.html^headers^ => content/base/test/csp/file_policyuri_async_fetch.html^headers^
rename : content/base/test/file_bug650386_content.sjs => content/base/test/csp/file_redirect_content.sjs
rename : content/base/test/file_bug650386_report.sjs => content/base/test/csp/file_redirect_report.sjs
rename : content/base/test/file_bug702439.html => content/base/test/csp/file_subframe_run_js_if_allowed.html
rename : content/base/test/test_bug702439.html^headers^ => content/base/test/csp/file_subframe_run_js_if_allowed.html^headers^
rename : content/base/test/test_bug650386_redirect_301.html => content/base/test/csp/test_301_redirect.html
rename : content/base/test/test_bug650386_redirect_302.html => content/base/test/csp/test_302_redirect.html
rename : content/base/test/test_bug650386_redirect_303.html => content/base/test/csp/test_303_redirect.html
rename : content/base/test/test_bug650386_redirect_307.html => content/base/test/csp/test_307_redirect.html
rename : content/base/test/test_bug548193.html => content/base/test/csp/test_csp_report.html
rename : content/base/test/test_bug717511.html => content/base/test/csp/test_multi_policy_injection_bypass.html
rename : content/base/test/test_bug558431.html => content/base/test/csp/test_policyuri_async_fetch.html
rename : content/base/test/test_bug702439.html => content/base/test/csp/test_subframe_run_js_if_allowed.html
2014-02-18 09:47:53 -05:00
Andrew Halberstadt 354168bb48 Bug 949600 - Sync mozbase to m-c one last time, r=wlach 2014-02-18 09:25:58 -05:00
Carsten "Tomcat" Book 4380949c51 merge b2g-inbound to mozilla-central 2014-02-18 13:58:54 +01:00
Vicamo Yang 56a8a1c0bc Bug 970804 - 3/3: add test cases. r=mdas 2014-02-18 14:04:50 +08:00
Vicamo Yang 7d0a85006a Bug 970804 - 2/3: only launch test-container app when not available. r=mdas 2014-02-18 14:04:49 +08:00
Vicamo Yang 5d0fd51b62 Bug 970804 - 1/3: refine Marionette oop test case selection. r=mdas
1) ./mach marionette-webapi <dir>/
 - selects all test cases under <dir> and execute them only in
   in-process mode.
2) ./mach marionette-webapi --type=+oop <dir>/
 - selects all test cases under <dir> and execute them only in oop
   mode.
3) ./mach marionette-webapi --type=-oop <dir>/
 - selects all test cases under <dir> and execute them only in
   in-process mode.
4) ./mach marionette-webapi <test>
 - execute <test> only in in-process mode.
5) ./mach marionette-webapi --type=+oop <test>
 - execute <test> only in oop mode.
6) ./mach marionette-webapi --type=-oop <test>
 - execute <test> only in in-process mode.
7) ./mach marionette-webapi <dir>/manifest.ini
 - selects all active test cases listed in <dir>/manifest.ini and
   execute them in the mode(s) according to the manifest.
8) ./mach marionette-webapi --type=+oop <dir>/manifest.ini
 - selects all active, oop={true,both} test cases listed in
   <dir>/manifest.ini and execute them only in oop mode.
9) ./mach marionette-webapi --type=-oop <dir>/manifest.ini
 - selects all active, oop={false,both} test cases listed in
   <dir>/manifest.ini and execute them only in in-process mode.
2014-02-18 14:04:48 +08:00
L. David Baron 960021196f Bug 965655: Revert test disabling from changeset 8a0d810a0cca now that bug 969590 (switch of test slaves) is fixed. 2014-02-17 20:07:45 -08:00
Phil Ringnalda 1eccdcd56d Bug 947789 - Disable test_bug287446.html on b2g-desktop 2014-02-16 21:01:29 -08:00
Phil Ringnalda 1b9f2a42b1 Merge b-i to m-c 2014-02-15 18:28:57 -08:00
Phil Ringnalda 2cb2a8ed3d Back out 47fb16f8fb6a (bug 968645) to reenable test_input_sanitization.html on b2g desktop now that we've switched back to m1.medium slaves 2014-02-15 14:19:35 -08:00
Phil Ringnalda 8fffc84cd1 Back out 94fef99a7c79 (bug 967585) to reenable test_transitions.html on b2g desktop now that we've switched back to m1.medium slaves 2014-02-15 14:17:09 -08:00
Ms2ger 33da18c67e Bug 968856 - Move unconditional LOCAL_INCLUDES into moz.build; r=mshal 2014-02-15 21:24:59 +01:00
Phil Ringnalda 89c3345063 Merge f-t to m-c 2014-02-15 10:10:31 -08:00
Phil Ringnalda 7d3085e511 Merge b-i to m-c 2014-02-15 10:01:36 -08:00
Vaibhav Agarwal 2ae37b022e Bug 970925 - convert testing/mochitest/android.json into skip-if statements in mochitest.ini files; r=jmaher 2014-02-15 04:53:02 -05:00
Ryan VanderMeulen dae7293597 Bug 970290 - Disable test_browserElement_NoPref.html and test_browserElement_NoWhitelist.html on B2G for frequent failures. 2014-02-14 21:08:37 -05:00
Mike Habicher 557d8c2d5c Bug 909542 - refactor CameraControl API, r=dhylands,jst,jesup,onecyrenus 2014-02-14 17:41:07 -05:00
Ryan VanderMeulen 6ee771ce81 Bug 972927 - Disable dom/apps tests on B2G due to being nearly perma-fail. 2014-02-14 12:24:54 -05:00
Masayuki Nakano a183cc5385 Bug 969247 part.1 Remove or replace DOM_VK_ENTER and NS_VK_ENTER users r=smaug 2014-02-15 09:57:39 +09:00
David Keeler 844f0490ec bug 967975 - certificate error override telemetry r=briansmith
--HG--
rename : security/manager/ssl/tests/unit/tlsserver/cmd/OCSPStaplingServer.cpp => security/manager/ssl/tests/unit/tlsserver/cmd/BadCertServer.cpp
2014-02-13 14:53:29 -08:00
Ryan VanderMeulen 06dd91591b Backed out changeset 6e588c56764b (bug 909542) for Gaia unit test perma-fail. 2014-02-14 08:27:44 -05:00
Mike Habicher abbcc4db39 Bug 909542 - refactor CameraControl API, r=dhylands,jst,jesup,onecyrenus 2014-02-14 00:28:57 -05:00
Wes Kocher b921abacaf Merge fx-team to m-c 2014-02-13 17:28:56 -08:00
Ryan VanderMeulen 8e7e29c53f Bug 947167 - Skip test_downloads_pause_resume.html on B2G due to intermittent failures.
CLOSED TREE
2014-02-13 12:48:07 -05:00
Ryan VanderMeulen 0cd9c06b4a Merge inbound to m-c. 2014-02-13 10:30:03 -05:00
Wes Kocher f9cfa703c8 Merge fx-team to mozilla-central 2014-02-12 16:26:16 -08:00
Ryan VanderMeulen 74a3c05243 Merge inbound to m-c. 2014-02-12 15:48:01 -05:00
Ehsan Akhgari 80b54b1242 Follow-up to bug 957729: add the --slowscript option to MochitestOptions to unbreak running mochitests through make; irc-r=froydnj 2014-02-12 10:54:11 -05:00
Ryan VanderMeulen ff776dff9f Merge m-c to b2g-inbound. 2014-02-12 08:39:43 -05:00
Ryan VanderMeulen e6001f74f4 Merge inbound to m-c. 2014-02-12 08:37:35 -05:00
"Kan-Ru Chen (陳侃如)" a5c70ef403 Bug 963366 - Fix leaked lastPermission var. r=jmaher 2014-02-12 13:36:23 +08:00
Gregory Szorc 5aa0cf26c0 Bug 970302 - Ensure a TestManifest is always used when running xpcshell tests; r=ted
--HG--
extra : rebase_source : 30a296e66d25d5e4759b2ad3a420f94a5543a090
extra : amend_source : ac405c60d907f1bae3f376aa4525d8f93f53cc18
2014-02-10 13:11:23 -08:00
Wes Kocher 7d6d18ef28 Bug 967694 - Disable the new test on b2g 2014-02-11 16:16:11 -08:00
Zack Weinberg bb4a7cad52 Bug 964379: make sure all keys of mozinfo.info are ASCII, for Python 2.6.(<5) compat. r=gps 2014-02-13 14:06:51 -05:00
Gregory Szorc 7b9f6f570a Bug 972093 - Detect run_next_test() during add_task(); r=ted, rnewman
If an xpcshell test called run_next_test() from inside an add_task(),
bad things would happen. This patch detects that behavior and aborts the
test immediately with an actionable error message.

--HG--
extra : rebase_source : c5cf11070421b95a6fcf476d0a86289a3d0ba73a
extra : amend_source : cec6ad2a751bba01e7d4ecbff0735b39e3326efb
2014-02-12 16:47:29 -08:00
Thomas Zimmermann 3724e77f2c Bug 935525: Added NFC test infrastructure to build scripts, r=vyang,jgriffin 2013-11-06 12:59:41 +01:00
Oleg Romashin 06693231dc Bug 967796 - Implement Pointer Enter/Leave events support. Tests. r=smaug
--HG--
rename : dom/events/test/test_bug432698.html => dom/events/test/test_bug967796.html
2014-02-11 06:16:56 -08:00
Ehsan Akhgari b7b6d52aef Bug 970745 - Move USE_STATIC_LIBS to moz.build; r=glandium 2014-02-11 09:12:33 -05:00
Jan de Mooij b34759b4b2 Bug 970645 - Fix Mochitest-BC leak finder to use a shrinking instead of non-shrinking gc. r=mccr8 2014-02-11 11:07:24 +01:00
Oleg Romashin ee45ee96f0 Backout 168002:594dda9c7a3a, need better SpecialPowers handling on Win platform 2014-02-10 23:39:30 -08:00
Oleg Romashin 3b9891aa7e Bug 967796 - Implement Pointer Enter/Leave events support. Tests. r=smaug
--HG--
rename : dom/events/test/test_bug432698.html => dom/events/test/test_bug967796.html
2014-02-10 22:35:17 -08:00
Mike Hommey 69e70086e0 Bug 969164 - Traverse js/src moz.builds from top-level configure. r=gps
Before, we would run configure in both top-level and js/src, and both
configures would traverse their own set of moz.builds, without actual
knowledge about the other. With this change, both configures still run,
but only top-level traverses moz.build files, and uses js/src's
config.status when traversing its moz.build files. This allows a better
sharing of information between both build systems and the removal of many
hacks.

This also moves running libffi and icu configure to top-level.

Standalone js builds still have their own configure doing moz.build traversal,
as before.

--HG--
rename : config/autoconf.mk.in => config/autoconf-js.mk.in
rename : config/emptyvars.mk.in => config/emptyvars-js.mk.in
2014-02-11 10:37:47 +09:00
Geoff Brown 463a68ebe0 Bug 875814: Fix timeout handling for remote xpcshell tests; r=jmaher 2014-02-08 09:19:20 -07:00
Andreas Tolfsen e3838e9da2 Bug 964367 - Fix incorrect format on platformName capability. r=mdas
The platformName capability (which AFAICT isn't checked in use by any
dependants) should be a limited subset of prescribed platforms as
defined by the WebDriver specification.  System.appinfo.OS returns the
correct values, but not upper cased.

Additionally this patch introduces some tests and documentation for
the getSessionCapabilities function in Marionette and cleans up the
capability list.
2014-02-10 15:58:46 -05:00
Nils Ohlmeier [:drno] 629f42edf8 Bug 962919 - Filter a given test directory by the B2G manifest. r=ahal 2014-02-10 15:58:46 -05:00
Ryan VanderMeulen d96528f975 Merge m-c to inbound. 2014-02-10 15:43:52 -05:00
Ryan VanderMeulen d2ef169276 Merge inbound to m-c. 2014-02-10 15:42:58 -05:00
Brian Smith a9b2832ad1 Bug 970455: backout cset afaeb5adc044 (Bug 956474), a=Ms2ger 2014-02-10 12:23:56 -08:00
Malini Das 27b664b003 Bug 959520 - Make socket.timeout error messages more useful, r=jgriffin 2014-02-10 10:10:45 -05:00
Andrew Halberstadt 9db150a9ce Bug 949028 - Marionette runner should check for crash after each test, r=mdas 2014-02-10 14:08:39 -05:00
Mike de Boer 243850a843 Bug 967564: report operand, even when a custom message is specified. r=gps 2014-02-10 13:12:40 +01:00
Phil Ringnalda e1f066959e Merge b-i to m-c 2014-02-09 18:36:38 -08:00
Alfredo Yang 3853c6783a Bug 853356 - gUM video permisson prompt. r=fabrice, felipc, wjohnston, mrbkap, jimm, jesup, khuey, jsmith 2014-02-09 15:34:40 -05:00
Ms2ger 2b8c82e725 Bug 956474 - Enforce that keywords in expressions are recognized; r=wlach 2014-02-09 09:02:44 +01:00
Mark Hammond c93bdc080b Bug 968044 - prevent xpcshell test output from escaping CR chars. r=gps 2014-02-10 09:23:02 +11:00
Ehsan Akhgari 4de02f5e54 Bug 957729 - Disable the slow script signal handler by default when running mochitests under a debugger through mach; r=gps 2014-02-07 23:25:45 -05:00
Wes Kocher 34c8a7bce3 Backed out changeset 9add9f9ed1fd (bug 950266) for m3 failures to help clean up this CLOSED TREE 2014-02-07 16:01:21 -08:00
Ryan VanderMeulen db5db85eda Bug 950266 - Re-enable the WebRTC tests that should have only been disabled on B2G. 2014-02-07 17:29:17 -05:00
Alexandre Poirot f7952927ec Bug 968857 - [SpecialPowers] Big files are truncated when loaded with loadChromeScript. r=ted
With this patch, loadChromeScript now completely reads the input. This also
moves the loading code in its own function.

This also improves error reporting.
2014-02-06 17:36:44 +01:00
Andreas Tolfsen cfcc412200 Bug 940554 - Fix Marionette's newSession to return capabilities. r=mdas 2014-02-07 10:21:49 -05:00
Ted Mielczarek c92b477146 Bug 968321 - Make manifestparser keep track of DEFAULTS in manifests with no tests. r=jmaher 2014-02-06 13:22:35 -05:00
Nicholas Hurley aa8098b9a3 Bug 964563 - Remove custom node binary. r=ted 2014-02-06 15:00:19 -08:00
Ryan VanderMeulen c38a20a8ce Merge m-c to inbound on a CLOSED TREE. 2014-02-06 16:29:41 -05:00
Ryan VanderMeulen 612a51c419 Merge b2g-inbound to m-c. 2014-02-06 16:28:14 -05:00
Ryan VanderMeulen cc7805c454 Backed out changeset 5d1c157bbb46 (bug 940554) for changing the Marionette script timeout message in a TBPL-unfriendly way.
CLOSED TREE
2014-02-06 15:37:48 -05:00
Kartikaya Gupta bf01afc5cc Bug 965351 - Re-enable tests now that the underlying issue is fixed. r=fabrice 2014-02-06 14:50:16 -05:00
Andreas Tolfsen 334529cdc8 Bug 941158 - Honour expected failures in setUp or tearDown. r=jgriffin 2014-02-06 14:57:29 -05:00
Dan Minor 06d9256fb7 Bug 967515 - Add mozbase test files to test package; r=ted 2014-02-04 10:04:13 -05:00
Ben Turner 3bcfec25c8 Backout bug 956218 for build error 2014-02-06 15:19:08 +01:00
Ehsan Akhgari 95cbd5d2b1 Bug 968479 - Remove the media.webaudio.enabled pref; r=roc
--HG--
extra : rebase_source : 3618cb3097aa99a79a06af016bf6b3a3c6f77208
2014-02-06 08:36:46 -05:00
JW Wang 3b46536f58 Bug 962883 - Enable test. r=ryanvm 2014-01-29 22:48:39 +08:00
Carsten "Tomcat" Book 4c8a63af86 merge b2g-inbound to mozilla-central 2014-02-06 13:17:08 +01:00
Phil Ringnalda fa6bfcc09d Bug 968645 - Disable test_input_sanitization.html on b2g desktop for timeouts 2014-02-05 21:59:29 -08:00
Phil Ringnalda 62823c7185 Bug 967585 - Disable test_transitions.html on b2g desktop until we run on slaves which can run it 2014-02-05 21:47:28 -08:00
Phil Ringnalda 7d8fe00e7f Bug 957621 - Disable test_bug570378-* on b2g desktop for frequent failures which kill the run 2014-02-05 21:38:31 -08:00
Ryan VanderMeulen fdde61f354 Merge b2g-inbound to m-c. 2014-02-05 15:47:36 -05:00
Phil Ringnalda 399ae95656 Bug 968051 - Disable test_sessionStorageClone.html on opt b2g, since it only passed based on what chunk it ran in and what test ran before it 2014-02-05 08:46:21 -08:00
Joel Maher f53e8ea40d Bug 968095 - upload a new talos.zip file. r=armenzg 2014-02-05 09:33:35 -05:00
Carsten "Tomcat" Book f2c8d5b7a6 merge b2g-inbound to mozilla-central 2014-02-05 13:23:25 +01:00
Phil Ringnalda 896abd90a7 Bug 967737 - Disable test_sessionStorageBaseSessionOnly.html on opt b2g, , since it only passed based on what chunk it ran in
--HG--
extra : rebase_source : 3e5bf4e64656e2427cf4b614ff4504e31285a3da
2014-02-04 23:03:45 -08:00
Phil Ringnalda 2451191a39 Bug 968051 - Disable test_sessionStorageClone.html on debug b2g, since it only passed based on what chunk it ran in
CLOSED TREE
2014-02-04 22:31:38 -08:00
Ryan VanderMeulen f448244211 Merge b2g-inbound to m-c. 2014-02-04 14:43:23 -05:00
Ryan VanderMeulen 0e9bfeb637 Merge fx-team to m-c. 2014-02-04 14:31:48 -05:00
Ryan VanderMeulen f58bbb814c Bug 874423 - Disable test_bug430723.html on B2G debug for being nearly perma-fail. 2014-02-04 12:17:12 -05:00
Ryan VanderMeulen 5cb638d2db Bug 932350 et al - Disable dom-level* test suite for intermittent failures on multiple platforms.
CLOSED TREE
2014-02-04 11:38:16 -05:00
Andrew Halberstadt 12a1c96bfd Bug 949028 - Add check for crashes to geckoinstance.py, r=mdas 2014-02-04 08:53:18 -05:00
Ryan VanderMeulen 02c58b829d Bug 964379 - Add logging to figure out what's breaking xpcshell on comm-central on OSX 10.6. 2014-02-02 22:30:43 -05:00
Ryan VanderMeulen 3da280f967 Bug 906752 - Disable test_audioBufferSourceNodeOffset.html on B2G opt for frequent failures. 2014-02-02 20:53:37 -05:00
Ryan VanderMeulen cee4476a72 Merge m-c to inbound. 2014-02-01 17:22:56 -05:00
Ryan VanderMeulen 31a6a29b5a Backed out changeset ca2ab9f4ac9c (bug 950266) for suspicion of causing bug 966582. 2014-02-01 14:39:56 -05:00
Fabrice Desré 0b097b1807 Bug 966502 - Use Cu.cloneInto() instead of ObjectWrapper.jsm r=baku 2014-02-01 11:06:59 -08:00
Ryan VanderMeulen 6fe9e4ea3f Merge inbound to m-c. 2014-01-31 21:14:13 -05:00
Ryan VanderMeulen 92add8e36d Merge fx-team to m-c. 2014-01-31 21:04:30 -05:00
Ryan VanderMeulen e139605692 Bug 957797 - Really disable test_bug622371.html on Android. 2014-01-31 18:01:41 -05:00
Ryan VanderMeulen 4dd29179e9 Merge m-c to fx-team. 2014-01-31 16:59:29 -05:00
Ryan VanderMeulen f0d2478ab2 Merge m-c to b-i. 2014-01-31 16:56:48 -05:00
Ryan VanderMeulen e5ced49cce Bug 957797 - Disable test_bug622371.html on Android for being flaky. 2014-01-31 16:04:15 -05:00
Joel Maher 8611e7bd30 Bug 956388 - Introduce a performance test (like TART) to measure animation performance of entering/exiting customization mode. r=avih 2014-01-31 08:41:24 -05:00
Carsten "Tomcat" Book f1a2c94d74 merge fx-team to mozilla-central 2014-01-31 12:52:17 +01:00
Mike de Boer 453d6a09c2 Bug 966681: improve robustness of error reporting. r=Unfocused 2014-02-04 00:09:28 +01:00
Gregory Szorc 28dfc8126d Bug 852959 - Remove old code paths for running xpcshell tests from directories; r=ted
Manifests are now the mechanism used to specify how to run xpcshell
tests. This patch removes old code paths that allowed directories to be
specified.

runxpcshelltests.py still contains references to "testdirs." These
should likely be removed as well. This patch doesn't touch them out of
fear it may have consequences on automation.

--HG--
extra : rebase_source : 8cbfe6dc759dc0a311669c4fcba08ff7a60edc4a
extra : amend_source : 890377d9ba33d52c84e0736b0812231f3005b253
2014-01-27 10:14:09 -08:00
Mark Hammond 244df00095 Bug 968581 - enable xpcshell verbose log output if only 1 test is in the manifest. r=gps
--HG--
extra : rebase_source : b521c42f3eca5dc8742b1689b4ec89edc1012d03
2014-02-06 13:51:00 +11:00
Ryan VanderMeulen 36edb17218 Merge m-c to fx-team. 2014-01-30 16:40:31 -05:00
Margaret Leibovic 47ffa2a990 Bug 965358 - Disable snippets for robocop tests. r=gbrown 2014-01-30 10:53:33 -08:00
Joel Maher d8c8c1540f Bug 965731 - upload a new talos.zip to pick up all the fixes. r=armenzg 2014-01-30 10:47:28 -05:00
Margaret Leibovic 4fe154ae1f Bug 965358 - Disable android snippets in default testing profile. r=gbrown 2014-01-31 08:59:48 -08:00
Andrew Halberstadt b859e094e9 Bug 967647 - fix interleaved output in b2g emulator unittests, r=jgriffin 2014-02-04 15:39:35 -05:00
Nathan Froyd 36a1c28ddb Bug 937181 - coalesce log messages from SimpleTest; r=jmaher 2014-01-31 17:08:33 -05:00
Geoff Brown 24a1d2d443 Bug 963838 - Pass correct app name to automation in Android tests; r=jmaher 2014-02-02 08:11:22 -07:00
Fabrice Desré 5a5fa6d369 Bug 950266 - Re-enable the Nuwa process on B2G by default r=me 2014-01-14 16:00:25 -08:00