gecko/testing
Nikhil Marathe 41d10b9764 Bug 1201632 - wptserve.py should send JSON failure message with correct mime type. r=jgraham
According to the JSON RFC [1] the official mime type is "application/json". If
we do not send this, Gecko will not fire the onload event for a frame trying to
load such a URL but will instead load an error page.

Several service worker tests rely on loading 'fake' iframes that 404 but
contribute to the progress of the test by watching for the onload event.
These tests are fixed by this patch.

[1]: http://www.ietf.org/rfc/rfc4627.txt
2015-09-08 16:05:43 -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 Bug 1014760 - Move mozlog.structured to mozlog; Move mozlog to mozlog.unstructured, r=jgraham 2015-07-16 10:38:40 -04:00
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 Bug 1014760 - Move mozlog.structured to mozlog; Move mozlog to mozlog.unstructured, r=jgraham 2015-07-16 10:38:40 -04:00
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 1201632 - wptserve.py should send JSON failure message with correct mime type. r=jgraham 2015-09-08 16:05:43 -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 Bug 1186315 - Fix TestTuple error and add it into testing list. r=nfroyd 2015-07-21 22:54:00 +02:00
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