From 92b555a4ed4e3c4aa90886b97105b407ea87c000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Thu, 16 Oct 2025 22:13:10 +0200 Subject: [PATCH] test: enable std tests for hexagon --- test/tests.zig | 6 ------ 1 file changed, 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, // },