File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
graal-nodejs/test/async-hooks Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,15 @@ prefix async-hooks
66
77[true] # This section applies to all platforms
88
9- # graal-nodejs has process.<anonymous> instead of process._fatalException
10- # in the stack-trace checked by ActivityCollector._getActivity()
11- test-timers.setInterval: FAIL
12-
139# PromiseHook events in graal-nodejs (for await) do not match the events generated by V8
1410test-async-local-storage-async-await: FAIL
1511test-async-local-storage-async-functions: FAIL
1612
17- # asyncLocalStorage is not GCed (it is kept alive by some closure)
18- test-async-local-storage-gcable: FAIL
13+ # Randomly failing GC-based test
14+ test-async-local-storage-gcable: SKIP
1915
2016# Unclassified
17+ test-async-local-storage-errors: FAIL
2118test-async-local-storage-thenable: FAIL
2219test-destroy-not-blocked: FAIL
2320
You can’t perform that action at this time.
0 commit comments