Skip to content

Commit 2f0c52e

Browse files
committed
Updating the status of parallel test-suite.
1 parent 5bec870 commit 2f0c52e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

graal-nodejs/test/parallel/parallel.status

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,17 @@ prefix parallel
99
### Graal.js-specific ###
1010

1111
# PromiseHook events in graal-nodejs (for await) do not match the events generated by V8
12+
test-async-hooks-correctly-switch-promise-hook: FAIL
1213
test-async-hooks-execution-async-resource-await: FAIL
1314

1415
# Triggers stack-overflow that may not be handled well
1516
test-async-wrap-pop-id-during-load: SKIP
1617
test-promise-reject-callback-exception: SKIP
1718
test-ttywrap-stack: SKIP
1819

20+
# BackingStore::Data/ByteLength() called from a thread not attached to JVM
21+
test-blob: SKIP
22+
1923
# Different error message
2024
# Invalid array buffer length versus Invalid typed array length
2125
test-buffer-alloc: FAIL
@@ -52,8 +56,11 @@ test-fs-write: FAIL
5256
test-http-same-map: FAIL
5357
test-v8-flags: FAIL
5458

55-
# heapdump/EmbedderGraph is not supported
59+
# heapsnapshot/heapdump/EmbedderGraph is not supported
5660
test-heapdump-async-hooks-init-promise: SKIP
61+
test-heapsnapshot-near-heap-limit: SKIP
62+
test-heapsnapshot-near-heap-limit-bounded: SKIP
63+
test-heapsnapshot-near-heap-limit-worker: SKIP
5764
test-http2-ping-settings-heapdump: SKIP
5865
test-v8-getheapsnapshot-twice: SKIP
5966

@@ -133,6 +140,7 @@ test-trace-events-worker-metadata: SKIP
133140
# Unclassified
134141
test-assert: FAIL
135142
test-async-hooks-async-await: FAIL
143+
test-async-local-storage-contexts: FAIL
136144
test-common-gc: FAIL
137145
test-crypto-fips: FAIL
138146
test-crypto-op-during-process-exit: SKIP

0 commit comments

Comments
 (0)