summaryrefslogtreecommitdiff
path: root/tools/test.py
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis2013-02-281-2/+2
|\
| * test: fix tap output on windowsTimothy J Fontaine2013-02-281-2/+2
| * test: add TAP output to the test runnerTimothy J Fontaine2013-02-201-1/+27
* | test: run tests in alphabetical orderBen Noordhuis2013-01-101-0/+1
* | test: put tty in blocking mode after testBen Noordhuis2013-01-071-1/+11
* | test: add TAP output to the test runnerTimothy J Fontaine2012-12-191-1/+27
|/
* Revert "tests: kill process group on failure"isaacs2012-05-281-7/+1
* Tests for memory leaksisaacs2012-05-041-1/+1
* tests: kill process group on failureFedor Indutny2012-02-201-1/+7
* Remove separation of libuv testsRyan Dahl2011-11-021-25/+5
* tools/test.py to support marking files a libuv-brokenRyan Dahl2011-08-231-5/+25
* Support MSVS build directories in tools/test.pyRyan Dahl2011-08-231-2/+13
* WAF builds in out/ instead of build/Ryan Dahl2011-08-231-2/+2
* Have WAF variants match GYP configuration namesRyan Dahl2011-08-231-2/+2
* Tests should point at the build directory until GYP is defaultRyan Dahl2011-08-081-2/+2
* gyp: fix test runnerRyan Dahl2011-08-061-2/+2
* http: make http2 the default, legacy backend is available with --use-http1Ben Noordhuis2011-08-021-3/+3
* test: add targets `test-http2` and `test-all-http2`Ben Noordhuis2011-08-021-2/+12
* Fix test runner bug on windowsBert Belder2011-02-171-1/+0
* `make test` somewhat worksBert Belder2010-12-201-1/+1
* Better way of getting rid of symlinksBert Belder2010-12-201-1/+2
* Back to WAFRyan Dahl2010-11-011-2/+2
* Replace WAF with make/autoconfRyan Dahl2010-10-241-2/+2
* Fix test harness for LinuxRyan Dahl2010-10-181-36/+103
* Better temporary directory handling for tests.isaacs2010-09-091-1/+10
* Execute message tests by defaultRyan Dahl2010-06-191-1/+1
* Split tests.arlolra2010-02-251-1/+1
* Revert "Adding output of Platform information into the test runner"Ryan Dahl2010-02-031-1/+0
* Adding output of Platform information into the test runnerMicheil Smith2010-01-291-0/+1
* Update test script to use new debug build's name: node_gRyan2009-08-311-1/+1
* Use v8's test runnerRyan2009-06-221-0/+1343