summaryrefslogtreecommitdiff
path: root/tools/test.py
AgeCommit message (Expand)Author
2017-11-20tools: allow running test.py without configuringGibson Fahnestock
2017-11-17tools: fail tests if malformed status fileRich Trott
2017-10-19test: fix flaky test-make-docRich Trott
2017-10-19tools: rename unused variale in more pythonic wayNikhil Komawar
2017-10-01test: make it easier to run tests for subsystemsBenjamin Coe
2017-09-12test: fix single test runner regressionTimothy Gu
2017-09-07module: Allow runMain to be ESMBradley Farias
2017-08-26test: run abort testsRich Trott
2017-07-12tools: increase test timeoutsRich Trott
2017-06-05tools: fix node args passing in test runnerBrian White
2017-05-10test: adding tests for initHooks APIThorsten Lorenz
2017-05-04tools: remove unused code from test.pyRich Trott
2017-04-30build: add target for checking for perm deoptsBrian White
2017-04-04test: more robust check for location of `node.exe`Refael Ackermann
2017-04-04test: performance, remove Popen(shell=True) on WinRefael Ackermann
2017-04-03n-api: add support for abi stable module APIJason Ginchereau
2017-03-04test: make tests pass when configured without-sslDaniel Bevenius
2017-03-02tools: remove NODE_PATH from environment for testsRich Trott
2017-02-04test: fix test.py command line options processingJulien Gilli
2017-02-03test: add --abort-on-timeout option to test.pyJulien Gilli
2017-01-12test: fix temp-dir option in tools/test.pyGibson Fahnestock
2017-01-04Revert "test: test.py add option to use node in path"Sakthipriyan Vairamani (thefourtheye)
2017-01-04test: test.py add option to use node in pathGeorge Adams
2016-12-09test: set stdin too for pseudo-tty testsAnna Henningsen
2016-11-26tools: allow test.py to use full paths of testsFrancis Gulotta
2016-11-10test: output tap13 instead of almost-tapJohan Bergström
2016-10-26tools: make --repeat work with -j in test.pyRich Trott
2016-09-19inspector: introduce a smoke testEugene Ostroukhov
2016-07-31tools,test: show signal code when test crashesSantiago Gimeno
2016-07-12tools: cleanup no-build and build-only optionsSakthipriyan Vairamani
2016-07-08tools: remove unnecessary imports and assignmentsSakthipriyan Vairamani
2016-06-13test: add note about duration_ms in TAP reporterRod Vagg
2016-06-13Revert "test: change duration_ms to duration"Rod Vagg
2016-06-06test: change duration_ms to durationGibson Fahnestock
2016-06-01test: test TTY problems by fakeing a TTY using openptyJeremiah Senkpiel
2016-05-22test: fix component printing on windowsBen Noordhuis
2016-05-19tools: print stderr on bad test.py `vmArch` checkJeremiah Senkpiel
2016-05-13test: include component in tap outputBen Noordhuis
2016-05-13test: add --repeat option to tools/test.pyMichael Dawson
2016-04-29tools: add tests for the doctoolIan Kronquist
2016-04-04test: make arch available in status filesSantiago Gimeno
2016-03-29build: enable compilation for linuxOneMichael Dawson
2016-03-04tools: support testing known issuescjihrig
2016-02-26test: fix test runner arg regressionStefan Budeanu
2016-02-25test: allow passing args to executableStefan Budeanu
2015-12-31test: inherit JOBS from environmentJohan Bergström
2015-12-30test: make temp path customizableJohan Bergström
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