aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alex@alexrp.com>2025-10-17 10:48:35 +0200
committerGitHub <noreply@github.com>2025-10-17 10:48:35 +0200
commit54b508776050470b5124ff4d7aee9be0ef113bca (patch)
tree162e15774d4f2ebdb46b240343e1fff026a6aedd /test
parentf785e4745d85f7056ab670989c5739b62b0df265 (diff)
parent92b555a4ed4e3c4aa90886b97105b407ea87c000 (diff)
downloadzig-54b508776050470b5124ff4d7aee9be0ef113bca.tar.gz
zig-54b508776050470b5124ff4d7aee9be0ef113bca.zip
Merge pull request #25607 from alexrp/hexagon
Some `hexagon-linux` fixes + enable std tests in CI
Diffstat (limited to 'test')
-rw-r--r--test/tests.zig6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/tests.zig b/test/tests.zig
index 055e3fba9b..70bdc72c5c 100644
--- 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,
// },