mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
test: enable std tests for hexagon
This commit is contained in:
parent
05b52da15e
commit
92b555a4ed
1 changed files with 0 additions and 6 deletions
|
|
@ -388,8 +388,6 @@ const test_targets = blk: {
|
|||
.arch_os_abi = "hexagon-linux-none",
|
||||
.cpu_features = "baseline+long_calls",
|
||||
}) catch unreachable,
|
||||
// https://github.com/llvm/llvm-project/pull/111217
|
||||
.skip_modules = &.{"std"},
|
||||
},
|
||||
.{
|
||||
.target = std.Target.Query.parse(.{
|
||||
|
|
@ -397,8 +395,6 @@ const test_targets = blk: {
|
|||
.cpu_features = "baseline+long_calls",
|
||||
}) catch unreachable,
|
||||
.link_libc = true,
|
||||
// https://github.com/llvm/llvm-project/pull/111217
|
||||
.skip_modules = &.{"std"},
|
||||
},
|
||||
// Currently crashes in qemu-hexagon.
|
||||
// .{
|
||||
|
|
@ -408,8 +404,6 @@ const test_targets = blk: {
|
|||
// }) catch unreachable,
|
||||
// .linkage = .dynamic,
|
||||
// .link_libc = true,
|
||||
// // https://github.com/llvm/llvm-project/pull/111217
|
||||
// .skip_modules = &.{"std"},
|
||||
// .extra_target = true,
|
||||
// },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue