mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
Revert "test: disable non-native loongarch64 behavior and std tests"
This reverts commit f4ed35f800396f12c7cd6aa1f70cf2555ddf7c84. This should no longer be needed now that stack traces are disabled on loongarch. closes #24405
This commit is contained in:
parent
d8d0a3e5c7
commit
b2ef6d01ff
@ -2293,11 +2293,6 @@ pub fn addModuleTests(b: *std.Build, options: ModuleTestOptions) *Step {
|
||||
if (options.skip_single_threaded and test_target.single_threaded == true)
|
||||
continue;
|
||||
|
||||
// https://github.com/ziglang/zig/issues/24405
|
||||
if (!builtin.cpu.arch.isLoongArch() and target.cpu.arch.isLoongArch() and
|
||||
(mem.eql(u8, options.name, "behavior") or mem.eql(u8, options.name, "std")))
|
||||
continue;
|
||||
|
||||
// TODO get compiler-rt tests passing for self-hosted backends.
|
||||
if (((target.cpu.arch != .x86_64 and target.cpu.arch != .aarch64) or target.ofmt == .coff) and
|
||||
test_target.use_llvm == false and mem.eql(u8, options.name, "compiler-rt"))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user