Skip to content
/ zig Public
forked from ziglang/zig

Commit ba2c47e

Browse files
committed
test: Disable aarch64_be module tests for now.
llvm/llvm-project#129843 This will be fixed with LLVM 20.1.1, so revert this commit by then.
1 parent 73e064b commit ba2c47e

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

test/tests.zig

+23-23
Original file line numberDiff line numberDiff line change
@@ -316,29 +316,29 @@ const test_targets = blk: {
316316
.link_libc = true,
317317
},
318318

319-
.{
320-
.target = .{
321-
.cpu_arch = .aarch64_be,
322-
.os_tag = .linux,
323-
.abi = .none,
324-
},
325-
},
326-
.{
327-
.target = .{
328-
.cpu_arch = .aarch64_be,
329-
.os_tag = .linux,
330-
.abi = .musl,
331-
},
332-
.link_libc = true,
333-
},
334-
.{
335-
.target = .{
336-
.cpu_arch = .aarch64_be,
337-
.os_tag = .linux,
338-
.abi = .gnu,
339-
},
340-
.link_libc = true,
341-
},
319+
//.{
320+
// .target = .{
321+
// .cpu_arch = .aarch64_be,
322+
// .os_tag = .linux,
323+
// .abi = .none,
324+
// },
325+
//},
326+
//.{
327+
// .target = .{
328+
// .cpu_arch = .aarch64_be,
329+
// .os_tag = .linux,
330+
// .abi = .musl,
331+
// },
332+
// .link_libc = true,
333+
//},
334+
//.{
335+
// .target = .{
336+
// .cpu_arch = .aarch64_be,
337+
// .os_tag = .linux,
338+
// .abi = .gnu,
339+
// },
340+
// .link_libc = true,
341+
//},
342342

343343
.{
344344
.target = .{

0 commit comments

Comments
 (0)