From b1b2f7c1fc941e17185b0b6f3b3246f3c12ad78f Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Fri, 20 Jul 2018 11:21:57 -0400 Subject: 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 Reviewed-By: James M Snell Reviewed-By: Lance Ball Reviewed-By: Richard Lau Reviewed-By: Rich Trott --- tools/test.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/test.py') 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' ] -- cgit v1.2.3