summaryrefslogtreecommitdiff
path: root/tools/test.py
diff options
context:
space:
mode:
authorMatheus Marchini <matheus@sthima.com>2018-05-28 14:48:47 -0300
committerMatheus Marchini <matheus@sthima.com>2018-06-06 11:10:12 -0700
commite1fc52d9e6aba7005d1c1017b4825b307ec3859e (patch)
tree2d9c1831a7779cfc9f33dcfaaa3e8709ab001726 /tools/test.py
parentb7c7c0c4961fd4e382b7cadcfb7c8360b8904a4a (diff)
downloadandroid-node-v8-e1fc52d9e6aba7005d1c1017b4825b307ec3859e.tar.gz
android-node-v8-e1fc52d9e6aba7005d1c1017b4825b307ec3859e.tar.bz2
android-node-v8-e1fc52d9e6aba7005d1c1017b4825b307ec3859e.zip
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/test.py')
-rwxr-xr-xtools/test.py3
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'
]