gecko-dev/testing
James Graham ba40cb0a5c Bug 1368342 - Add mozlog logger that goes via a queue, r=ahal
This allows subprocesses to log to a shared stream via a queue, so that we
avoid the overhead of a multiprocessing Lock around all log access, but still
avoid races where two processes try to log simultaneously. It's mostly useful
where one process is responsible for the majority of logging, but some messages
will be generated in child processes.

MozReview-Commit-ID: ABl6cvpb6qI

--HG--
extra : rebase_source : 5c749074c1646c7abb865a71b31b3056137ef398
2017-05-26 12:53:00 +01:00
..
awsy Bug 1356683 - Use new tooltool wrapper in AWSY jobs. r=chmanchester 2017-04-12 18:01:46 +09:00
config Bug 1363797 - Update geckodriver to 0.16.1, a=testonly 2017-05-11 18:01:47 +01:00
crashtest Bug 1352333 - remove autophone webrtc test manifests, r=dminor. 2017-04-20 14:13:34 -07:00
firefox-ui Bug 1336254 - Use http://no-ssl.mozqa.com to access test pages on mozqa.com without SSL. r=maja_zf 2017-05-26 18:29:35 +02:00
geckodriver Bug 1340637 - Update geckodriver cargo lockfile for vendored crates; r=ted 2017-05-23 16:37:33 +01:00
gtest Bug 964133 - Build webrtc.org unit tests; r=jesup,ted.mielczarik 2017-03-27 15:51:16 -04:00
instrumentation
marionette Bug 1368101 - getCurrentUrl can retrieve the URL via the chrome process. r=ato 2017-05-26 20:37:36 +02:00
mochitest Bug 1242505 - Part 4 - Add self-tests for unhandled rejection handling in browser-chrome tests. r=Mossop 2017-05-27 09:15:19 +01:00
modules Bug 1348103 - Fix test_chrome_bookmarks.js error when collecting code coverage on linux64-jsdcov. r=Gijs 2017-04-29 10:47:24 -04:00
mozbase Bug 1368342 - Add mozlog logger that goes via a queue, r=ahal 2017-05-26 12:53:00 +01:00
mozharness Bug 1368109: No need to sync layers.acceleration.disabled and gfx.direct2d.disabled on Windows. r=mchang 2017-05-26 13:09:56 -04:00
profiles Bug 1364068 - Properly cleanup libcurl in the pingsender. r=gsvelto,jseward 2017-05-24 19:27:33 +02:00
runtimes
specialpowers Bug 1366023 - Explicitly import Services.jsm in a few content scripts. r=Gijs 2017-05-12 15:57:53 -07:00
talos Bug 1365975 - Fix pageloader test renaming; r=jmaher 2017-05-25 16:56:33 -04:00
tools Bug 1355260 - Allow for variability in mochitest-dt and bc e10s names in try syntax; r=chmanchester 2017-04-12 09:15:55 -06: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 1368342 - Add mozlog logger that goes via a queue, r=ahal 2017-05-26 12:53:00 +01:00
xpcshell Bug 1367235 - Additional changes for eslint on testing/xpcshell; r=Standard8 2017-05-25 07:32:44 -06:00
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
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 Backed out changeset d10f5ccd882b, for Nightly bustage from Bug 1359965 c#29 2017-05-25 09:08:54 -04: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