gecko-dev/testing
Andreas Tolfsen a9889b9f31 Bug 1107706: Part 3: Add a command processor to Marionette
The command processor receives messages, processes them, and wraps the
execution of the command implementations.  This allows commands to throw
errors without worrying about the side effects.

This patch also introduces a Response object which correspondingly wraps
the replies to the client.  This shifts the responsibility of managing
the correctness of the packets from the commands to this.

--HG--
extra : rebase_source : 9e66199b7977528345680eb8170a082156286b8b
extra : source : b0d00faceef4e348cc99c020f01d59c7933677b7
2015-03-17 14:49:27 +00:00
..
config Bug 1146855 - Add cygwin dlls to manifest for minidump_stackwalk - r-ted 2015-03-24 11:46:30 -04: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 1144927 - Directly bake in linux64-minidump_stackwak to tester images r=garndt 2015-03-19 02:20:16 -07: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
marionette Bug 1107706: Part 3: Add a command processor to Marionette 2015-03-17 14:49:27 +00:00
mochitest Merge m-c to inbound a=merge CLOSED TREE 2015-03-20 18:01:17 -07:00
modules Bug 1143937 - Make BrowserTestUtils.waitForEvent not use flaky timeouts and cover more use cases. r=smacleod 2015-03-20 10:26:01 -07:00
mozbase Bug 1088192 - mozprocess.ProcessHandlerMixin does not handle missing property "proc" on unstarted processes. r=ahal 2015-03-17 01:10:00 +01:00
mozharness Bug 1117960 - bump mozharness.json to rev 93f17b170f43; r=jlund 2015-03-23 09:42:38 -04:00
profiles Bug 1131387 - Rename MSE whitelist pref. r=kentuckyfriedtakahe 2015-03-09 16:24:21 +13: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 Backed out 15 changesets (bug 1107706) for marionette bustage CLOSED TREE 2015-03-23 18:48:07 -07:00
talos Bug 1139328 - update talos to latest version for preferences and e10s fixes. r=wlach 2015-03-05 06:43:55 -05:00
taskcluster Bug 1146218 - Harden taskcluster platform parser r=wcosta 2015-03-22 20:02:20 -07: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
web-platform Backed out changesets 772945b1130d, cb83b6efa9ea, and 5f23080673ee (bug 1086999) for Gaia context_menu_test.js failures. 2015-03-23 14:22:23 -04:00
xpcshell Bug 1131646 - Clean up the breakpoint code;r=jlongster 2015-03-11 15:15:40 +01:00
cppunittest.ini Bug 1140637: Add jsep_session_unittest to testing/cppunittest.ini, and unbust it. r=jesup 2015-03-09 14:45:46 -07:00
mach_commands.py Bug 1068676 - Make mach test understand subsuites. r=jmaher 2015-02-06 14:36:59 -06: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 1142494 - Fix OSX packaging mistake. r=glandium, a=bustage 2015-03-12 17:46:53 -04: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