Skip to content

Commit

Permalink
test: Disable aarch64_be module tests for now.
Browse files Browse the repository at this point in the history
llvm/llvm-project#129843

This will be fixed with LLVM 20.1.1, so revert this commit by then.
  • Loading branch information
alexrp committed Mar 10, 2025
1 parent 8a189da commit 2e48399
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions test/tests.zig
Original file line number Diff line number Diff line change
Expand Up @@ -316,29 +316,29 @@ const test_targets = blk: {
.link_libc = true,
},

.{
.target = .{
.cpu_arch = .aarch64_be,
.os_tag = .linux,
.abi = .none,
},
},
.{
.target = .{
.cpu_arch = .aarch64_be,
.os_tag = .linux,
.abi = .musl,
},
.link_libc = true,
},
.{
.target = .{
.cpu_arch = .aarch64_be,
.os_tag = .linux,
.abi = .gnu,
},
.link_libc = true,
},
//.{
// .target = .{
// .cpu_arch = .aarch64_be,
// .os_tag = .linux,
// .abi = .none,
// },
//},
//.{
// .target = .{
// .cpu_arch = .aarch64_be,
// .os_tag = .linux,
// .abi = .musl,
// },
// .link_libc = true,
//},
//.{
// .target = .{
// .cpu_arch = .aarch64_be,
// .os_tag = .linux,
// .abi = .gnu,
// },
// .link_libc = true,
//},

.{
.target = .{
Expand Down

0 comments on commit 2e48399

Please sign in to comment.