summaryrefslogtreecommitdiff
path: root/tools/test.py
AgeCommit message (Expand)AuthorFilesLines
2016-04-11test: make arch available in status filesSantiago Gimeno1-1/+6
2016-03-21tools: support testing known issuescjihrig1-2/+7
2016-01-19test: make temp path customizableJohan Bergström1-0/+12
2016-01-19test: inherit JOBS from environmentJohan Bergström1-1/+4
2016-01-19test: add TAP diagnostic message for retried testsRich Trott1-5/+11
2015-12-23test: retry on smartos if ECONNREFUSEDRich Trott1-0/+7
2015-10-07test: report timeout in TapReporterKarl Skomski1-0/+4
2015-09-15tools: open `test.tap` file in write-binary modeSakthipriyan Vairamani1-1/+1
2015-09-14tools: remove hyphen in TAP resultSakthipriyan Vairamani1-3/+3
2015-08-27test: runner should return 0 on flaky testsAlexis Campailla1-3/+10
2015-08-27test: runner support for flaky testsAlexis Campailla1-14/+30
2015-08-23node: rename from io.js to nodecjihrig1-5/+5
2015-08-13test: option to run a subset of testsJoão Reis1-0/+30
2015-08-04build: first set of updates to enable PPC supportMichael Dawson1-1/+2
2015-07-30tools: expose skip output to test runnerJohan Bergström1-3/+9
2015-05-30tools: pass constant to logger instead of stringJohan Bergström1-1/+1
2015-04-09test: increase timeouts on ARMRoman Reiss1-2/+3
2015-04-07test: double test timeout on arm machinesBen Noordhuis1-3/+3
2015-02-24test: support writing test output to fileJohan Bergström1-8/+20
2015-02-16test: remove flaky test functionalityRod Vagg1-35/+13
2015-01-13test: create test-ci, modify test-all, fix cpplintBen Noordhuis1-0/+1
2015-01-11win,test: try again if file unlink failsBert Belder1-5/+13
2015-01-09tools: enable ctrl-c for parallel testsChris Dickinson1-5/+6
2015-01-08build: rename binary from node to iojsBen Noordhuis1-5/+5
2015-01-08test: remove --use-http1 test runner flagBen Noordhuis1-7/+0
2014-12-17test: run tests in parallel, common improvementsFedor Indutny1-11/+39
2014-12-17test: split test in parallel/sequentialFedor Indutny1-1/+2
2014-12-09test: runner support for flaky testsAlexis Campailla1-14/+32
2014-10-16test: make test runner multi-arch/mode compatibleBen Noordhuis1-55/+34
2014-01-20test: move debugger repl into own sectionTimothy J Fontaine1-1/+8
2013-05-07test: don't use total_seconds() because of py2.6Timothy J Fontaine1-6/+11
2013-05-07test: report test duration in TAP progressTimothy J Fontaine1-2/+9
2013-04-29tools: fix test.py after v8 upgradeBen Noordhuis1-2/+0
2013-03-26test: test name is the last elem, not secondTimothy J Fontaine1-1/+1
2013-02-28Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis1-2/+2
2013-02-28test: fix tap output on windowsTimothy J Fontaine1-2/+2
2013-02-20test: add TAP output to the test runnerTimothy J Fontaine1-1/+27
2013-01-10test: run tests in alphabetical orderBen Noordhuis1-0/+1
2013-01-07test: put tty in blocking mode after testBen Noordhuis1-1/+11
2012-12-19test: add TAP output to the test runnerTimothy J Fontaine1-1/+27
2012-05-28Revert "tests: kill process group on failure"isaacs1-7/+1
2012-05-04Tests for memory leaksisaacs1-1/+1
2012-02-20tests: kill process group on failureFedor Indutny1-1/+7
2011-11-02Remove separation of libuv testsRyan Dahl1-25/+5
2011-08-23tools/test.py to support marking files a libuv-brokenRyan Dahl1-5/+25
2011-08-23Support MSVS build directories in tools/test.pyRyan Dahl1-2/+13
2011-08-23WAF builds in out/ instead of build/Ryan Dahl1-2/+2
2011-08-23Have WAF variants match GYP configuration namesRyan Dahl1-2/+2
2011-08-08Tests should point at the build directory until GYP is defaultRyan Dahl1-2/+2
2011-08-06gyp: fix test runnerRyan Dahl1-2/+2