gecko-dev/testing
James Graham 5446d62a9f Bug 1495007 - Ensure that we capture stdio from executor subprocess r=ato
Multiprocessing on Linux and OSX implictly inherits the stdio handles
into the subprocess. But on Windows that doesn't happen because it
doesn't have fork() to abuse in the same way. So instead we need to
ensure that we explicitly set up handling of stdio immediately after
starting the executor subprocess to avoid gettin non-structured output.

Differential Revision: https://phabricator.services.mozilla.com/D7186

--HG--
extra : moz-landing-system : lando
2018-10-01 06:49:58 +00:00
..
awsy
config
crashtest
firefox-ui Bug 1491243 - remove feed bits from puppeteer page info code, r=whimboo 2018-09-18 06:06:28 +00:00
geckodriver Merge inbound to mozilla-central. a=merge 2018-09-30 00:55:39 +03:00
gtest
jsshell Bug 1488689 - Add Octane shell benchmark to raptor. r=ahal 2018-09-08 11:00:16 +00:00
marionette Backed out changeset f8d681cc1d4c (bug 1473814) for marionette failures on /marionette_harness/tests/unit/test_switch_frame.py. CLOSED TREE 2018-09-27 03:34:36 +03:00
mochitest Bug 1469935 - Ctrl+M should mute/unmute all selected tabs in a multiselect context. r=Felipe 2018-09-26 20:46:09 +00:00
modules
mozbase bug 1494613: mozprofile: add docs for Pref::new and ::new_sticky r=whimboo 2018-09-29 15:45:30 +01:00
mozharness Bug 1493943 - Don't download grcov twice on Windows. r=jmaher 2018-09-26 15:23:19 +01:00
profiles Backed out 1 changesets (bug 1492519) for tps perma failures a=backout 2018-09-28 14:50:45 +03:00
raptor Bug 1458242 - add DOMContentFlushed to tp6 as a measurement. r=rwood 2018-09-14 13:51:05 +00:00
runtimes Bug 1438857 - Remove the Flash plugin infobar. r=Felipe 2018-09-06 14:50:16 +00:00
specialpowers Bug 1188256 part 6 - Expose PromiseDebugging to plain mochitest via SpecialPowers. r=bzbarsky 2018-09-14 22:43:54 +00:00
talos Bug 1493867 follow-up: avoid loading firstrun page during damp tests r=kmag 2018-09-26 16:46:35 -07:00
tools Bug 1475566 Disable #pragma comments for MinGW Builds r=glandium 2018-08-29 03:50:39 +00:00
tps Bug 1492341 - Bump mozrunner version to 7.0.2; r=tcsc 2018-09-20 16:33:56 +00:00
web-platform Bug 1495007 - Ensure that we capture stdio from executor subprocess r=ato 2018-10-01 06:49:58 +00:00
webdriver Bug 1494637 - [geckodriver] Only serialize non null arguments for Marionette. r=ato 2018-09-29 15:34:38 +00:00
xpcshell Bug 1473513 - fix faulty path for actor-registry; 2018-09-26 10:11:23 +02:00
cppunittest.ini
mach_commands.py Bug 1481449 - Require at least one test argument for 'mach test'; r=ahal 2018-08-31 09:59:07 -06:00
moz.build
README.txt
remotecppunittests.py
runcppunittests.py
testsuite-targets.mk bug 1490119: Build separate updater that always embeds dep certificates. r=ted,firefox-build-system-reviewers 2018-09-21 10:07:27 +00: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