| ... | @@ -1,5 +1,4 @@ | ... | @@ -1,5 +1,4 @@ |
| 1 | const std = @import("std"); | 1 | const std = @import("std"); |
| 2 | const builtin = @import("builtin"); | | |
| 3 | const testing = std.testing; | 2 | const testing = std.testing; |
| 4 | const math = std.math; | 3 | const math = std.math; |
| 5 | | 4 | |
| ... | @@ -811,8 +810,6 @@ test "conversion to f32" { | ... | @@ -811,8 +810,6 @@ test "conversion to f32" { |
| 811 | } | 810 | } |
| 812 | | 811 | |
| 813 | test "conversion to f80" { | 812 | test "conversion to f80" { |
| 814 | if (builtin.zig_backend == .stage1 and builtin.cpu.arch != .x86_64) | | |
| 815 | return error.SkipZigTest; // https://github.com/ziglang/zig/issues/11408 | | |
| 816 | if (std.debug.runtime_safety) return error.SkipZigTest; | 813 | if (std.debug.runtime_safety) return error.SkipZigTest; |
| 817 | | 814 | |
| 818 | const intToFloat = @import("./int_to_float.zig").intToFloat; | 815 | const intToFloat = @import("./int_to_float.zig").intToFloat; |