authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-06-11 03:24:06+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-06-11 03:35:10+02:00
log8ac3ad48c8eeccf400ab8b2014c958fc0256f5b7
tree0edaf42f2b7c4a22ed303fc745b981d5dfb6ee05
parentfce6dbb8907c1bfc8da381632276cc3df8f783e3

test: re-enable module tests for dynamic arm-linux-musleabi(hf)

Dynamic armeb-linux-musleabi(hf) still fails for unclear reasons, so it remains disabled.

1 files changed, 20 insertions(+), 22 deletions(-)

test/tests.zig+20-22
......@@ -272,17 +272,16 @@ const module_test_targets = blk: {
272272 },
273273 .link_libc = true,
274274 },
275 // Crashes in weird ways when applying relocations.
276 // .{
277 // .target = .{
278 // .cpu_arch = .arm,
279 // .os_tag = .linux,
280 // .abi = .musleabi,
281 // },
282 // .linkage = .dynamic,
283 // .link_libc = true,
284 // .extra_target = true,
285 // },
275 .{
276 .target = .{
277 .cpu_arch = .arm,
278 .os_tag = .linux,
279 .abi = .musleabi,
280 },
281 .linkage = .dynamic,
282 .link_libc = true,
283 .extra_target = true,
284 },
286285 .{
287286 .target = .{
288287 .cpu_arch = .arm,
......@@ -291,17 +290,16 @@ const module_test_targets = blk: {
291290 },
292291 .link_libc = true,
293292 },
294 // Crashes in weird ways when applying relocations.
295 // .{
296 // .target = .{
297 // .cpu_arch = .arm,
298 // .os_tag = .linux,
299 // .abi = .musleabihf,
300 // },
301 // .linkage = .dynamic,
302 // .link_libc = true,
303 // .extra_target = true,
304 // },
293 .{
294 .target = .{
295 .cpu_arch = .arm,
296 .os_tag = .linux,
297 .abi = .musleabihf,
298 },
299 .linkage = .dynamic,
300 .link_libc = true,
301 .extra_target = true,
302 },
305303 .{
306304 .target = .{
307305 .cpu_arch = .arm,