Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit feaf114

Browse files
committed
test: skip new failing tests
* Skipped `test-vm-codegen` since ChakraCore doesn't have controls for enabling and disabling codegen * Clean up the status file (sort and remove missing)
1 parent 398a1ea commit feaf114

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

test/parallel/parallel.status

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ test-performance-gc : SKIP
6060
test-postmortem-metadata: SKIP
6161
test-process-env-symbols : SKIP
6262
test-promises-unhandled-symbol-rejections : SKIP
63-
test-regress-GH-12371 : SKIP
6463
test-repl : SKIP
6564
test-repl-inspector : SKIP
6665
test-repl-mode : SKIP
@@ -87,28 +86,29 @@ test-util-format-shared-arraybuffer : SKIP
8786
test-util-inspect-proxy : SKIP
8887
test-v8-serdes : SKIP
8988
test-v8-serdes-sharedarraybuffer : SKIP
89+
test-vm-attributes-property-not-on-sandbox : SKIP
9090
test-vm-cached-data : SKIP
91+
test-vm-codegen : SKIP
9192
test-vm-context : SKIP
9293
test-vm-create-and-run-in-context : SKIP
93-
test-vm-global-identity : SKIP
94-
test-vm-low-stack-space : SKIP
95-
test-vm-preserves-property : SKIP
96-
test-vm-property-not-on-sandbox : SKIP
97-
test-vm-sigint : SKIP
98-
test-vm-sigint-existing-handler : SKIP
99-
test-vm-strict-mode : SKIP
100-
test-vm-timeout : SKIP
101-
test-zlib-convenience-methods : SKIP
102-
test-vm-attributes-property-not-on-sandbox : SKIP
10394
test-vm-function-declaration : SKIP
10495
test-vm-getters : SKIP
10596
test-vm-global-define-property : SKIP
97+
test-vm-global-identity : SKIP
10698
test-vm-global-non-writable-properties : SKIP
10799
test-vm-global-property-interceptors : SKIP
108100
test-vm-harmony-symbols : SKIP
109101
test-vm-indexed-properties : SKIP
102+
test-vm-low-stack-space : SKIP
103+
test-vm-preserves-property : SKIP
104+
test-vm-property-not-on-sandbox : SKIP
110105
test-vm-proxies : SKIP
106+
test-vm-sigint : SKIP
107+
test-vm-sigint-existing-handler : SKIP
111108
test-vm-strict-assign : SKIP
109+
test-vm-strict-mode : SKIP
110+
test-vm-timeout : SKIP
111+
test-zlib-convenience-methods : SKIP
112112

113113
# These tests are disabled for chakra engine because they depend
114114
# on v8-option --abort-on-uncaught-exception
@@ -147,12 +147,12 @@ test-stream-buffer-list : SKIP
147147

148148
# These tests requires esmodule support, which is pending in node-chakracore https://github.com/nodejs/node-chakracore/issues/391
149149
test-inspector-esm : SKIP
150+
test-internal-module-wrap : SKIP
150151
test-vm-module-basic : SKIP
151152
test-vm-module-dynamic-import : SKIP
152153
test-vm-module-errors : SKIP
153154
test-vm-module-link : SKIP
154155
test-vm-module-reevaluate : SKIP
155-
test-internal-module-wrap : SKIP
156156

157157
# This test requires support for bigints
158158
test-util-inspect-bigint : SKIP
@@ -184,8 +184,8 @@ test-buffer-slow : SKIP
184184

185185
[$jsEngine==chakracore && $system==win32]
186186
# These tests are failing for Node-Chakracore and should eventually be fixed
187-
test-module-loading-globalpaths : SKIP
188187
test-http-client-get-url : SKIP
188+
test-module-loading-globalpaths : SKIP
189189

190190
[$jsEngine==chakracore && $system==linux]
191191
# These tests are failing for Node-Chakracore and should eventually be fixed

0 commit comments

Comments
 (0)