| ... | ... | @@ -1430,14 +1430,6 @@ pub fn addModuleTests(b: *std.Build, options: ModuleTestOptions) *Step { |
| 1430 | 1430 | test_target.use_llvm == false and mem.eql(u8, options.name, "compiler-rt")) |
| 1431 | 1431 | continue; |
| 1432 | 1432 | |
| 1433 | | // TODO get compiler-rt tests passing for wasm32-wasi |
| 1434 | | // currently causes "LLVM ERROR: Unable to expand fixed point multiplication." |
| 1435 | | if (target.cpu.arch == .wasm32 and target.os.tag == .wasi and |
| 1436 | | mem.eql(u8, options.name, "compiler-rt")) |
| 1437 | | { |
| 1438 | | continue; |
| 1439 | | } |
| 1440 | | |
| 1441 | 1433 | // TODO get universal-libc tests passing for other self-hosted backends. |
| 1442 | 1434 | if (target.cpu.arch != .x86_64 and |
| 1443 | 1435 | test_target.use_llvm == false and mem.eql(u8, options.name, "universal-libc")) |