@@ -71,9 +71,6 @@ test-worker-heap-snapshot: SKIP
7171# https://example.com does not work in CI
7272test-https-agent-unref-socket: SKIP
7373
74- # obsolete test (narrow space in date/time format)
75- test-intl: FAIL
76-
7774# missing support for ModifyCodeGenerationFromStringsCallback
7875test-source-map-api: FAIL
7976
@@ -110,9 +107,11 @@ test-vm-basic: FAIL
110107# Missing support for lineOffset and columnOffset in ScriptOrigin
111108test-vm-context: FAIL
112109
113- # WebAssembly is not supported
110+ # WebAssembly is not enabled by default
114111test-fetch: FAIL
115112test-fetch-disabled: FAIL
113+ test-http-response-setheaders: FAIL
114+ test-single-executable-application: SKIP
116115test-vm-codegen: FAIL
117116test-wasm-simple: FAIL
118117test-wasm-web-api: FAIL
@@ -173,9 +172,9 @@ test-trace-events-threadpool: SKIP
173172test-trace-events-v8: SKIP
174173test-trace-events-vm: SKIP
175174test-trace-events-worker-metadata: SKIP
175+ test-trace-events-worker-metadata-with-name: SKIP
176176
177177# Unclassified
178- test-assert: FAIL
179178test-async-hooks-async-await: FAIL
180179test-async-hooks-http-parser-destroy: SKIP
181180test-async-local-storage-contexts: FAIL
@@ -202,6 +201,7 @@ test-net-connect-memleak: FAIL
202201test-promise-hook-exceptions: FAIL
203202test-promise-hook-on-resolve: FAIL
204203test-repl: FAIL
204+ test-strace-openat-openssl: FAIL
205205test-tls-connect-memleak: FAIL
206206test-ttywrap-stack: FAIL
207207test-vm-low-stack-space: SKIP
0 commit comments