bun /
test /
no-validate-exceptions.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160# List of tests for which we do NOT set validateExceptionChecks=1 when running in ASAN CI
# List of tests that potentially throw inside of reifyStaticProperties
test/js/node/test/parallel/test-stream-some-find-every.mjs
test/js/node/test/parallel/test-stream-iterator-helpers-test262-tests.mjs
test/js/node/test/parallel/test-fs-stat-date.mjs
test/js/node/test/parallel/test-fs-readSync-position-validation.mjs
test/js/node/test/parallel/test-fs-read-promises-position-validation.mjs
test/js/node/test/parallel/test-fs-read-position-validation.mjs
test/js/node/test/parallel/test-net-server-async-dispose.mjs
test/js/node/test/parallel/test-net-connect-custom-lookup-non-string-address.mjs
test/js/node/test/parallel/test-abortsignal-any.mjs
test/js/node/test/parallel/test-child-process-fork-url.mjs
test/js/node/test/parallel/test-debugger-invalid-json.mjs
test/js/node/test/parallel/test-dgram-async-dispose.mjs
test/js/node/test/parallel/test-events-add-abort-listener.mjs
test/js/node/test/parallel/test-fetch.mjs
test/js/node/test/parallel/test-module-globalpaths-nodepath.js
test/js/node/test/parallel/test-parse-args.mjs
test/js/node/test/parallel/test-process-default.js
test/js/node/test/parallel/test-readline-promises-csi.mjs
test/js/node/test/parallel/test-require-dot.js
test/js/node/test/parallel/test-util-promisify-custom-names.mjs
test/js/node/test/parallel/test-whatwg-readablestream.mjs
test/js/node/test/parallel/test-worker.mjs
test/js/node/test/system-ca/test-native-root-certs.test.mjs
test/js/node/events/event-emitter.test.ts
test/js/node/module/node-module-module.test.js
test/js/node/module/module-resolve-filename-paths.test.js
test/js/node/process/call-constructor.test.js
test/js/node/stubs.test.js
test/js/node/timers/node-timers.test.ts
test/bake/dev/vfile.test.ts
test/bake/dev/import-meta-inline.test.ts
test/bake/dev/production.test.ts
test/cli/run/run-eval.test.ts
test/cli/run/self-reference.test.ts
test/js/bun/resolve/import-meta-resolve.test.mjs
test/js/bun/resolve/import-meta.test.js
test/js/bun/util/BunObject.test.ts
test/js/bun/util/fuzzy-wuzzy.test.ts
test/js/third_party/pg-gateway/pglite.test.ts
test/js/web/websocket/websocket.test.js
test/js/node/test/parallel/test-vm-module-referrer-realm.mjs
test/js/bun/resolve/resolve.test.ts
test/cli/install/bunx.test.ts
test/js/node/util/node-inspect-tests/parallel/util-inspect.test.js
test/integration/vite-build/vite-build.test.ts
test/bundler/esbuild/default.test.ts
test/cli/install/bun-repl.test.ts
test/js/third_party/astro/astro-post.test.js
test/regression/issue/ctrl-c.test.ts
test/bundler/bundler_comments.test.ts
test/js/node/test/parallel/test-fs-promises-file-handle-readLines.mjs
test/js/bun/test/parallel/test-require-builtins.ts
test/cli/install/bun-install-lifecycle-scripts.test.ts
test/js/bun/test/parallel/test-integration-rspack.ts
# trips asan on my macos test machine
test/js/node/test/parallel/test-fs-watch.js
test/js/node/test/parallel/test-fs-watch-recursive-watch-file.js
# hit a debug assert
test/bundler/bundler_compile.test.ts
# try again later
test/js/node/test/parallel/test-worker-nested-uncaught.js
# 3rd party napi
test/integration/sharp/sharp.test.ts
test/js/third_party/@duckdb/node-api/duckdb.test.ts
test/js/third_party/@napi-rs/canvas/napi-rs-canvas.test.ts
test/js/third_party/duckdb/duckdb-basic-usage.test.ts
test/js/third_party/prisma/prisma.test.ts
test/js/third_party/remix/remix.test.ts
test/js/third_party/resvg/bbox.test.js
test/js/third_party/rollup-v4/rollup-v4.test.ts
test/napi/uv.test.ts
test/napi/uv_stub.test.ts
test/napi/node-napi-tests/test/js-native-api/2_function_arguments/do.test.ts
test/napi/node-napi-tests/test/js-native-api/3_callbacks/do.test.ts
test/napi/node-napi-tests/test/js-native-api/4_object_factory/do.test.ts
test/napi/node-napi-tests/test/js-native-api/5_function_factory/do.test.ts
test/napi/node-napi-tests/test/js-native-api/6_object_wrap/do.test.ts
test/napi/node-napi-tests/test/js-native-api/7_factory_wrap/do.test.ts
test/napi/node-napi-tests/test/js-native-api/8_passing_wrapped/do.test.ts
test/napi/node-napi-tests/test/js-native-api/test_array/do.test.ts
test/napi/node-napi-tests/test/js-native-api/test_bigint/do.test.ts
test/napi/node-napi-tests/test/js-native-api/test_cannot_run_js/do.test.ts
test/napi/node-napi-tests/test/js-native-api/test_constructor/do.test.ts
test/napi/node-napi-tests/test/js-native-api/test_conversions/do.test.ts
test/napi/node-napi-tests/test/js-native-api/test_dataview/do.test.ts
test/napi/node-napi-tests/test/js-native-api/test_date/do.test.ts
test/napi/node-napi-tests/test/js-native-api/test_error/do.test.ts
test/napi/node-napi-tests/test/js-native-api/test_exception/do.test.ts
test/napi/node-napi-tests/test/js-native-api/test_finalizer/do.test.ts
test/napi/node-napi-tests/test/js-native-api/test_function/do.test.ts
test/napi/node-napi-tests/test/js-native-api/test_general/do.test.ts
test/napi/node-napi-tests/test/js-native-api/test_handle_scope/do.test.ts
test/napi/node-napi-tests/test/js-native-api/test_instance_data/do.test.ts
test/napi/node-napi-tests/test/js-native-api/test_new_target/do.test.ts
test/napi/node-napi-tests/test/js-native-api/test_number/do.test.ts
test/napi/node-napi-tests/test/js-native-api/test_object/do.test.ts
test/napi/node-napi-tests/test/js-native-api/test_promise/do.test.ts
test/napi/node-napi-tests/test/js-native-api/test_properties/do.test.ts
test/napi/node-napi-tests/test/js-native-api/test_reference/do.test.ts
test/napi/node-napi-tests/test/js-native-api/test_reference_double_free/do.test.ts
test/napi/node-napi-tests/test/js-native-api/test_string/do.test.ts
test/napi/node-napi-tests/test/js-native-api/test_symbol/do.test.ts
test/napi/node-napi-tests/test/js-native-api/test_typedarray/do.test.ts
test/napi/node-napi-tests/test/node-api/1_hello_world/do.test.ts
test/napi/node-napi-tests/test/node-api/test_async/do.test.ts
test/napi/node-napi-tests/test/node-api/test_buffer/do.test.ts
test/napi/node-napi-tests/test/node-api/test_callback_scope/do.test.ts
test/napi/node-napi-tests/test/node-api/test_cleanup_hook/do.test.ts
test/napi/node-napi-tests/test/node-api/test_exception/do.test.ts
test/napi/node-napi-tests/test/node-api/test_fatal/do.test.ts
test/napi/node-napi-tests/test/node-api/test_fatal_exception/do.test.ts
test/napi/node-napi-tests/test/node-api/test_general/do.test.ts
test/napi/node-napi-tests/test/node-api/test_init_order/do.test.ts
test/napi/node-napi-tests/test/node-api/test_instance_data/do.test.ts
test/napi/node-napi-tests/test/node-api/test_make_callback/do.test.ts
test/napi/node-napi-tests/test/node-api/test_make_callback_recurse/do.test.ts
test/napi/node-napi-tests/test/node-api/test_threadsafe_function/do.test.ts
test/napi/node-napi-tests/test/node-api/test_worker_terminate_finalization/do.test.ts
test/napi/node-napi-tests/test/node-api/test_reference_by_node_api_version/do.test.ts
test/napi/node-napi-tests/test/node-api/test_env_teardown_gc/do.test.ts
test/napi/node-napi-tests/test/node-api/test_general/do.test.ts
# normalizeCryptoAlgorithmParameters
test/js/bun/crypto/wpt-webcrypto.generateKey.test.ts
test/js/deno/crypto/webcrypto.test.ts
test/js/node/crypto/node-crypto.test.js
test/js/node/test/parallel/test-crypto-oaep-zero-length.js
test/js/node/test/parallel/test-crypto-psychic-signatures.js
test/js/node/test/parallel/test-crypto-subtle-zero-length.js
test/js/node/test/parallel/test-crypto-webcrypto-aes-decrypt-tag-too-small.js
test/js/node/test/parallel/test-crypto-worker-thread.js
test/js/node/test/parallel/test-webcrypto-cryptokey-workers.js
test/js/node/test/parallel/test-webcrypto-derivekey.js
test/js/node/test/parallel/test-webcrypto-digest.js
test/js/node/test/parallel/test-webcrypto-encrypt-decrypt-aes.js
test/js/node/test/parallel/test-webcrypto-encrypt-decrypt.js
test/js/node/test/parallel/test-webcrypto-sign-verify.js
test/js/third_party/pg/pg.test.ts
test/js/web/crypto/web-crypto.test.ts
test/regression/issue/01466.test.ts
test/regression/issue/21311.test.ts
test/regression/issue/24399.test.ts
vendor/elysia/test/aot/response.test.ts
vendor/elysia/test/cookie/response.test.ts
vendor/elysia/test/cookie/signature.test.ts
vendor/elysia/test/core/dynamic.test.ts
vendor/elysia/test/lifecycle/error.test.ts
vendor/elysia/test/validator/body.test.ts
vendor/elysia/test/ws/message.test.ts
test/js/node/test/parallel/test-worker-abort-on-uncaught-exception.js
# TODO: WebCore fixes
test/js/web/urlpattern/urlpattern.test.ts