summaryrefslogtreecommitdiff
path: root/tools/test.py
Commit message (Expand)AuthorAgeFilesLines
* test: support writing test output to fileJohan Bergström2015-02-241-8/+20
* test: remove flaky test functionalityRod Vagg2015-02-161-35/+13
* test: create test-ci, modify test-all, fix cpplintBen Noordhuis2015-01-131-0/+1
* win,test: try again if file unlink failsBert Belder2015-01-111-5/+13
* tools: enable ctrl-c for parallel testsChris Dickinson2015-01-091-5/+6
* build: rename binary from node to iojsBen Noordhuis2015-01-081-5/+5
* test: remove --use-http1 test runner flagBen Noordhuis2015-01-081-7/+0
* test: run tests in parallel, common improvementsFedor Indutny2014-12-171-11/+39
* test: split test in parallel/sequentialFedor Indutny2014-12-171-1/+2
* test: runner support for flaky testsAlexis Campailla2014-12-091-14/+32
* test: make test runner multi-arch/mode compatibleBen Noordhuis2014-10-161-55/+34
* test: move debugger repl into own sectionTimothy J Fontaine2014-01-201-1/+8
* test: don't use total_seconds() because of py2.6Timothy J Fontaine2013-05-071-6/+11
* test: report test duration in TAP progressTimothy J Fontaine2013-05-071-2/+9
* tools: fix test.py after v8 upgradeBen Noordhuis2013-04-291-2/+0
* test: test name is the last elem, not secondTimothy J Fontaine2013-03-261-1/+1
* 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