summaryrefslogtreecommitdiff
path: root/test/v8-updates/testcfg.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 /test/v8-updates/testcfg.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 'test/v8-updates/testcfg.py')
-rw-r--r--test/v8-updates/testcfg.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/v8-updates/testcfg.py b/test/v8-updates/testcfg.py
new file mode 100644
index 0000000000..cec2589f9b
--- /dev/null
+++ b/test/v8-updates/testcfg.py
@@ -0,0 +1,6 @@
+import sys, os
+sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
+import testpy
+
+def GetConfiguration(context, root):
+ return testpy.ParallelTestConfiguration(context, root, 'v8-updates')