summaryrefslogtreecommitdiff
path: root/tools/test.py
Commit message (Expand)AuthorAgeFilesLines
* test: use unique tmpdirs for each testJoão Reis2019-08-101-0/+5
* test: fix pty test hangs on aixBen Noordhuis2019-07-151-65/+13
* tools: python: ignore instead of select flake8 rulesRefael Ackermann2019-04-131-32/+18
* tools: python: activate more flake8 rulesRefael Ackermann2019-04-131-2/+2
* tools: fix `test.py --time`Richard Lau2019-04-021-1/+1
* tools: fix test.py --shellYang Guo2019-03-081-8/+7
* test: add --test-root option to test.pyYang Guo2019-02-171-1/+5
* test: do not fail SLOW tests if they are not slowYang Guo2019-02-041-0/+3
* tools: make test.py Python 3 compatibleSakthipriyan Vairamani (thefourtheye)2019-02-021-15/+22
* process: expose process.features.inspectorJoyee Cheung2019-02-021-2/+2
* test: enable marking of failing coverage testsMichael Dawson2019-01-291-1/+1
* tools: make test.py Queue part Python 3 compatiblegengjiawen2019-01-291-1/+4
* worker: remove `--experimental-worker` flagAnna Henningsen2019-01-091-1/+0
* test: set umask explicitlyThomas Chung2019-01-021-0/+1
* tools: alphabetize IGNORED_SUITES in tools/test.pyRich Trott2018-12-241-2/+2
* tools: prepare tools/testp.py for Python 3cclauss2018-12-101-4/+9
* tools: prepare tools/test.py for Python 3cclauss2018-12-071-11/+21
* test: partition N-API testsGabriel Schulhof2018-12-041-1/+2
* build: add line break as soon tests are doneRuben Bridgewater2018-12-031-1/+1
* build: fix line length off by one errorRuben Bridgewater2018-12-031-3/+3
* tools: use print() function on both Python 2 and 3cclauss2018-11-251-52/+53
* test: skip test that use --tls-v1.x flagsDaniel Bevenius2018-11-181-3/+9
* test: move benchmark tests out of main test suiteRich Trott2018-11-101-0/+1
* test: run code cache test by default and test generatorJoyee Cheung2018-10-301-1/+0
* 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