gecko-dev/testing
Andrew Halberstadt 95882ef0e4 Bug 1274584 - [mozprocess] Fix IO Completion Port failed to signal process shutdown, r=jgriffin
Sometimes the IO completion port doesn't shutdown child processes. When this happens,
mozprocess will attempt to force kill the child processes manually. However, there is
a bug here which causes the OSError to get raised.

Although this fixes that bug, the original issue(s) which prevented the IOC port
from signaling shutdown remain and are still undiagnosed.

MozReview-Commit-ID: L3DQPW0Is5v

--HG--
extra : rebase_source : cf6320cffea5a4c8fb5d62861c41065d9dcefa52
2016-05-30 11:02:13 -04:00
..
config Bug 1271836 - Use new Android 4.3 emulator AVD with backup manager disabled; r=jmaher 2016-05-13 08:07:03 -06:00
crashtest
docker Bug 1273634 - Add flake8 dependencies to the lint image, r=dustin 2016-05-28 21:47:33 -04:00
eslint Bug 1270851 - mach eslint should install eslint and their dependencies if not installed r=gps 2016-05-13 14:06:08 +01:00
firefox-ui Bug 1276175 - Check the new reset prefs button for a disabled SSL error page. r=maja_zf 2016-05-27 14:20:58 +02:00
gtest Bug 1256408 - Add graphics microbenchmarking. r=mstange 2016-03-16 14:20:33 -04:00
instrumentation
luciddream
marionette Bug 1277083: Have getElementProperty return element properties in chrome. r=jgriffin 2016-05-31 23:08:42 +01:00
mochitest Bug 1276738 - Ensure that .open() on web content called with chrome privileges results in a new window with the appropriate principal. r=Gijs 2016-05-02 17:36:12 -04:00
modules Bug 1252995 - recordTestCoverage modification. r=chmanchester 2016-03-11 19:21:36 -05:00
mozbase Bug 1274584 - [mozprocess] Fix IO Completion Port failed to signal process shutdown, r=jgriffin 2016-05-30 11:02:13 -04:00
mozharness Bug 1253299 - TC Linux 64 ASAN debug and opt builds Tier 1 r=mtabara 2016-06-01 09:03:02 -04:00
profiles Bug 1266235 - Use blocklist prefix in preference names. r=MattN 2016-05-19 12:51:13 +02:00
puppeteer/firefox Bug 1265031 - Document the version scheme and release process for Firefox Puppeteer. r=davehunt 2016-05-18 14:17:44 +02:00
runtimes Bug 1264772 - Fixup writeruntimes.py; r=ahal 2016-04-14 16:01:14 -04:00
specialpowers Bug 1258489 - Implement HTMLInputElement.webkitdirectory, r=smaug 2016-06-01 12:29:00 +02:00
talos Bug 766598 - move responsiveness metric to filter.py. r=jmaher 2016-05-26 22:57:46 +05:30
taskcluster Bug 1253299 - TC Linux 64 ASAN debug and opt builds Tier 1 r=mtabara DONTBUILD 2016-06-02 10:28:36 -04:00
tools Backed out changesets baa6c68ec413,5b8583070c9e,2942bb31152c,dd2ad6863f53,c68772362633,c8db6695b991 (bug 1231981) a=backout 2016-04-27 10:24:37 -07:00
tps
web-platform Bug 1277001 - part 2 - WPT fixed, r=me 2016-06-01 14:18:06 +02:00
xpcshell Backed out 5 changesets (bug 1269501) for failing the added test_subprocess.js on Windows (didn't fold it into the last backout). r=backout 2016-05-28 12:38:25 +02:00
cppunittest.ini Bug 1265033 - Add some mfbt tests that were not being run r=Waldo 2016-04-19 11:55:43 +01:00
mach_commands.py Bug 1242051 - Install test files to the objdir lazily rather than with each invocation of mach. r=gps 2016-04-04 14:56:52 -07:00
machine-configuration.json
README.txt
remotecppunittests.py
runcppunittests.py
testsuite-targets.mk Bug 1268913: Fix test for existence of objcopy. r=ted 2016-05-26 10:38:58 -03: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