mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
c9c6353ee5
This commit produces the xpcshell test archive without staging 5000+ xpcshell test files first. We teach the archiver to ignore .mkdir.done files. The xpcshell Makefile.in still stages some files. This is less than ideal. However, it is a small handful of files and shouldn't add too much overhead. This appears to not impact overall CPU usage significantly on my machine, despute using Python instead of `zip`. It does reduce I/O by ~25MB by avoiding the staging copy. |
||
---|---|---|
.. | ||
example | ||
moz-http2 | ||
moz-spdy | ||
node-http2 | ||
node-spdy | ||
b2g_xpcshell_venv.sh | ||
dbg-actors.js | ||
head.js | ||
mach_commands.py | ||
Makefile.in | ||
moz.build | ||
README | ||
remotexpcshelltests.py | ||
runtestsb2g.py | ||
runxpcshelltests.py | ||
selftest.py | ||
xpcshellcommandline.py |
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