| ... | ... | @@ -2293,11 +2293,6 @@ pub fn addModuleTests(b: *std.Build, options: ModuleTestOptions) *Step { |
| 2293 | 2293 | if (options.skip_single_threaded and test_target.single_threaded == true) |
| 2294 | 2294 | continue; |
| 2295 | 2295 | |
| 2296 | | // https://github.com/ziglang/zig/issues/24405 |
| 2297 | | if (!builtin.cpu.arch.isLoongArch() and target.cpu.arch.isLoongArch() and |
| 2298 | | (mem.eql(u8, options.name, "behavior") or mem.eql(u8, options.name, "std"))) |
| 2299 | | continue; |
| 2300 | | |
| 2301 | 2296 | // TODO get compiler-rt tests passing for self-hosted backends. |
| 2302 | 2297 | if (((target.cpu.arch != .x86_64 and target.cpu.arch != .aarch64) or target.ofmt == .coff) and |
| 2303 | 2298 | test_target.use_llvm == false and mem.eql(u8, options.name, "compiler-rt")) |