Commit 8e0a4ca4b3
Changed files (1)
test
test/tests.zig
@@ -1430,14 +1430,6 @@ pub fn addModuleTests(b: *std.Build, options: ModuleTestOptions) *Step {
test_target.use_llvm == false and mem.eql(u8, options.name, "compiler-rt"))
continue;
- // TODO get compiler-rt tests passing for wasm32-wasi
- // currently causes "LLVM ERROR: Unable to expand fixed point multiplication."
- if (target.cpu.arch == .wasm32 and target.os.tag == .wasi and
- mem.eql(u8, options.name, "compiler-rt"))
- {
- continue;
- }
-
// TODO get universal-libc tests passing for other self-hosted backends.
if (target.cpu.arch != .x86_64 and
test_target.use_llvm == false and mem.eql(u8, options.name, "universal-libc"))