summaryrefslogtreecommitdiff
path: root/tools/test.py
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2018-07-20 11:21:57 -0400
committerJon Moss <me@jonathanmoss.me>2018-07-26 20:48:29 -0400
commitb1b2f7c1fc941e17185b0b6f3b3246f3c12ad78f (patch)
treece0a9841f62a10a755b9d59ad66a8a2bff0b3862 /tools/test.py
parent586a7a4b1326dbc0603593edbc12aaec43dbe682 (diff)
downloadandroid-node-v8-b1b2f7c1fc941e17185b0b6f3b3246f3c12ad78f.tar.gz
android-node-v8-b1b2f7c1fc941e17185b0b6f3b3246f3c12ad78f.tar.bz2
android-node-v8-b1b2f7c1fc941e17185b0b6f3b3246f3c12ad78f.zip
tools: fix docs and run known_issues by default
- Updates `test/README.md` with new suites - Fixes some outdated `IGNORED_SUITES` listings - Allows for `test/known_issues` suite to be run by default PR-URL: https://github.com/nodejs/node/pull/21910 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Lance Ball <lball@redhat.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'tools/test.py')
-rwxr-xr-xtools/test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/test.py b/tools/test.py
index c963196c69..09fe267752 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -1554,9 +1554,7 @@ IGNORED_SUITES = [
'gc',
'internet',
'pummel',
- 'test-known-issues',
'tick-processor',
- 'timers',
'v8-updates'
]