gecko-dev/testing
James Graham 981d317f0f Bug 1373709 - Don't infinite loop when a test expects to crash, r=ato
In order to avoid the leak checker complaining about missing output,
we restart the browser before running tests that are expected to
crash. But as part of that restart we end up checking again if a
restart is required and so end up in an infinite loop. To break out of
that loop we simply check if this is the same test as during the last
iteration, and don't ask to restart in that case.

MozReview-Commit-ID: 90gsmqVCRsD

--HG--
extra : rebase_source : 9cf625e9cd1861b25b72e5c39ce070981b84046e
2017-06-16 16:34:44 +01:00
..
awsy Bug 1372667 - Part 2: Clean up path_total. r=mccr8 2017-06-14 15:09:49 -07:00
config Bug 1368264 - Make WPT use WebDriver binary from test archive r=jgraham 2017-06-05 16:05:19 +01:00
crashtest Bug 1352333 - remove autophone webrtc test manifests, r=dminor. 2017-04-20 14:13:34 -07:00
firefox-ui Bug 1373564 - Force enable update staging mode to prevent perma failures for update tests. r=automatedtester 2017-06-16 11:39:23 +02:00
geckodriver Bug 1373216 - Add mach command for starting geckodriver, r=ato 2017-06-15 12:47:20 +01:00
gtest Bug 964133 - Build webrtc.org unit tests; r=jesup,ted.mielczarik 2017-03-27 15:51:16 -04:00
instrumentation
marionette merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-06-16 09:50:00 +02:00
mochitest Bug 1372738 - A test timing out may show false uncaught errors in subsequent tests. r=mossop 2017-06-13 22:55:44 +01:00
modules Bug 1369855 - Update sinon.js to version 2.3.2. r=markh 2017-06-02 15:50:30 -04:00
mozbase Bug 1372668 - [mozlog] Limit the size of data logged from error message when suite_start called multiple times, r=jgraham 2017-06-14 11:20:39 -04:00
mozharness merge mozilla-inbount to mozilla-central. r=merge a=merge 2017-06-15 11:11:30 +02:00
profiles Bug 1197401 Remove the disabled HTML imports implementation. r=wchen 2017-06-12 07:36:02 -07:00
runtimes Bug 1363850 - Part I, Move new about:preferences from in-content/ to in-content-new/, r=jaws,mconley 2017-05-25 18:31:41 +08:00
specialpowers Bug 1358135 part 1 - Fix some browser tests to trigger a shrinking GC instead of a normal GC. r=jonco 2017-06-03 17:29:17 +02:00
talos Merge m-c to autoland, a=merge 2017-06-15 16:28:22 -07:00
tools Bug 1343568 - Add --upload-xdbs option to mach try, r=chmanchester 2017-06-07 08:55:50 -07:00
tps Bug 1367567 - Allow non-mpc extensions when running sync's TPS tests r=markh 2017-05-24 17:18:33 -04:00
web-platform Bug 1373709 - Don't infinite loop when a test expects to crash, r=ato 2017-06-16 16:34:44 +01:00
xpcshell Bug 1370438 - The MOZ_DISABLE_CONTENT_SANDBOX environment variable now works on macOS and is used in the xpcshell tests; r=haik 2017-06-07 15:30:09 -04:00
README.txt
cppunittest.ini
mach_commands.py Bug 1365621 - Allow specification of info categories for |mach test-info|; r=jmaher 2017-05-17 10:30:37 -06:00
moz.build Bug 1361417 - Update moz.build crash reporter bug components r=bsmedberg 2017-05-02 09:44:42 -07:00
remotecppunittests.py Bug 1355222 - When debug logging requested for android mach test commands, enable devicemanager logging; r=jmaher 2017-04-11 09:21:37 -06:00
runcppunittests.py Backed out changeset 18fd8676751a (bug 1333003) 2017-03-23 10:38:04 +01:00
testsuite-targets.mk Bug 1359965 - Support and generate tar.gz WPT archive; r=glandium 2017-05-08 17:19:05 -07:00

README.txt

Common testing tools for mozilla codebase projects, test suite definitions
for automated test runs, tests that don't fit anywhere else, and other fun
stuff