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: {...@@ -272,17 +272,16 @@ const module_test_targets = blk: {
272 },272 },
273 .link_libc = true,273 .link_libc = true,
274 },274 },
275 // Crashes in weird ways when applying relocations.275 .{
276 // .{276 .target = .{
277 // .target = .{277 .cpu_arch = .arm,
278 // .cpu_arch = .arm,278 .os_tag = .linux,
279 // .os_tag = .linux,279 .abi = .musleabi,
280 // .abi = .musleabi,280 },
281 // },281 .linkage = .dynamic,
282 // .linkage = .dynamic,282 .link_libc = true,
283 // .link_libc = true,283 .extra_target = true,
284 // .extra_target = true,284 },
285 // },
286 .{285 .{
287 .target = .{286 .target = .{
288 .cpu_arch = .arm,287 .cpu_arch = .arm,
...@@ -291,17 +290,16 @@ const module_test_targets = blk: {...@@ -291,17 +290,16 @@ const module_test_targets = blk: {
291 },290 },
292 .link_libc = true,291 .link_libc = true,
293 },292 },
294 // Crashes in weird ways when applying relocations.293 .{
295 // .{294 .target = .{
296 // .target = .{295 .cpu_arch = .arm,
297 // .cpu_arch = .arm,296 .os_tag = .linux,
298 // .os_tag = .linux,297 .abi = .musleabihf,
299 // .abi = .musleabihf,298 },
300 // },299 .linkage = .dynamic,
301 // .linkage = .dynamic,300 .link_libc = true,
302 // .link_libc = true,301 .extra_target = true,
303 // .extra_target = true,302 },
304 // },
305 .{303 .{
306 .target = .{304 .target = .{
307 .cpu_arch = .arm,305 .cpu_arch = .arm,