gecko-dev/testing/xpcshell
Ted Mielczarek fb4b821e19 bug 1151407 - Remove _HTTPD_JS_PATH from xpcshell test harness. r=jmaher
Only the httpd.js unit tests actually rely on this. I tried to make them use Cu.import but they also rely on poking a bunch of stuff in httpd.js that's not exported, so instead I just made the test manifest copy httpd.js to the test directory and had them load it from there.

--HG--
extra : rebase_source : 24b04d619891ec95e5df23a2eb7f3277dd3206b2
extra : amend_source : 72139cecdcd695171e2fd0ce8ea7be91c1eebd1a
2015-04-03 08:20:32 -04:00
..
example Bug 1066735 - Remove root b2g and android specific xpcshell manifests, r=chmanchester 2014-10-07 18:18:28 -04:00
moz-http2 Bug 1136361 - update node-http2 on ci. rs=mcmanus 2015-02-26 11:00:38 -08:00
moz-spdy bug 1102923 - test_spdy backend separate push body and err handlers r=test-only 2015-02-05 20:44:25 -05:00
node-http2 Bug 1136361 - update node-http2 on ci. rs=mcmanus 2015-02-26 11:00:38 -08:00
node-spdy bug 1097944 - node-spdy 1.29.1 for spdy/3.1 updates 1/2 r=hurley 2014-11-14 20:04:19 -05:00
Makefile.in Bug 1066735 - Remove root b2g and android specific xpcshell manifests, r=chmanchester 2014-10-07 18:18:28 -04:00
README
b2g_xpcshell_venv.sh
dbg-actors.js Bug 809561 - Integrate xpcshell test harness with chrome remote debugging. r=past/chmanchester 2014-11-29 10:40:58 +11:00
head.js bug 1151407 - Remove _HTTPD_JS_PATH from xpcshell test harness. r=jmaher 2015-04-03 08:20:32 -04:00
mach_commands.py Bug 987360 - Add ability to tag tests with arbitrary strings and run them, r=chmanchester 2015-03-19 16:15:33 -04:00
moz.build Bug 809561 - Integrate xpcshell test harness with chrome remote debugging. r=past/chmanchester 2014-11-29 10:40:58 +11:00
remotexpcshelltests.py Bug 987360 - Add ability to tag tests with arbitrary strings and run them, r=chmanchester 2015-03-19 16:15:33 -04:00
runtestsb2g.py Bug 1033126 - Convert xpcshell tests to use mozlog.structured format for logging.;r=ted 2014-10-22 15:53:42 -04:00
runxpcshelltests.py bug 1151407 - Remove _HTTPD_JS_PATH from xpcshell test harness. r=jmaher 2015-04-03 08:20:32 -04:00
selftest.py Bug 982852 - Added a test case for checking multiple add_task() tests without run_test(); r=gps 2015-04-03 02:24:24 +05:30

README

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