summaryrefslogtreecommitdiff
path: root/tools/test.py
AgeCommit message (Expand)Author
2019-08-10test: use unique tmpdirs for each testJoão Reis
2019-07-15test: fix pty test hangs on aixBen Noordhuis
2019-04-13tools: python: ignore instead of select flake8 rulesRefael Ackermann
2019-04-13tools: python: activate more flake8 rulesRefael Ackermann
2019-04-02tools: fix `test.py --time`Richard Lau
2019-03-08tools: fix test.py --shellYang Guo
2019-02-17test: add --test-root option to test.pyYang Guo
2019-02-04test: do not fail SLOW tests if they are not slowYang Guo
2019-02-02tools: make test.py Python 3 compatibleSakthipriyan Vairamani (thefourtheye)
2019-02-02process: expose process.features.inspectorJoyee Cheung
2019-01-29test: enable marking of failing coverage testsMichael Dawson
2019-01-29tools: make test.py Queue part Python 3 compatiblegengjiawen
2019-01-09worker: remove `--experimental-worker` flagAnna Henningsen
2019-01-02test: set umask explicitlyThomas Chung
2018-12-24tools: alphabetize IGNORED_SUITES in tools/test.pyRich Trott
2018-12-10tools: prepare tools/testp.py for Python 3cclauss
2018-12-07tools: prepare tools/test.py for Python 3cclauss
2018-12-04test: partition N-API testsGabriel Schulhof
2018-12-03build: add line break as soon tests are doneRuben Bridgewater
2018-12-03build: fix line length off by one errorRuben Bridgewater
2018-11-25tools: use print() function on both Python 2 and 3cclauss
2018-11-18test: skip test that use --tls-v1.x flagsDaniel Bevenius
2018-11-10test: move benchmark tests out of main test suiteRich Trott
2018-10-30test: run code cache test by default and test generatorJoyee Cheung
2018-10-18tools: prefer filter to remove empty stringsSakthipriyan Vairamani (thefourtheye)
2018-10-16tools,test: add list of slow testsRefael Ackermann
2018-10-16tools,test: cleanup and dedup codeRefael Ackermann
2018-10-04tools: allow input for TTY testsAnna Henningsen
2018-08-01test: remove test/gc, integrate into parallelAnna Henningsen
2018-07-31tools,test: remove unused config hooksJon Moss
2018-07-26tools: fix docs and run known_issues by defaultJon Moss
2018-06-27build: speed up startup with V8 code cacheJoyee Cheung
2018-06-06test: create new directory v8-updatesMatheus Marchini
2018-06-06test,tools: enable running tests under workersAnna Henningsen
2018-05-22test: fix tests that fail under coverageBenjamin Coe
2018-05-02tools: fix TypeError from `test.py --time`Richard Lau
2018-04-27tools: add log output to crashesRuben Bridgewater
2018-04-26tools: show stdout/stderr for timed out testsRich Trott
2018-04-23test: fix test when NODE_OPTIONS env var is set to --trace-warningsAshok
2018-04-13tools: treat SIGABRT as crashAnna Henningsen
2018-04-11tools: include exit code in TAP logRefael Ackermann
2018-04-11tools: include exit code in test failuresRich Trott
2017-12-11tools,test: throw if common.PORT used in parallel testsRich Trott
2017-11-29tools,test: use Execute instead of check_outputRefael Ackermann
2017-11-28test: Enable specifying flaky tests on fipsNikhil Komawar
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