@@ -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
1213test-async-hooks-execution-async-resource-await: FAIL
1314
1415# Triggers stack-overflow that may not be handled well
1516test-async-wrap-pop-id-during-load: SKIP
1617test-promise-reject-callback-exception: SKIP
1718test-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
2125test-buffer-alloc: FAIL
@@ -52,8 +56,11 @@ test-fs-write: FAIL
5256test-http-same-map: FAIL
5357test-v8-flags: FAIL
5458
55- # heapdump/EmbedderGraph is not supported
59+ # heapsnapshot/ heapdump/EmbedderGraph is not supported
5660test-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
5764test-http2-ping-settings-heapdump: SKIP
5865test-v8-getheapsnapshot-twice: SKIP
5966
@@ -133,6 +140,7 @@ test-trace-events-worker-metadata: SKIP
133140# Unclassified
134141test-assert: FAIL
135142test-async-hooks-async-await: FAIL
143+ test-async-local-storage-contexts: FAIL
136144test-common-gc: FAIL
137145test-crypto-fips: FAIL
138146test-crypto-op-during-process-exit: SKIP
0 commit comments