gecko/testing
Dave Townsend ecab1de927 Bug 1142734: Stop using Timer.jsm to avoid replacing the browser window setTimout and clearTimeout functions. r=jsantell
jetpack-addon-harness.js runs in a browser window scope so it already has the
setTimeout functions available to it. Loading Timer.jsm overrides the DOM
timer functions with those from Timer.jsm. Any other code that used setTimeout
previously will have timer IDs from the DOM functions which don't match those
in Timer.jsm. If this other code attempts to clear a timer it can then end up
clearing an unrelated timer. In the intermittent failure here the
browser-thumbnails code manages to clear the timer that is waiting to resolve
the promise that makes tests continue.

I've also added an additional timer that throws an exception and so ends tests
if the add-on uninstall doesn't actually complete in a reasonable time as well
as removing the add-on listener.
2016-02-08 10:11:14 -08:00
..
config Bug 1239987 - Remove marionette-transport dependency from build environment; r=gps 2016-01-30 08:55:24 +00:00
crashtest Bug 1239889 part 2 - Test for an animation target without a current document; r=birtles 2016-02-05 14:11:04 +11:00
docker Bug 1237681: remove REGISTRY and VERSION for in-tree-generated images; r=garndt 2016-01-29 17:28:04 +00:00
eslint-plugin-mozilla Bug 1055464 - Add RefreshBlocker front-end. r=Mossop 2016-02-05 15:01:38 -05:00
firefox-ui Bug 1240742 - Don't use bookmark suggestions for test_favicon_in_autocomplete.py. r=maja_zf DONTBUILD 2016-02-01 11:36:29 +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 1125098 - Remove XML report functionality from Marionette test runner; r=maja_zf 2016-02-02 19:24:51 +05:30
mochitest Bug 1142734: Stop using Timer.jsm to avoid replacing the browser window setTimout and clearTimeout functions. r=jsantell 2016-02-08 10:11:14 -08:00
modules Bug 1034290 - Use structured log output for test results in reftest, r=jmaher 2016-02-05 15:44:20 -05:00
mozbase Bug 1034290 - Use structured log output for test results in reftest, r=jmaher 2016-02-05 15:44:20 -05:00
mozharness Bug 1125098 - Remove XML report functionality from Marionette test runner; r=maja_zf 2016-02-02 19:24:51 +05:30
profiles Backed out 3 changesets (bug 1231784) for breaking 10.10 opt jetpack tests 2016-02-03 17:38:12 -08:00
puppeteer/firefox Bug 1244715 - Upgrade firefox-ui-tests to use marionette_client 2.2.0 and marionette-driver 1.3.0. r=maja_zf DONTBUILD 2016-02-02 12:46:27 +01:00
runtimes
specialpowers merge mozilla-inbound to mozilla-central a=merge 2016-02-02 11:50:53 +01:00
talos Bug 710296 - turn on responsiveness for linux in Talos. r=parkouss 2016-02-03 13:15:04 -08:00
taskcluster Bug 1246176 - Backout d1e6662456b2. DONTBUILD. r=backout 2016-02-08 14:56:08 -05:00
tools Bug 1244770 - Fixed minidumpwriter compilation on mingw. r=ted 2016-02-02 15:28:59 +01:00
tps Bug 1241715 - get Sync TPS tests working locally by tweaking observers listened for and the authentication setup. r=whimboo 2016-02-03 11:21:09 +11:00
web-platform Bug 1195173 - Test asyncopen2 security checks for stylesheets (r=bz,ehsan) 2016-02-02 20:35:42 -08:00
xpcshell Bug 1241906 - test for suspended spdy3.1 channel r=hurley 2016-02-05 11:17:24 -05:00
cppunittest.ini Bug 1194721: Add |Saturate| template for saturation arithmetics, r=nfroyd 2016-02-04 12:35:12 +01:00
mach_commands.py Backed out changeset c6617c4a27b4 (bug 1238305) for android cpp failures 2016-01-29 15:01:46 -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 Backed out changeset c6617c4a27b4 (bug 1238305) for android cpp failures 2016-01-29 15:01:46 -08:00
testsuite-targets.mk Bug 1239987 - Remove marionette-transport dependency from build environment; r=gps 2016-01-30 08:55:24 +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