gecko-dev/testing/xpcshell
Daniel Stenberg 76003c2ab0 bug 1440563 - set the RD bit in DOH requests r=valentin
RFC 1035 section 4.1.1 documents this bit as:

RD - Recursion Desired - this bit may be set in a query and is copied
into the response.  If RD is set, it directs the name server to pursue
the query recursively.  Recursive query support is optional.

MozReview-Commit-ID: 8iHDgNtA1L1

--HG--
extra : rebase_source : a29010a2894fd00ebfbfb869f5938cf507345a2f
2018-03-05 08:47:52 +01: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 1436113 - Part 2: Refactor "shield-recipe-client" to "normandy" r=Gijs 2018-03-02 11:18:59 -08:00
mach_commands.py Bug 1209463 - [test] Use a common logger across suites from |mach test| and other test commands, r=gbrown 2017-11-23 13:04:19 -05: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 1430176 - Do not try to force-stop native android processes like xpcshell; r=jmaher 2018-01-12 14:08:31 -07: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 1421992 - Rename do_execute_soon, do_print and do_register_cleanup to executeSoon, info and registerCleanupFunction to match mochitest names, r=Gijs. 2017-12-21 11:08:23 +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