authorgravatar for r00ster91@proton.meWooster <r00ster91@proton.me> 2022-12-16 00:18:25+01:00
committergravatar for r00ster91@proton.meWooster <r00ster91@proton.me> 2022-12-16 00:18:25+01:00
log20c5b6ad65711c83ebbff7d0147ace03be795f1f
treec54ed4b634d6bbb9917586cae6848ab371040a81
parent0d92fcf6a503780dcaadccef87e72824c7942a96

compiler_rt: no longer skip f80 conversion test

This is working again. Closes #11408

1 files changed, 0 insertions(+), 3 deletions(-)

lib/compiler_rt/int_to_float_test.zig-3
...@@ -1,5 +1,4 @@...@@ -1,5 +1,4 @@
1const std = @import("std");1const std = @import("std");
2const builtin = @import("builtin");
3const testing = std.testing;2const testing = std.testing;
4const math = std.math;3const math = std.math;
54
...@@ -811,8 +810,6 @@ test "conversion to f32" {...@@ -811,8 +810,6 @@ test "conversion to f32" {
811}810}
812811
813test "conversion to f80" {812test "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;
817814
818 const intToFloat = @import("./int_to_float.zig").intToFloat;815 const intToFloat = @import("./int_to_float.zig").intToFloat;