mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 12:59:04 +00:00
parent
e0178890ba
commit
173952f4b8
@ -1431,6 +1431,11 @@ test "coerce between pointers of compatible differently-named floats" {
|
||||
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
|
||||
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO
|
||||
|
||||
if (builtin.os.tag == .windows) {
|
||||
// https://github.com/ziglang/zig/issues/12396
|
||||
return error.SkipZigTest;
|
||||
}
|
||||
|
||||
const F = switch (@typeInfo(c_longdouble).Float.bits) {
|
||||
16 => f16,
|
||||
32 => f32,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user