summaryrefslogtreecommitdiff
path: root/tools/test.py
AgeCommit message (Expand)Author
2015-11-24test: add TAP diagnostic message for retried testsRich Trott
2015-11-23test: retry on smartos if ECONNREFUSEDRich Trott
2015-10-07test: report timeout in TapReporterKarl Skomski
2015-09-15tools: open `test.tap` file in write-binary modeSakthipriyan Vairamani
2015-09-12tools: remove hyphen in TAP resultSakthipriyan Vairamani
2015-08-27test: runner should return 0 on flaky testsAlexis Campailla
2015-08-27test: runner support for flaky testsAlexis Campailla
2015-08-23node: rename from io.js to nodecjihrig
2015-08-13test: option to run a subset of testsJoão Reis
2015-08-04build: first set of updates to enable PPC supportMichael Dawson
2015-07-30tools: expose skip output to test runnerJohan Bergström
2015-05-30tools: pass constant to logger instead of stringJohan Bergström
2015-04-09test: increase timeouts on ARMRoman Reiss
2015-04-07test: double test timeout on arm machinesBen Noordhuis
2015-02-24test: support writing test output to fileJohan Bergström
2015-02-16test: remove flaky test functionalityRod Vagg
2015-01-13test: create test-ci, modify test-all, fix cpplintBen Noordhuis
2015-01-11win,test: try again if file unlink failsBert Belder
2015-01-09tools: enable ctrl-c for parallel testsChris Dickinson
2015-01-08build: rename binary from node to iojsBen Noordhuis
2015-01-08test: remove --use-http1 test runner flagBen Noordhuis
2014-12-17test: run tests in parallel, common improvementsFedor Indutny
2014-12-17test: split test in parallel/sequentialFedor Indutny
2014-12-09test: runner support for flaky testsAlexis Campailla
2014-10-16test: make test runner multi-arch/mode compatibleBen Noordhuis
2014-01-20test: move debugger repl into own sectionTimothy J Fontaine
2013-05-07test: don't use total_seconds() because of py2.6Timothy J Fontaine
2013-05-07test: report test duration in TAP progressTimothy J Fontaine
2013-04-29tools: fix test.py after v8 upgradeBen Noordhuis
2013-03-26test: test name is the last elem, not secondTimothy J Fontaine
2013-02-28Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2013-02-28test: fix tap output on windowsTimothy J Fontaine
2013-02-20test: add TAP output to the test runnerTimothy J Fontaine
2013-01-10test: run tests in alphabetical orderBen Noordhuis
2013-01-07test: put tty in blocking mode after testBen Noordhuis
2012-12-19test: add TAP output to the test runnerTimothy J Fontaine
2012-05-28Revert "tests: kill process group on failure"isaacs
2012-05-04Tests for memory leaksisaacs
2012-02-20tests: kill process group on failureFedor Indutny
2011-11-02Remove separation of libuv testsRyan Dahl
2011-08-23tools/test.py to support marking files a libuv-brokenRyan Dahl
2011-08-23Support MSVS build directories in tools/test.pyRyan Dahl
2011-08-23WAF builds in out/ instead of build/Ryan Dahl
2011-08-23Have WAF variants match GYP configuration namesRyan Dahl
2011-08-08Tests should point at the build directory until GYP is defaultRyan Dahl
2011-08-06gyp: fix test runnerRyan Dahl
2011-08-02http: make http2 the default, legacy backend is available with --use-http1Ben Noordhuis
2011-08-02test: add targets `test-http2` and `test-all-http2`Ben Noordhuis
2011-02-17Fix test runner bug on windowsBert Belder
2010-12-20`make test` somewhat worksBert Belder