mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 15:42:49 +00:00
compiler_rt: no longer skip f80 conversion test
This is working again. Closes #11408
This commit is contained in:
parent
0d92fcf6a5
commit
20c5b6ad65
@ -1,5 +1,4 @@
|
||||
const std = @import("std");
|
||||
const builtin = @import("builtin");
|
||||
const testing = std.testing;
|
||||
const math = std.math;
|
||||
|
||||
@ -811,8 +810,6 @@ test "conversion to f32" {
|
||||
}
|
||||
|
||||
test "conversion to f80" {
|
||||
if (builtin.zig_backend == .stage1 and builtin.cpu.arch != .x86_64)
|
||||
return error.SkipZigTest; // https://github.com/ziglang/zig/issues/11408
|
||||
if (std.debug.runtime_safety) return error.SkipZigTest;
|
||||
|
||||
const intToFloat = @import("./int_to_float.zig").intToFloat;
|
||||
|
Loading…
Reference in New Issue
Block a user