gecko-dev/testing
Nathan Froyd b28fcc5c4b Bug 1372670 - part 5 - add nsIThreadManager::spinEventLoopUntilEmpty; r=erahm,florian
A number of places in JS need to drain the current thread's event queue,
which cannot be done with nsIThreadManager::spinEventLoopUntil, since we
need to not wait for an incoming event when attempting to process one.
2017-06-21 12:59:28 -04: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 1371923 - Only check safebrowsing files when they are in preference in test_safe_browsing_initial_download.py. r=francois 2017-06-19 10:19:02 +08:00
geckodriver Backed out changeset 6731e1742804 (bug 1371405) for failing webdriver/contexts.py | contexts.py::test_window_size_types. r=backout 2017-06-20 21:23:43 +02:00
gtest Bug 964133 - Build webrtc.org unit tests; r=jesup,ted.mielczarik 2017-03-27 15:51:16 -04:00
instrumentation
marionette Bug 1372670 - part 4 - use nsIThreadManager::dispatchToMainThread more from JS; r=florian 2017-06-21 12:59:28 -04:00
mochitest Bug 1374718 - removed strictContentSandbox mochitest option; r=bobowen 2017-06-20 13:30:45 -04:00
modules Bug 1362970 - Part 2 - Script-generated patch to convert .then(null, ...) to .catch(...). r=florian 2017-06-19 11:32:37 +01: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 Backed out 17 changesets (bug 1363428) for various testfailures 2017-06-21 15:16:00 +02:00
profiles Backed out 17 changesets (bug 1363428) for various testfailures 2017-06-21 15:16:00 +02: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 1372886 - Remove dead parameters from nsIConverterInputStream.init(). r=hsivonen 2017-06-17 19:30:09 +09:00
talos Bug 1372670 - part 4 - use nsIThreadManager::dispatchToMainThread more from JS; r=florian 2017-06-21 12:59:28 -04:00
tools Bug 1294820 - Add support for running wpt from one-click loaner mach environment, r=ahal 2017-06-19 19:20:41 +01: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 Backed out 17 changesets (bug 1363428) for various testfailures 2017-06-21 15:16:00 +02:00
xpcshell Bug 1372670 - part 5 - add nsIThreadManager::spinEventLoopUntilEmpty; r=erahm,florian 2017-06-21 12:59:28 -04:00
cppunittest.ini
mach_commands.py Bug 1368438 - Add -j to mach try, r=chmanchester 2017-06-15 08:14:22 -04:00
moz.build Bug 1361417 - Update moz.build crash reporter bug components r=bsmedberg 2017-05-02 09:44:42 -07:00
README.txt
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

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