gecko-dev/testing
Yoshi Huang c39a8b9f4f Bug 1340974 - To make data-url.html pass. r=smaug
The original test in [1] will throw Syntax error, due to we strip whitespace in
[2]. The test 'else postMessage(..)' will become 'elsepostMessage(...)'
and cause ReferenceError: elsepostMessage is not defined. So I added {}
to fix the error.

Also in the last test [3], it will trigger error handler in the testing
framework, and the TestHarness will fail if there's an error thrown. So I
added 'setup({allow_uncaught_exception:true});' to fix this.

[1]: http://searchfox.org/mozilla-central/rev/f0e4ae5f8c40ba742214e89aba3f554da0b89a33/testing/web-platform/tests/workers/data-url.html#53
[2]: http://searchfox.org/mozilla-central/rev/f0e4ae5f8c40ba742214e89aba3f554da0b89a33/netwerk/protocol/data/nsDataHandler.cpp#92
[3]: http://searchfox.org/mozilla-central/rev/f0e4ae5f8c40ba742214e89aba3f554da0b89a33/testing/web-platform/tests/workers/data-url.html#56
2017-08-04 10:58:01 +08:00
..
awsy Bug 1378526 - Measure Stylo memory usage using AWSY tests, r=erahm, kmoir. 2017-08-01 15:59:22 -07:00
config Backed out 3 changesets (bug 1358670) for flake8 failures a=backout 2017-07-20 11:20:00 -07:00
crashtest
firefox-ui Bug 1369556 - Disable test_toolbars for high intermittence. r=aryx 2017-07-25 12:20:16 +01:00
geckodriver Bug 1383831 - Upgrade rust-url to version 1.5.1 r=froydnj 2017-08-02 13:44:48 +03:00
gtest Bug 1384245 - Run gtest benchmarks multiple times and take median r=milan 2017-07-31 12:47:32 -04:00
instrumentation
marionette Merge m-c to autoland, a=merge 2017-07-31 17:53:14 -07:00
mochitest Bug 1357520 - Minor changes for mochitest verifications; r=jmaher 2017-08-02 11:08:34 -06:00
modules Bug 1374670 - Enabled the ESLint no-tabs rule across mozilla-central r=standard8 2017-07-04 21:30:18 +05:30
mozbase Bug 1377510 - Add the ability to install webextensions with mozprofile r=automatedtester 2017-07-24 12:08:53 +02:00
mozharness Merge inbound to central, a=merge 2017-08-03 18:06:53 -07:00
profiles Bug 1385177 - Remove check for built-in self-support from shield recipe client r=mythmon 2017-07-28 13:58:35 -07:00
runtimes Bug 1381755: Updating the data: URI inheritance security model renders test browser_CTP_data_urls.js superfluous. r=bsmedberg 2017-07-24 20:34:29 +02:00
specialpowers Bug 1380659 - Add SpecialPowers API to dump/reset coverage counters. r=jmaher 2017-07-14 11:02:44 +02:00
talos Bug 1383737 - Change talos quantum pageloader test names and job symbols. r=ahal 2017-08-03 14:47:28 -04:00
tools Bug 1382775 - Move testing/tools/autotry to tools/tryselect/selectors/syntax.py, r=chmanchester 2017-07-17 21:36:23 -04:00
tps Bug 1380402 - Set MOZ_DEVELOPER_REPO_DIR in the environment when running TPS on mac. r=markh 2017-07-12 14:13:24 -04:00
web-platform Bug 1340974 - To make data-url.html pass. r=smaug 2017-08-04 10:58:01 +08:00
xpcshell Backed out changeset f5922a7ed25a (bug 1374620) for failing eslint at telemetry/tests/unit/test_TelemetrySend.js:358: ["os"] is better written in dot notation. r=backout 2017-07-31 14:44:34 +02:00
cppunittest.ini Bug 1371970 - Add TestPrintf to cppunittest.ini to make it execute on automation. r=glandium 2017-07-11 23:46:12 +02:00
mach_commands.py Bug 1384665 - Use virtualenv Python in mach check-spidermonkey; r=jimb 2017-07-26 18:02:51 -07:00
moz.build Bug 1372051 - Remove external media tests from /testing, /build, /python. r=maja_zf 2017-06-12 10:27:42 +12:00
README.txt
remotecppunittests.py
runcppunittests.py
testsuite-targets.mk Bug 1335429 - Ensure hyphenation dictionaries are included in the reftest artifact for packaged tests. r=gbrown 2017-07-19 10:10:31 +01: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