zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 92b555a4ed4e3c4aa90886b97105b407ea87c000 (tree)
parent 05b52da15eab66713beb867cbcfc52d8b53ca10b
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Thu, 16 Oct 2025 22:13:10 +0200

test: enable std tests for hexagon

Diffstat:
Mtest/tests.zig | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/test/tests.zig b/test/tests.zig @@ -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, // },