From e1fc52d9e6aba7005d1c1017b4825b307ec3859e Mon Sep 17 00:00:00 2001 From: Matheus Marchini Date: Mon, 28 May 2018 14:48:47 -0300 Subject: test: create new directory v8-updates `v8-updates` holds all tests related to V8 updates, for example, testing for postmortem metadata chages. PR-URL: https://github.com/nodejs/node/pull/20783 Reviewed-By: Michael Dawson Reviewed-By: Colin Ihrig Reviewed-By: Joyee Cheung --- tools/test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/test.py') diff --git a/tools/test.py b/tools/test.py index 27a2722438..5bda606cc8 100755 --- a/tools/test.py +++ b/tools/test.py @@ -1555,7 +1555,8 @@ IGNORED_SUITES = [ 'pummel', 'test-known-issues', 'tick-processor', - 'timers' + 'timers', + 'v8-updates' ] -- cgit v1.2.3