@@ -60,7 +60,6 @@ test-performance-gc : SKIP
6060test-postmortem-metadata: SKIP
6161test-process-env-symbols : SKIP
6262test-promises-unhandled-symbol-rejections : SKIP
63- test-regress-GH-12371 : SKIP
6463test-repl : SKIP
6564test-repl-inspector : SKIP
6665test-repl-mode : SKIP
@@ -87,28 +86,29 @@ test-util-format-shared-arraybuffer : SKIP
8786test-util-inspect-proxy : SKIP
8887test-v8-serdes : SKIP
8988test-v8-serdes-sharedarraybuffer : SKIP
89+ test-vm-attributes-property-not-on-sandbox : SKIP
9090test-vm-cached-data : SKIP
91+ test-vm-codegen : SKIP
9192test-vm-context : SKIP
9293test-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
10394test-vm-function-declaration : SKIP
10495test-vm-getters : SKIP
10596test-vm-global-define-property : SKIP
97+ test-vm-global-identity : SKIP
10698test-vm-global-non-writable-properties : SKIP
10799test-vm-global-property-interceptors : SKIP
108100test-vm-harmony-symbols : SKIP
109101test-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
110105test-vm-proxies : SKIP
106+ test-vm-sigint : SKIP
107+ test-vm-sigint-existing-handler : SKIP
111108test-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
149149test-inspector-esm : SKIP
150+ test-internal-module-wrap : SKIP
150151test-vm-module-basic : SKIP
151152test-vm-module-dynamic-import : SKIP
152153test-vm-module-errors : SKIP
153154test-vm-module-link : SKIP
154155test-vm-module-reevaluate : SKIP
155- test-internal-module-wrap : SKIP
156156
157157# This test requires support for bigints
158158test-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
188187test-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