@@ -67,6 +67,10 @@ test-finalization-registry-shutdown: SKIP
6767# Uses v8 extension (--expose_externalize_string flag that exposes two additional functions)
6868test-fs-write: FAIL
6969
70+ # loads inspector/promises that attempts to extend inspector.Session
71+ # (which is a foreign object when chromeinspector is used)
72+ test-process-get-builtin: SKIP
73+
7074# uses V8 internal methods (%HaveSameMap, %CollectGarbage, %DebugPrint)
7175test-http-same-map: FAIL
7276test-v8-flags: FAIL
@@ -91,11 +95,13 @@ test-inspector-network-http: FAIL
9195
9296# missing support for ModifyCodeGenerationFromStringsCallback
9397test-source-map-api: FAIL
98+ test-vm-codegen: FAIL
9499
95100# missing support for script.sourceMapURL
96101test-module-strip-types: FAIL
97102test-node-output-sourcemaps: FAIL
98103test-source-map-cjs-require-cache: FAIL
104+ test-util-getcallsites: FAIL
99105test-vm-source-map-url: FAIL
100106
101107# checks v8-specific asm-related warning
@@ -147,83 +153,6 @@ test-vm-context: FAIL
147153test-vm-proxy-failure-CP: FAIL
148154test-vm-set-property-proxy: SKIP
149155
150- # WebAssembly is not enabled by default
151- test-abortsignal-cloneable: FAIL
152- test-blob: FAIL
153- test-blocklist-clone: FAIL
154- test-crypto-x509: FAIL
155- test-debugger-invalid-json: FAIL
156- test-diagnostics-channel-module-import: FAIL
157- test-eventsource: FAIL
158- test-fetch: FAIL
159- test-fetch-disabled: FAIL
160- test-fetch-mock: FAIL
161- test-http-import-websocket: FAIL
162- test-http-response-setheaders: FAIL
163- test-messageevent-brandcheck: FAIL
164- test-messaging-marktransfermode: FAIL
165- test-perf-hooks-histogram: FAIL
166- test-process-get-builtin: FAIL
167- test-repl-colors: FAIL
168- test-repl-context: FAIL
169- test-repl-definecommand: FAIL
170- test-repl-empty: FAIL
171- test-repl-domain: FAIL
172- test-repl-end-emits-exit: FAIL
173- test-repl-editor: FAIL
174- test-repl-eval: FAIL
175- test-repl-function-definition-edge-case: FAIL
176- test-repl-load-multiline-no-trailing-newline: FAIL
177- test-repl-mode: FAIL
178- test-repl-load-multiline: FAIL
179- test-repl-multiline: FAIL
180- test-repl-no-terminal: FAIL
181- test-repl-null: FAIL
182- test-repl-null-thrown: FAIL
183- test-repl-options: FAIL
184- test-repl-pretty-stack-custom-writer: FAIL
185- test-repl-preview-without-inspector: FAIL
186- test-repl-programmatic-history: FAIL
187- test-repl-recoverable: FAIL
188- test-repl-require-cache: FAIL
189- test-repl-require: FAIL
190- test-repl-reset-event: FAIL
191- test-repl-save-load: FAIL
192- test-repl-tab: FAIL
193- test-repl-syntax-error-stack: FAIL
194- test-repl-setprompt: FAIL
195- test-repl-tab-complete-crash: FAIL
196- test-repl-tab-complete-no-warn: FAIL
197- test-repl-throw-null-or-undefined: FAIL
198- test-repl-tab-complete-on-editor-mode: FAIL
199- test-repl-uncaught-exception: FAIL
200- test-repl-uncaught-exception-async: FAIL
201- test-repl-uncaught-exception-evalcallback: FAIL
202- test-repl-tab-complete-import: FAIL
203- test-repl-underscore: FAIL
204- test-repl-use-global: FAIL
205- test-repl-tab-complete: FAIL
206- test-runner-cli: FAIL
207- test-socketaddress: FAIL
208- test-structuredClone-global: FAIL
209- test-util-getcallsites: FAIL
210- test-vm-codegen: FAIL
211- test-websocket: FAIL
212- test-webstreams-clone-unref: FAIL
213- test-webstream-structured-clone-no-leftovers: FAIL
214- test-whatwg-webstreams-transfer: FAIL
215- test-worker-broadcastchannel-wpt: FAIL
216- test-worker-broadcastchannel: FAIL
217- test-worker-eval-typescript: FAIL
218- test-worker-message-event: FAIL
219- test-worker-message-mark-as-uncloneable: FAIL
220- test-worker-message-port: FAIL
221- test-worker-message-port-transfer-self: FAIL
222- test-worker-message-port-wasm-module: FAIL
223- test-worker-message-port-wasm-threads: FAIL
224- test-worker-messaging: FAIL
225- test-worker-onmessage: SKIP
226-
227156# Custom MicrotaskQueue is not supported
228157test-vm-timeout-escape-promise: FAIL
229158test-vm-timeout-escape-promise-module: FAIL
@@ -334,6 +263,7 @@ test-vm-syntax-error-stderr: FAIL
334263test-worker-cleanexit-with-js: SKIP
335264test-worker-cleanexit-with-moduleload: SKIP
336265test-worker-error-stack-getter-throws: FAIL
266+ test-worker-messaging: SKIP
337267test-worker-messaging-errors-handler: SKIP
338268test-worker-messaging-errors-timeout: SKIP
339269test-worker-stack-overflow-stack-size: SKIP
0 commit comments