gecko-dev/testing
Andreas Tolfsen e3193bd590 Bug 1154691: Align Marionette with WebDriver errors
Adds `invalid selector' and `invalid session id' errors to the server,
and aligns the exceptions in the Python client with those in the server.

Some of the exceptions are not in use yet and consequently do not carry
a `code` property.  This is fine because it makes us future-proof when
the server starts using them.

r=dburns

--HG--
extra : rebase_source : 5a39fe5749190acb2170025586e6bfdd82e5697c
2015-04-15 13:38:01 +01:00
..
config Bug 1146574 - Update Android 4.3 configs for cppunit; r=dminor 2015-03-26 20:35:36 -06:00
crashtest Bug 946065 - Part 12: Move content/base/ to dom/ and flatten subdirectories. r=peterv 2014-10-25 20:25:22 +03:00
docker Bug 1134226: Add lightsaber nightly builds. 2015-04-14 20:16:01 -03:00
gtest Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04: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
luciddream Backed out changeset a209d4d37f8f (bug 1147031) for Luciddream bustage. 2015-04-07 11:48:46 -04:00
marionette Bug 1154691: Align Marionette with WebDriver errors 2015-04-15 13:38:01 +01:00
mochitest Merge inbound to m-c. a=merge 2015-04-14 10:06:03 -04:00
modules Bug 1140558 - Part 2 - Make the testing deepEqual implementation shared properly in ObjectUtils.jsm. r=yoric 2015-04-02 21:33:46 +02:00
mozbase Bug 1154761 - Disable crash dialogs that interfere with debugging in mozrunner, r=ted 2015-04-15 20:06:55 +01:00
mozharness Bug 1154434 - Bump mozharness.json to revision 4567c42063b7. a=me 2015-04-15 11:03:41 -04:00
profiles Bug 1153063 - turn on logging for debug in test_tcp_control_channel.js. r=fabrice 2015-04-15 11:01:02 +08:00
runtimes Bug 1139904 - Add initial test runtime files for mochitest browser-chrome and devtools, r=jmaher 2015-03-11 16:05:36 -04:00
specialpowers Bug 1121577 - Unset pref at delete_session, r=dburns 2015-03-18 10:07:57 -07:00
talos Backed out changeset 2d75c37883a0 (bug 1151883) for windows xperf permafails 2015-04-08 17:55:00 -07:00
taskcluster Bug 1134226: Add lightsaber nightly builds. 2015-04-14 20:16:01 -03:00
tools Bug 1119072, Part 13: #undef NOMINMAX in testing/tools/screenshot/win32-screenshot.cpp so it compiles with MSVC 2015, r=ctalbert 2015-01-08 15:34:08 -08: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 Bug 1155079 -Update web-platform-tests expected data to revision 89b6e2bc460316c7f273712d22f0b2d3a3d0c5be, a=testonly 2015-04-16 09:45:59 +01:00
xpcshell Bug 1150134 - Part 3: Avoid hitting the network from Telemetry for xpcshell tests. r=yoric 2015-04-14 16:49:57 +02:00
cppunittest.ini Bug 1101651 - Part 3: Update cppunitest.ini file. r=dminor 2015-04-09 09:16:00 -04:00
mach_commands.py Backed out changeset a209d4d37f8f (bug 1147031) for Luciddream bustage. 2015-04-07 11:48:46 -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 1147029 - Land luciddream in-tree, r=ted 2015-03-24 15:17:53 -07: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