|
21 | 21 | "bigint_nonjs_wbtest.mbt": ["not", "js"], |
22 | 22 | "arraycore_js.mbt": ["js"], |
23 | 23 | "arraycore_nonjs.mbt": ["not", "js"], |
24 | | - "panic_test.mbt": ["not", "native"], |
25 | | - "panic_wbtest.mbt": ["not", "native"], |
| 24 | + "panic_test.mbt": ["not", "native", "llvm"], |
| 25 | + "panic_wbtest.mbt": ["not", "native", "llvm"], |
26 | 26 | "panic_nonjs_test.mbt": ["wasm", "wasm-gc"], |
27 | 27 | "array_nonjs_test.mbt": ["not", "js"], |
28 | 28 | "stringbuilder_buffer.mbt": ["not", "js"], |
29 | 29 | "stringbuilder_concat.mbt": ["js"], |
30 | 30 | "double_to_int64_js.mbt": ["js"], |
31 | | - "double_to_int64_native.mbt": ["native"], |
| 31 | + "double_to_int64_native.mbt": ["native", "llvm"], |
32 | 32 | "double_to_int64_wasm.mbt": ["wasm", "wasm-gc"], |
33 | 33 | "double_to_int.mbt": ["not", "wasm", "wasm-gc"], |
34 | 34 | "double_to_int_wasm.mbt": ["wasm", "wasm-gc"] |
|
0 commit comments