@@ -35,10 +35,10 @@ test-errors-systemerror: FAIL
3535test-fs-write-buffer-large: FAIL
3636# Invalid regular expression flags versus Invalid flags supplied to RegExp constructor ...
3737test-runner-string-to-regexp: FAIL
38- # ports is not iterable versus 0 is not iterable
39- test-worker-message-event: FAIL
4038# Unexpected number versus expected BindingIdentifier or BindingPattern
4139test-node-output-vm: FAIL
40+ # several messages
41+ test-node-output-eval: FAIL
4242
4343# Different stack-traces (for example, different column numbers)
4444test-node-output-errors: FAIL
@@ -88,7 +88,9 @@ test-https-agent-unref-socket: SKIP
8888
8989# --experimental-network-inspection
9090test-inspector-emit-protocol-event: FAIL
91- test-inspector-network-domain: FAIL
91+ test-inspector-network-arbitrary-data: FAIL
92+ test-inspector-network-fetch: FAIL
93+ test-inspector-network-http: FAIL
9294
9395# missing support for ModifyCodeGenerationFromStringsCallback
9496test-source-map-api: FAIL
@@ -150,8 +152,8 @@ test-vm-set-property-proxy: SKIP
150152
151153# WebAssembly is not enabled by default
152154test-abortsignal-cloneable: FAIL
153- test-blocklist-clone: FAIL
154155test-blob: FAIL
156+ test-blocklist-clone: FAIL
155157test-crypto-x509: FAIL
156158test-debugger-invalid-json: FAIL
157159test-diagnostics-channel-module-import: FAIL
@@ -165,6 +167,45 @@ test-messageevent-brandcheck: FAIL
165167test-messaging-marktransfermode: FAIL
166168test-perf-hooks-histogram: FAIL
167169test-process-get-builtin: FAIL
170+ test-repl-colors: FAIL
171+ test-repl-context: FAIL
172+ test-repl-definecommand: FAIL
173+ test-repl-empty: FAIL
174+ test-repl-domain: FAIL
175+ test-repl-end-emits-exit: FAIL
176+ test-repl-editor: FAIL
177+ test-repl-eval: FAIL
178+ test-repl-function-definition-edge-case: FAIL
179+ test-repl-load-multiline-no-trailing-newline: FAIL
180+ test-repl-mode: FAIL
181+ test-repl-load-multiline: FAIL
182+ test-repl-multiline: FAIL
183+ test-repl-no-terminal: FAIL
184+ test-repl-null: FAIL
185+ test-repl-null-thrown: FAIL
186+ test-repl-options: FAIL
187+ test-repl-pretty-stack-custom-writer: FAIL
188+ test-repl-preview-without-inspector: FAIL
189+ test-repl-programmatic-history: FAIL
190+ test-repl-recoverable: FAIL
191+ test-repl-require-cache: FAIL
192+ test-repl-require: FAIL
193+ test-repl-reset-event: FAIL
194+ test-repl-save-load: FAIL
195+ test-repl-tab: FAIL
196+ test-repl-syntax-error-stack: FAIL
197+ test-repl-setprompt: FAIL
198+ test-repl-tab-complete-crash: FAIL
199+ test-repl-tab-complete-no-warn: FAIL
200+ test-repl-throw-null-or-undefined: FAIL
201+ test-repl-tab-complete-on-editor-mode: FAIL
202+ test-repl-uncaught-exception: FAIL
203+ test-repl-uncaught-exception-async: FAIL
204+ test-repl-uncaught-exception-evalcallback: FAIL
205+ test-repl-tab-complete-import: FAIL
206+ test-repl-underscore: FAIL
207+ test-repl-use-global: FAIL
208+ test-repl-tab-complete: FAIL
168209test-runner-cli: FAIL
169210test-socketaddress: FAIL
170211test-structuredClone-global: FAIL
@@ -176,6 +217,8 @@ test-webstream-structured-clone-no-leftovers: FAIL
176217test-whatwg-webstreams-transfer: FAIL
177218test-worker-broadcastchannel-wpt: FAIL
178219test-worker-broadcastchannel: FAIL
220+ test-worker-eval-typescript: FAIL
221+ test-worker-message-event: FAIL
179222test-worker-message-mark-as-uncloneable: FAIL
180223test-worker-message-port: FAIL
181224test-worker-message-port-transfer-self: FAIL
0 commit comments