gecko-dev/testing
Chris Manchester a641e6246c Bug 1099331 - Allow navigation resulting in about:blocked or about:error pages when explicitly requested without returning an error from the marionette server.;r=automatedtester
This allows navigation resulting in a blocked or error page without returning an error to the client. If an error page is reached, an error is returned in cases this was not specifically requested in the client: client.navigate("about:neterror") will navigate to this page and return to the client without an error, but client.navigate("does.not.exist.") will return to the client with an error as it has previously.
2014-12-12 12:08:32 -05:00
..
config Bug 1092132 - Update mozharness config for Gip to include chunking and gecko-log. r=jgriffin 2014-11-25 14:25:23 +00:00
crashtest Bug 946065 - Part 12: Move content/base/ to dom/ and flatten subdirectories. r=peterv 2014-10-25 20:25:22 +03:00
gtest Bug 1019382 - use GTEST_ATTRIBUTE_UNUSED_ to avoid gcc 4.8 compiler warning. r=ted 2014-12-09 08:34:00 +01:00
instrumentation Bug 1065773 - Part 3: Add release signed instrumentation test APKs to instrumentation/ in tests package. r=mshal 2014-09-19 13:52:56 -07:00
marionette Bug 1099331 - Allow navigation resulting in about:blocked or about:error pages when explicitly requested without returning an error from the marionette server.;r=automatedtester 2014-12-12 12:08:32 -05:00
mochitest Backed out changeset 9877aca65ef5 (bug 1038620) for causing Test Bustage on a CLOSED TREE 2014-12-12 14:57:39 +01:00
modules Backed out changesets 34a66a625618, 32db3daa20fe, and ac15ba8568c5 (bug 1102219) for Gaia unit test failures. 2014-12-11 11:28:30 -05:00
mozbase Bug 1055765 - Implement log buffering as a handler in mozlog.;r=jgraham 2014-12-12 12:08:31 -05:00
mozharness Bug 791924 - Add mozharness.json. DONTBUILD. NPOTB. r=rail 2014-11-17 15:42:49 -05:00
profiles Bug 1109831 - move testing/profiles/ files to moz.build's TEST_HARNESS_FILES; r=mshal 2014-12-10 13:58:51 -05:00
release
specialpowers Backed out changeset 9877aca65ef5 (bug 1038620) for causing Test Bustage on a CLOSED TREE 2014-12-12 14:57:39 +01:00
talos Bug 1110189 - update talos to the latest bits to capture e10s talos. r=wlach 2014-12-12 04:50:16 -05:00
tools Bug 1077148 part 4 - Add and use new moz.build templates for Gecko programs and libraries. r=gps 2014-10-30 13:06:12 +09:00
tps Bug 1032255 - TPS has to exit with code != 0 in case of failures. r=aeftimie, dhunt 2014-07-28 06:28:00 +02:00
web-platform Backed out changeset 5d3fe12c63ed (bug 1081037) for Gu Test Failures 2014-12-11 15:26:20 +01:00
xpcshell Merge inbound to m-c a=merge 2014-12-11 16:50:45 -08:00
cppunittest.ini Bug 1087567 - Add proper manifest for cppunit tests; r=ted 2014-10-28 09:38:21 -04:00
mach_commands.py Bug 1087567 - Add proper manifest for cppunit tests; r=ted 2014-10-28 09:38:21 -04:00
machine-configuration.json
README.txt
remotecppunittests.py Bug 1087567 - Add proper manifest for cppunit tests; r=ted 2014-10-28 09:38:21 -04:00
runcppunittests.py Bug 1087567 - Add proper manifest for cppunit tests; r=ted 2014-10-28 09:38:21 -04:00
testsuite-targets.mk Bug 1101133 - Change jit-test packaging to work properly even if test-stage cleanup fails; r=ted 2014-11-25 13:10:02 -05: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