gecko-dev/testing
Marco Castelluccio 09b1f30422 Bug 1475459 - Move beforeTestSync call after setting _globalProperties. r=sparky
beforeTestSync uses an asynchronous operation that takes a while to finish.
In the meantime, it's very likely that the browser will run some tasks
scheduled to run when idle, which cause XPCOMUtils mock in browser-test.js
to be used, which references _globalProperties.

--HG--
extra : rebase_source : 3d75068a43cad4e87317792c67b6fe5fd483f0c5
2018-08-03 10:34:00 +02:00
..
awsy
config Backed out 2 changesets (bug 1473648, bug 1476661) for mochitest failure on testing/mochitest/tests/python/test_basic_mochitest_plain.py 2018-08-01 16:01:05 +03:00
crashtest
firefox-ui Bug 1414776 - [fxui] Reset security.mixed_content.upgrade_display_content preference for mixed content test. r=ato 2018-07-24 16:09:34 +02:00
geckodriver Bug 1470659 - Add setWindowRect capability to geckodriver. r=automatedtester 2018-08-01 18:31:25 +01:00
gtest
jsshell
marionette Bug 1470910 - Migrate input-box and input-box-spell to a Custom Element;r=paolo 2018-08-02 20:53:59 -07:00
mochitest Bug 1475459 - Move beforeTestSync call after setting _globalProperties. r=sparky 2018-08-03 10:34:00 +02:00
modules Bug 1478305 - Remove unnecessary ChromeUtils.import calls in testing/. r=mossop 2018-07-30 10:40:22 +01:00
mozbase Bug 733530: Use .tar.gz for test archives r=gps 2018-08-01 16:00:03 +00:00
mozharness Backed out 2 changesets (bug 1473648, bug 1476661) for mochitest failure on testing/mochitest/tests/python/test_basic_mochitest_plain.py 2018-08-01 16:01:05 +03:00
profiles Bug 1478208 - Implement HTMLMediaElement.allowedToPlay. r=alwu,bz 2018-07-25 14:25:17 +12:00
raptor Bug 1478057 - Report the mean of all measurements per pageload, not separate values per measurement type; r=igoldan 2018-07-27 11:10:30 -04:00
runtimes Bug 1474414 - Move most of browser/extensions/activity-stream to browser/components/newtab r=Mardak 2018-07-26 20:50:49 -07:00
specialpowers Backed out 3 changesets (bug 1479569) for devtools/client/responsive.html failures. CLOSED TREE 2018-08-03 10:39:12 +03:00
talos Backed out 3 changesets (bug 1479569) for devtools/client/responsive.html failures. CLOSED TREE 2018-08-03 10:39:12 +03:00
tools Backed out changeset 5950c9d63c3b (bug 1090497) for build bustages on several files. CLOSED TREE 2018-08-02 19:59:53 +03:00
tps
web-platform Bug 1462883 - Update PerformanceTimingData::mReportCrossOriginRedirect in SetPropertiesFromHttpChannel, r=bz 2018-08-03 13:08:32 +02:00
webdriver Bug 1470659 - Add setWindowRect capability to geckodriver. r=automatedtester 2018-08-01 18:31:25 +01:00
xpcshell Bug 733530: Use .tar.gz for test archives r=gps 2018-08-01 16:00:03 +00:00
README.txt
cppunittest.ini
mach_commands.py
moz.build
remotecppunittests.py Bug 1477807 - Distinguish ADBTimeoutErrors from other exceptions in Android remote tests, r=gbrown. 2018-07-27 08:27:16 -07:00
runcppunittests.py
testsuite-targets.mk Bug 733530: Use .tar.gz for test archives r=gps 2018-08-01 16:00:03 +00:00

README.txt

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