gecko-dev/testing
James Graham 3a8d561171 Bug 1363428 - Switch wptrunner to use a deque for test groups, r=maja_zf, jdm
Initially wptrunner had a single test queue that was shared between
all processes. Then for --run-by-dir it changed to a queue of
queues. This change makes it a queue of deques, which is simpler,
since the test queues themselves are no longer shared between
processes. It also changes the implementation when we aren't using
--run-by-dir but are using multiple processes to pre-group the tests
into N queues rather than sharing a single queue between all
processes. This is necessary to use the deque of course, but
importantly anticipates a change in which we will pre-compute per
queue metdata for each queue; that doesn't work well with one shared
queue. The downside of this change is that there is no work stealing,
so it may be less efficient if we randomly assign many slow jobs to
one particular process.

MozReview-Commit-ID: 7e0Odk7yDwr
2017-06-21 11:25:57 +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 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 1363428 - Add reftest-specific endpoints to Marionette, r=ato 2017-06-21 11:25:57 +01:00
mochitest Bug 1236512 - Part 3: Set docShellIsActive to false when browser window is fully covered by another application; r=mconley 2017-06-05 14:56:00 +08: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 Bug 1374718 - removed strictContentSandbox mochitest option; r=bobowen 2017-06-20 13:30:45 -04: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 1372886 - Remove dead parameters from nsIConverterInputStream.init(). r=hsivonen 2017-06-17 19:30:09 +09:00
talos Bug 1372292 - Bump sessionrestore Talos test add-on version and signed add-on. r=Yoric 2017-06-12 13:52: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 Bug 1363428 - Switch wptrunner to use a deque for test groups, r=maja_zf, jdm 2017-06-21 11:25:57 +01:00
xpcshell Bug 1373796 - Normalize xpcshell manifests in errorsummary, r=jgraham 2017-06-20 10:52:33 -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