fune/testing/xpcshell
Julian Descottes af2e5d5dd1 Bug 1416711 - Add registerAllActors API;r=ochameau
Most of the codebase that needs to create a debugger server
can use a server with all actors registered.

Define an additional method registerAllActors to do that.

By previous implementations, all the call sites that were
using browser: true were indirectly using tab & root: true
as well. So all the call sites using browser: true have been
migrated to registerAllActors and the specific behavior of
the browser: true case has been removed. Passing browser:true
to registerActors now only registers browser specific actors.

MozReview-Commit-ID: F3sx71eGrdG

--HG--
extra : rebase_source : 7704264e84d96e03a0c789103ff466980913d4d2
2017-11-13 21:22:15 +01:00
..
example Bug 1367704 - Enable the semi ESLint rule across the tree. r=standard8 2017-05-28 19:57:46 +01:00
moz-http2
node-http2
dbg-actors.js
head.js Bug 1416711 - Add registerAllActors API;r=ochameau 2017-11-13 21:22:15 +01:00
mach_commands.py Bug 1410714 - Follow-up to fix some minor python lint problems 2017-10-24 15:41:39 -06:00
mach_test_package_commands.py Bug 1397855 - Enable py2 and py3 linter on testing/xpcshell. r=ahal 2017-09-07 21:15:35 -04:00
moz.build Bug 1403222 - Add test suite families to SCHEDULES.exclusive r=dustin 2017-09-26 10:47:22 -04:00
python.ini
README
remotexpcshelltests.py Bug 1409259 - Add xpcshell tests for the Symantec distrust r=keeler 2017-11-01 11:12:11 -07:00
runxpcshelltests.py Bug 1390884 - Enable limited test chaos mode in test-verify; r=jmaher 2017-09-26 13:20:28 -06:00
selftest.py Bug 1414962 - Increase timeout for xpcshell selftest in code coverage builds. r=jmaher 2017-11-09 11:33:31 +01:00
xpcshellcommandline.py Bug 1410714 - Help mach tests find adb when running Android tests; r=jmaher 2017-10-24 15:17:25 -06:00

Simple xpcshell-based test harness

converted from netwerk/test/unit

Some documentation at http://developer.mozilla.org/en/docs/Writing_xpcshell-based_unit_tests
See also http://wiki.mozilla.org/SoftwareTesting:Tools:Simple_xpcshell_test_harness