mirror of
https://github.com/ziglang/zig.git
synced 2024-11-15 00:26:57 +00:00
skip failing compiler-rt divxf3 tests on Windows
This commit is contained in:
parent
abfe21a4fe
commit
d852894dcf
@ -206,5 +206,7 @@ pub fn __divxf3(a: f80, b: f80) callconv(.C) f80 {
|
||||
}
|
||||
|
||||
test {
|
||||
if (builtin.zig_backend == .stage2_llvm and builtin.os.tag == .windows) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/12603
|
||||
|
||||
_ = @import("divxf3_test.zig");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user