Commit Graph

298 Commits

Author SHA1 Message Date
Nathan Froyd
dc85bf8112 Bug 940637 - part 1 - add dump options to runtests.py and propagate to mochitests; r=jmaher 2013-11-21 11:33:43 -05:00
Nathan Froyd
e511865c45 Bug 938289 - part 2 - add mochitest support for specifying DMD paths; r=jmaher 2013-11-13 14:48:10 -05:00
Tim Taubert
01f49d12c5 Bug 932898 - Bring back the shutdown leak detector r=ted
From 246109686e62e3231ccba74a84adaa0774f2a1af Mon Sep 17 00:00:00 2001
2013-11-20 21:53:08 +01:00
Ryan VanderMeulen
497539e271 Backed out changeset 53627e59f761 (bug 932898) for mochitest-mc timeouts. 2013-11-20 14:30:30 -05:00
Tim Taubert
57fd24bb03 Bug 932898 - Bring back the shutdown leak detector r=ted 2013-11-01 11:25:17 +01:00
Ted Mielczarek
b30cc952e2 bug 914925 - fix --debugger for mochitest on OS X. r=jmaher 2013-09-16 14:44:25 -04:00
Joel Maher
b8e5fb84a7 Bug 939719 - stop packaging tests.jar up during a build. r=ted 2013-11-18 13:38:37 -05:00
Mark Hammond
c17b506d5c Bug 883858 followup - disabled tests are passed to the JS test runner which reports them as skipped. r=jmaher 2013-11-18 15:09:01 +11:00
Mark Hammond
b97f5dc9e4 Bug 883858 - pass disabled tests to the test runner and have them reported in the test log. r=jmaher 2013-11-07 10:49:41 +11:00
Ted Mielczarek
379fcf8aec bug 932349 - make Mochitest use kill_on_timeout=False and an onTimeout handler. r=jhammel 2013-11-06 09:14:23 -05:00
Mark Hammond
657b4e70b1 Bug 932149 - add --e10s option to mach's mochitest commands and to testrunner.py. r=ted 2013-11-04 10:07:49 +11:00
Felipe Gomes
5659d7626e Bug 932144 - Add option to break into debugger on test failure. r=jmaher 2013-11-01 17:23:34 -02:00
Bill McCloskey
f5958bdaca Bug 931279 - Allow people to start running at a given test (r=jmaher) 2013-10-28 12:24:55 -07:00
Gijs Kruitbosch
4e85041a44 Bug 895471 - part 1: allow passing the flag to mochitest-browser, r=ted 2013-10-21 18:12:12 +02:00
Christian Holler
8f9b4fe1da Bug 925873 - Make mochitest emit TEST-UNEXPECTED-FAIL on non-zero exit code. r=ted. 2013-10-21 13:46:49 +02:00
Chris Double
7d69501086 Bug 921239 - Mochitest-plain --repeat fails with PLAIN_LOOP_PATH not defined - r=jgriffin 2013-10-11 13:29:06 +13:00
Jeff Hammel
6e74736143 Bug 921676 - mochitest screenshots fallout from bug 746243;r=ted 2013-10-05 15:28:34 -07:00
Jeff Hammel
1eb91b5984 Bug 920728 - gdb won't start with mochitest-browser;r=ted 2013-10-01 16:53:19 -07:00
Jeff Hammel
6ac9e2d37a Bug 922666 - Windows Mochitest "NameError: global name 'subprocess' is not defined" in killAndGetStack();r=edmorley 2013-10-01 15:09:46 -07:00
Jeff Hammel
529e7074f2 Bug 921509 - OS X "OSError: [Errno 3] No such process" in runtests.py::killAndGetStack();r=ted 2013-10-01 10:47:05 -07:00
Andrew Halberstadt
d33abfe2ae Bug 920718 - Update b2g desktop mochitests for bug 746243, r=jhammel 2013-09-26 09:58:08 -04:00
Jeff Hammel
657636f579 Bug 920152 - UnboundLocalError: local variable browserProcessId referenced before assignment;r=edmorley 2013-09-24 11:27:18 -07:00
Jeff Hammel
5478a8ea69 Bug 746243 - port Mochitest to Mozbase;r=ted 2013-09-23 07:47:48 -07:00
Ed Morley
b9ef689cf1 Bug 917817 - Make several more python test harness failure modes TBPL parsable; r=jmaher 2013-09-19 13:20:17 +01:00
Fabrice Desré
b65d381ade Bug 894927 - Use xhtml instead of xul for b2g main window. r=ochameau 2013-08-28 14:35:34 -07:00
Ryan VanderMeulen
59667a40a4 Backed out changeset 5c25126b9c76 (bug 894927) for causing bug 911751 on a CLOSED TREE. 2013-09-03 20:51:30 -04:00
Ryan VanderMeulen
9bc2561926 Merge m-c to b2g-inbound. 2013-08-29 00:24:45 -04:00
Andrew Halberstadt
88676ae270 Bug 908874 - Add mach command to run b2g mochitests, r=jgriffin,gps, DONTBUILD, a=NPOTB 2013-08-28 10:08:50 -04:00
Fabrice Desré
ad8d30bd78 Bug 894927 - Use xhtml instead of xul for b2g main window. r=ochameau 2013-08-28 14:35:34 -07:00
Geoff Brown
43267b9376 Bug 908275 - Improve logging of xpcshell args in mochitests; r=jmaher 2013-08-23 09:11:43 -06:00
Andrew Halberstadt
6d178c0934 Bug 903034 - Fix b2g desktop mochitest regression, r=jgriffin 2013-08-14 13:57:43 -04:00
Joel Maher
bfed61aa0a Bug 868158 - mochitests should support manifest format. r=ted 2013-08-02 08:48:06 -04:00
Ryan VanderMeulen
a8d9d886c1 Merge m-c to fx-team. 2013-07-30 13:12:26 -04:00
Masatoshi Kimura
b65ced9770 Bug 898903 - Prevent env["PATH"] from becoming Unicode on Windows. r=jgriffin 2013-07-30 10:02:28 -04:00
Jeff Hammel
0e13a16f0b Bug 688667 - refactor automation.py into mozprocess and mozprofile and load via virtualenv. r=jmaher 2013-07-30 08:30:40 -04:00
Andrew Halberstadt
57c2addbea Bug 865349 - Refactor B2G mochitests off automation.py and onto mozbase, r=jgriffin,ted 2013-07-26 14:40:04 -04:00
Geoff Brown
ea9fc552d6 Bug 882932 - (2) Fix httpdPath setting for remote mochitest; r=jmaher 2013-06-28 19:20:08 -07:00
Geoff Brown
b616f6f32f Bug 882932 - Add -httpd-path option to mochitests and reftests; r=jmaher 2013-06-26 20:42:46 -07:00
Felipe Gomes
e585a66a23 Bug 875463 - Implement --run-until-failure option for mochitests. r=jmaher 2013-05-24 16:03:50 -03:00
Felipe Gomes
07e1f83925 Bug 875463 - Part 0. Remove plain-loop.html and fix --repeat for single tests. r=jmaher 2013-05-24 16:03:49 -03:00
Andrew Halberstadt
2b51a01a80 Bug 830430 - automation.py should read profile data from a file, r=jhammel
* * *
Copy prefs general
2013-05-07 11:19:46 -04:00
Joel Maher
759f8d1eeb Bug 857252 - testing-modules-dir is not defined. r=gps 2013-04-16 08:33:30 -04:00
Andrew Halberstadt
c1606a17d3 Bug 835930 - move b2g unittest profile handling on top of mozbase instead of automation.py, r=jgriffin 2013-03-28 16:42:49 -04:00
Matt Brubeck
19b867b2f2 Bug 855563 - Improve mach mochitest file checking and error reporting [r=gps] 2013-03-28 09:23:03 -07:00
Jim Mathies
7a55ddf8aa Bug 854921 - Pass firefox path to metrotestharness so tests.ini can be written to a location that works with test zips / test slaves. Also add metro tests to mochitest tests.jar. r=mbrubeck, bbondy 2013-03-26 17:01:15 -05:00
Steve Fink
012064caa4 Bug 850903 - runtests.py --debugger should suppress the timeout. r=ted 2013-03-13 13:12:07 -07:00
Nathan Froyd
dac2dd9e8b Bug 832491 - enable --timeout support in browser-chrome mochitests; r=jmaher 2013-02-19 13:27:28 -05:00
Jim Mathies
2ab5897caf Bug 771271 - Get mochitest-metro-chrome tests running in immersive mode. r=jmaher 2013-02-12 14:51:24 -06:00
Christian Holler
6f89de49b9 Bug 833018 - Enable special ASan options for tests when running with low memory. r=jmaher,a=nonlibxul 2013-01-22 16:48:02 +01:00
Jonathan Griffin
31e699149e Bug 826111 - Support mochitests on b2g desktop build, r=ahal 2013-01-04 10:41:34 -08:00