summaryrefslogtreecommitdiff
path: root/tools/test.py
Commit message (Expand)AuthorAgeFilesLines
* tools: prefer filter to remove empty stringsSakthipriyan Vairamani (thefourtheye)2018-10-181-2/+2
* tools,test: add list of slow testsRefael Ackermann2018-10-161-24/+21
* tools,test: cleanup and dedup codeRefael Ackermann2018-10-161-96/+54
* tools: allow input for TTY testsAnna Henningsen2018-10-041-1/+12
* test: remove test/gc, integrate into parallelAnna Henningsen2018-08-011-1/+0
* tools,test: remove unused config hooksJon Moss2018-07-311-13/+0
* tools: fix docs and run known_issues by defaultJon Moss2018-07-261-2/+0
* build: speed up startup with V8 code cacheJoyee Cheung2018-06-271-0/+1
* test: create new directory v8-updatesMatheus Marchini2018-06-061-1/+2
* test,tools: enable running tests under workersAnna Henningsen2018-06-061-0/+7
* test: fix tests that fail under coverageBenjamin Coe2018-05-221-0/+9
* tools: fix TypeError from `test.py --time`Richard Lau2018-05-021-1/+1
* tools: add log output to crashesRuben Bridgewater2018-04-271-3/+1
* tools: show stdout/stderr for timed out testsRich Trott2018-04-261-1/+1
* test: fix test when NODE_OPTIONS env var is set to --trace-warningsAshok2018-04-231-0/+1
* tools: treat SIGABRT as crashAnna Henningsen2018-04-131-2/+1
* tools: include exit code in TAP logRefael Ackermann2018-04-111-5/+8
* tools: include exit code in test failuresRich Trott2018-04-111-1/+1
* tools,test: throw if common.PORT used in parallel testsRich Trott2017-12-111-1/+2
* tools,test: use Execute instead of check_outputRefael Ackermann2017-11-291-10/+7
* test: Enable specifying flaky tests on fipsNikhil Komawar2017-11-281-0/+19
* tools: allow running test.py without configuringGibson Fahnestock2017-11-201-19/+9
* tools: fail tests if malformed status fileRich Trott2017-11-171-3/+1
* test: fix flaky test-make-docRich Trott2017-10-191-0/+1
* tools: rename unused variale in more pythonic wayNikhil Komawar2017-10-191-1/+1
* test: make it easier to run tests for subsystemsBenjamin Coe2017-10-011-25/+29
* test: fix single test runner regressionTimothy Gu2017-09-121-1/+1
* module: Allow runMain to be ESMBradley Farias2017-09-071-9/+9
* test: run abort testsRich Trott2017-08-261-3/+15
* tools: increase test timeoutsRich Trott2017-07-121-1/+1
* tools: fix node args passing in test runnerBrian White2017-06-051-0/+4
* test: adding tests for initHooks APIThorsten Lorenz2017-05-101-0/+1
* tools: remove unused code from test.pyRich Trott2017-05-041-44/+5
* build: add target for checking for perm deoptsBrian White2017-04-301-1/+45
* test: more robust check for location of `node.exe`Refael Ackermann2017-04-041-8/+6
* test: performance, remove Popen(shell=True) on WinRefael Ackermann2017-04-041-1/+0
* n-api: add support for abi stable module APIJason Ginchereau2017-04-031-0/+1
* test: make tests pass when configured without-sslDaniel Bevenius2017-03-041-2/+19
* tools: remove NODE_PATH from environment for testsRich Trott2017-03-021-1/+6
* test: fix test.py command line options processingJulien Gilli2017-02-041-1/+1
* test: add --abort-on-timeout option to test.pyJulien Gilli2017-02-031-6/+22
* test: fix temp-dir option in tools/test.pyGibson Fahnestock2017-01-121-1/+1
* Revert "test: test.py add option to use node in path"Sakthipriyan Vairamani (thefourtheye)2017-01-041-11/+0
* test: test.py add option to use node in pathGeorge Adams2017-01-041-0/+11
* test: set stdin too for pseudo-tty testsAnna Henningsen2016-12-091-1/+3
* tools: allow test.py to use full paths of testsFrancis Gulotta2016-11-261-2/+9
* test: output tap13 instead of almost-tapJohan Bergström2016-11-101-10/+29
* tools: make --repeat work with -j in test.pyRich Trott2016-10-261-1/+4
* inspector: introduce a smoke testEugene Ostroukhov2016-09-191-0/+1
* tools,test: show signal code when test crashesSantiago Gimeno2016-07-311-2/+12