gecko/testing
Andreas Tolfsen 023ec5201d Bug 1243704 - Serialise errors sent over IPC; r=automatedtester
This fixes an instance of passing an Error prototype over the message
manager as a CPOW.  We solve this by marshaling the error, which is
now done automatically by the new AsyncMessageChannel.  It allows us to
create an (almost) transparent promise-based interface between chrome-
and content contexts.

The patch also makes AsyncMessageChannel reusable on both sides of the
message listener, but it's currently not used at its maximum potential
because of the way the listener is architected.
2016-01-29 12:57:46 +00:00
..
config Bug 1238648 - Use external-media-tests in tree instead of github for tests. r=maja_zf, r=whimboo 2016-01-29 16:12:30 -06:00
crashtest Back out 5a889d2cc25b (bug 1230428) for Windows 7 failures in 1230428.html 2015-12-10 18:45:07 -08:00
docker Bug 1237366 - Update rust-build docker source. r=dustin 2016-01-22 09:45:25 -08:00
eslint-plugin-mozilla Bug 1241544 - add documentation for this-top-level-scope eslint rule; r=mikeratcliffe 2016-01-29 08:32:54 -07:00
firefox-ui Bug 1167179 - Disable test_ssl_status_after_restart.py on Windows XP again due to test failures. r=maja_zf 2016-01-25 22:13:53 +01:00
gtest Bug 1055224 - Run gtest output through a stack fixer. r=ahal 2016-01-15 10:36:46 -08:00
instrumentation
luciddream
marionette Bug 1243704 - Serialise errors sent over IPC; r=automatedtester 2016-01-29 12:57:46 +00:00
mochitest Bug 1194935 - Add a C++ implementation of kill_and_get_minidump as part of the build to accommodate dumping 64 bit Firefox from 32 bit python. r=ted 2015-08-18 17:04:45 -07:00
modules Bug 1210586 - Create a Synced tabs sidebar r=markh 2016-01-27 14:40:30 -08:00
mozbase Bug 1194935 - Add a C++ implementation of kill_and_get_minidump as part of the build to accommodate dumping 64 bit Firefox from 32 bit python. r=ted 2015-08-18 17:04:45 -07:00
mozharness Bug 1238648 - Use external-media-tests in tree instead of github for tests. r=maja_zf, r=whimboo 2016-01-29 16:12:30 -06:00
profiles Merge mozilla-central to fx-team 2016-01-28 12:37:17 +01:00
puppeteer/firefox Bug 1242890 - Fix UpdateTestcase for unknown 'download()' method. r=maja_zf 2016-01-28 05:30:00 +01:00
runtimes
specialpowers Bug 989426 - Use new Proxy instead of Proxy.create in SpecialPowers. r=bholley 2016-01-28 19:38:50 +01:00
talos Bug 1179732 - Make the tresize addon e10s compatible r=jmaher 2016-01-27 12:40:57 -05:00
taskcluster Bug 1228918 - Fallback Mesa3D Gallium driver from llvmpipe to softpipe. Mesa 8.0.4 llvmpipe can introduce precision issues on reftest on B2G KK emu test. r=garndt 2016-01-27 20:41:37 +08:00
tools Bug 1194935 - Add a C++ implementation of kill_and_get_minidump as part of the build to accommodate dumping 64 bit Firefox from 32 bit python. r=ted 2015-08-18 17:04:45 -07:00
tps Bug 1229992 - add a --stop-on-error cmdline option to the tps test runner. r=whimboo 2015-12-04 12:55:57 +11:00
web-platform Bug 1242108 - Remove unnecessary timeout from flaky sandbox test, r=Ms2ger 2016-01-29 23:17:17 +00:00
xpcshell Bug 1240723 - Harmonise xpcshell head- and tail list computation; r=ted.mielczarek 2016-01-19 13:48:53 +00:00
cppunittest.ini Bug 1228641. Add a polyfill of std::initializer_list. r=froydnj 2016-01-06 22:06:35 -05:00
mach_commands.py Bug 1233506 - Only accept positional arguments to mach try that are directories. r=jgraham 2015-12-17 12:38:32 -08:00
machine-configuration.json
README.txt
remotecppunittests.py Bug 1233311 - Avoid python exception on Android cppunit time-out; r=jmaher 2015-12-18 12:17:07 -07:00
runcppunittests.py
testsuite-targets.mk Bug 1055224 - Run gtest output through a stack fixer. r=ahal 2016-01-15 10:36:46 -08: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