| author | |
| committer | |
| log | 820f1a23a5efa06f65225cfc2a90f895ef7b930c |
| tree | 92945a4fda882637c7643a85c87f45e870a9b2f8 |
| parent | 7c709f920bbe8f01a25392182e4a3fd02bb95219 |
https://github.com/ziglang/zig/issues/23922#issuecomment-30542966721 files changed, 2 insertions(+), 0 deletions(-)
lib/std/zon/parse.zig+2| ... | @@ -2759,6 +2759,8 @@ test "std.zon negative char" { | ... | @@ -2759,6 +2759,8 @@ test "std.zon negative char" { |
| 2759 | } | 2759 | } |
| 2760 | 2760 | ||
| 2761 | test "std.zon parse float" { | 2761 | test "std.zon parse float" { |
| 2762 | if (builtin.cpu.arch == .x86 and builtin.abi == .musl and builtin.link_mode == .dynamic) return error.SkipZigTest; | ||
| 2763 | |||
| 2762 | const gpa = std.testing.allocator; | 2764 | const gpa = std.testing.allocator; |
| 2763 | 2765 | ||
| 2764 | // Test decimals | 2766 | // Test decimals |