gecko-dev/testing/xpcshell
Andrew Halberstadt 9e33bd488e Bug 1448533 - Honour the 'test.format' machrc config setting in |mach xpcshell-test|, r=gbrown
Since |mach xpcshell-test| was already defaulting to the 'mach' format, this will be a no-op
for most people. For anyone who had:

[test]
format=tbpl

in their machrc file, this will start working for xpcshell tests.

MozReview-Commit-ID: LwIlh0lefN6

--HG--
extra : rebase_source : 5231e18c57e1aa3aacbc6d332127b7c9e2f9111f
2018-03-26 11:51:21 -04:00
..
example Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
moz-http2 bug 1440563 - set the RD bit in DOH requests r=valentin 2018-03-05 08:47:52 +01:00
node-http2 Bug 1429973 part 0 - Update node-http2 to v3.3.8 for required bugfix. r=bagder 2018-02-15 10:12:38 -08:00
dbg-actors.js Bug 1433175 - enable the use-cc-etc eslint rule, r=Standard8. 2018-02-28 18:51:35 +01:00
head.js Bug 888600 - Move ContentFrameMessageManager to WebIDL. Part 6: Mark some IDL interfaces as non-scriptable. r=bz. 2018-03-01 20:19:56 +01:00
mach_commands.py Bug 1448533 - Honour the 'test.format' machrc config setting in |mach xpcshell-test|, r=gbrown 2018-03-26 11:51:21 -04: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 1440714 - Convert Android browser test harnesses to adb.py; r=bc 2018-03-23 18:06:27 -06:00
runxpcshelltests.py Bug 1438583 - Shutdown test node server during --verify at the right time, r=gbrown 2018-02-15 09:40:00 +02:00
selftest.py Bug 1446833: Part 2 - Stop using Task.jsm in xpcshell/head.js. r=florian 2018-03-18 15:27:04 -07:00
xpcshellcommandline.py Bug 1440714 - Convert Android xpcshell test harness to adb.py; r=bc 2018-03-17 09:28:23 -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