diff options
author | Matheus Marchini <matheus@sthima.com> | 2018-05-28 14:48:47 -0300 |
---|---|---|
committer | Matheus Marchini <matheus@sthima.com> | 2018-06-06 11:10:12 -0700 |
commit | e1fc52d9e6aba7005d1c1017b4825b307ec3859e (patch) | |
tree | 2d9c1831a7779cfc9f33dcfaaa3e8709ab001726 /tools | |
parent | b7c7c0c4961fd4e382b7cadcfb7c8360b8904a4a (diff) | |
download | node-new-e1fc52d9e6aba7005d1c1017b4825b307ec3859e.tar.gz |
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 <michael_dawson@ca.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/test.py | 3 |
1 files changed, 2 insertions, 1 deletions
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' ] |