std: Disable std.zon parse float on dynamic x86-linux-musl

https://github.com/ziglang/zig/issues/23922#issuecomment-3054296672
This commit is contained in:
Alex Rønne Petersen 2025-07-10 00:35:05 +02:00
parent 7c709f920b
commit 820f1a23a5

View File

@ -2759,6 +2759,8 @@ test "std.zon negative char" {
}
test "std.zon parse float" {
if (builtin.cpu.arch == .x86 and builtin.abi == .musl and builtin.link_mode == .dynamic) return error.SkipZigTest;
const gpa = std.testing.allocator;
// Test decimals