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: {...@@ -388,8 +388,6 @@ const test_targets = blk: {
388 .arch_os_abi = "hexagon-linux-none",388 .arch_os_abi = "hexagon-linux-none",
389 .cpu_features = "baseline+long_calls",389 .cpu_features = "baseline+long_calls",
390 }) catch unreachable,390 }) catch unreachable,
391 // https://github.com/llvm/llvm-project/pull/111217
392 .skip_modules = &.{"std"},
393 },391 },
394 .{392 .{
395 .target = std.Target.Query.parse(.{393 .target = std.Target.Query.parse(.{
...@@ -397,8 +395,6 @@ const test_targets = blk: {...@@ -397,8 +395,6 @@ const test_targets = blk: {
397 .cpu_features = "baseline+long_calls",395 .cpu_features = "baseline+long_calls",
398 }) catch unreachable,396 }) catch unreachable,
399 .link_libc = true,397 .link_libc = true,
400 // https://github.com/llvm/llvm-project/pull/111217
401 .skip_modules = &.{"std"},
402 },398 },
403 // Currently crashes in qemu-hexagon.399 // Currently crashes in qemu-hexagon.
404 // .{400 // .{
...@@ -408,8 +404,6 @@ const test_targets = blk: {...@@ -408,8 +404,6 @@ const test_targets = blk: {
408 // }) catch unreachable,404 // }) catch unreachable,
409 // .linkage = .dynamic,405 // .linkage = .dynamic,
410 // .link_libc = true,406 // .link_libc = true,
411 // // https://github.com/llvm/llvm-project/pull/111217
412 // .skip_modules = &.{"std"},
413 // .extra_target = true,407 // .extra_target = true,
414 // },408 // },
415409