authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-16 22:13:10+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-16 22:13:10+02:00
log92b555a4ed4e3c4aa90886b97105b407ea87c000
tree162e15774d4f2ebdb46b240343e1fff026a6aedd
parent05b52da15eab66713beb867cbcfc52d8b53ca10b
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: enable std tests for hexagon


1 files changed, 0 insertions(+), 6 deletions(-)

test/tests.zig-6
......@@ -388,8 +388,6 @@ const test_targets = blk: {
388388 .arch_os_abi = "hexagon-linux-none",
389389 .cpu_features = "baseline+long_calls",
390390 }) catch unreachable,
391 // https://github.com/llvm/llvm-project/pull/111217
392 .skip_modules = &.{"std"},
393391 },
394392 .{
395393 .target = std.Target.Query.parse(.{
......@@ -397,8 +395,6 @@ const test_targets = blk: {
397395 .cpu_features = "baseline+long_calls",
398396 }) catch unreachable,
399397 .link_libc = true,
400 // https://github.com/llvm/llvm-project/pull/111217
401 .skip_modules = &.{"std"},
402398 },
403399 // Currently crashes in qemu-hexagon.
404400 // .{
......@@ -408,8 +404,6 @@ const test_targets = blk: {
408404 // }) catch unreachable,
409405 // .linkage = .dynamic,
410406 // .link_libc = true,
411 // // https://github.com/llvm/llvm-project/pull/111217
412 // .skip_modules = &.{"std"},
413407 // .extra_target = true,
414408 // },
415409