gecko/testing
Nikhil Marathe 2f098f3bcf Bug 1180754 - Get serviceworkerobject-scripturl test passing. r=bkelly
This commit does several things:
1. Change to https so the test does not fail due to security exceptions.
2. Change function service_worker_unregister to get around the "getRegistration() matches most specific registration" issue by matching exact scope.
3. Uses the URL object for the "absolute" test instead of relying on server substitution since it achieves the same thing.
4. Allows fragments in the scriptURL since I cannot find anything in the spec preventing this. I have filed https://github.com/slightlyoff/ServiceWorker/issues/742 to resolve this.

Update web-platform-tests expected data
2015-08-31 17:52:52 -07:00
..
config bug 1201012 - update minidump_stackwalk binaries to ones built from stackwalk-http code. r=jgriffin 2015-09-02 12:44:46 -04:00
crashtest Bug 1048624 - Cleanup and refactor the media crashtest manifests and re-enable some disabled tests that now pass. 2015-08-05 08:44:14 -04:00
docker Bug 1201776: use the taskcluster org at hub.docker.com for desktop-build; r=mrrrgn 2015-09-04 09:42:48 -04:00
gtest Bug 992983 - Add test summary lines to gtest's automation-specific output format. r=benwa 2015-08-18 11:32:31 -07:00
instrumentation
luciddream
marionette Bug 1202710: Remove size, location, and position commands 2015-09-08 17:22:06 +01:00
mochitest Bug 1198944 - remove vmware recording support from mochitest; r=khuey 2015-08-27 16:00:14 -04:00
modules
mozbase Bug 1201511 - [mozrunner] require mozprocess >=0.22 and bump mozrunner version to 6.10. r=ahal 2015-09-05 12:17:22 +02:00
mozharness Bug 1196836 - Remove _get_partial_info() from desktop_l10n.py r=mshal DONTBUILD 2015-09-09 09:18:29 -04:00
profiles Bug 1107372 - Update preferences for new SafeBrowsing prefs structure. r=francois 2015-09-08 08:22:10 +02:00
runtimes Bug 1199241 - Average runtime data across platforms instead of keeping it distinct, r=jgriffin 2015-08-27 17:37:26 -04:00
specialpowers Bug 1199800 - [webext] Allow extensions to be generated from JSON (r=gabor) 2015-09-04 09:45:01 -07:00
talos Bug 787200 - Move the Talos code into mozilla-central: using talos test zip file from mozharness. r=jlund 2015-09-02 17:36:44 +02:00
taskcluster Bug 1201920: always clobber try jobs; r=mrrrgn 2015-09-04 13:07:13 -04:00
tools Bug 1192484 - Fix incorrect order of operations preventing selection by tag. r=ahal 2015-08-28 13:10:10 -07:00
tps
web-platform Bug 1180754 - Get serviceworkerobject-scripturl test passing. r=bkelly 2015-08-31 17:52:52 -07:00
xpcshell Bug 1202102 - Apply szip to libs pushed for Android cppunit and xpcshell tests; r=dminor 2015-09-09 07:12:58 -06:00
cppunittest.ini
mach_commands.py Bug 999450 - Adding --platform to make find-test-chunk detect chunk for a test for another platform. r=chmanchester 2015-09-03 21:32:53 -07:00
machine-configuration.json
README.txt
remotecppunittests.py Bug 1202102 - Apply szip to libs pushed for Android cppunit and xpcshell tests; r=dminor 2015-09-09 07:12:58 -06:00
runcppunittests.py Bug 1190474 - Allow test-specific timeouts to be specified in cppunittest.ini, r=chmanchester 2015-08-12 16:25:56 -07:00
testsuite-targets.mk Bug 787200 - Move the Talos code into mozilla-central: create the talos test .zip file. r=ted 2015-08-27 10:51:32 +02: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