@@ -36,6 +36,11 @@ test-fs-write-buffer-large: FAIL
3636test-runner-string-to-regexp: FAIL
3737# ports is not iterable versus 0 is not iterable
3838test-worker-message-event: FAIL
39+ # Unexpected number versus expected BindingIdentifier or BindingPattern
40+ test-node-output-vm: FAIL
41+
42+ # Different stack-traces (for example, different column numbers)
43+ test-node-output-errors: FAIL
3944
4045# Suspicious (V8 specific?) test checking whether ArrayBufferView lives on heap
4146test-buffer-backing-arraybuffer: FAIL
@@ -75,6 +80,7 @@ test-https-agent-unref-socket: SKIP
7580test-source-map-api: FAIL
7681
7782# missing support for script.sourceMapURL
83+ test-node-output-sourcemaps: FAIL
7884test-vm-source-map-url: FAIL
7985
8086# Worker resource limits are not supported
@@ -126,6 +132,7 @@ test-vm-timeout-escape-promise-2: FAIL
126132
127133# run-time user-land snapshots are not supported
128134test-snapshot-api: FAIL
135+ test-snapshot-argv1: FAIL
129136test-snapshot-basic: FAIL
130137test-snapshot-cjs-main: FAIL
131138test-snapshot-dns-lookup-localhost: FAIL
@@ -136,6 +143,7 @@ test-snapshot-error: FAIL
136143test-snapshot-eval: FAIL
137144test-snapshot-gzip: FAIL
138145test-snapshot-incompatible: FAIL
146+ test-snapshot-namespaced-builtin: FAIL
139147test-snapshot-typescript: FAIL
140148test-snapshot-umd: FAIL
141149test-snapshot-warning: FAIL
@@ -201,9 +209,12 @@ test-net-connect-memleak: FAIL
201209test-promise-hook-exceptions: FAIL
202210test-promise-hook-on-resolve: FAIL
203211test-repl: FAIL
212+ test-runner-output: FAIL
213+ test-runner-watch-mode: SKIP
204214test-strace-openat-openssl: FAIL
205215test-tls-connect-memleak: FAIL
206216test-ttywrap-stack: FAIL
217+ test-vm-global-setter: FAIL
207218test-vm-low-stack-space: SKIP
208219test-vm-new-script-new-context: FAIL
209220test-vm-syntax-error-stderr: FAIL
0 commit comments