Skip to content

Commit 6e91b03

Browse files
Gelbpunkttgross35
authored andcommitted
Revert "Disable broken powerpc64 test due to rust-lang/rust#88520"
This reverts commit 55f6ecb. Fixes: rust-lang/rust#88520 Signed-off-by: Jens Reidel <[email protected]>
1 parent 98aab13 commit 6e91b03

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

testcrate/tests/cmp.rs

-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
22
#![allow(unreachable_code)]
33
#![cfg_attr(f128_enabled, feature(f128))]
44

5-
#[cfg(not(target_arch = "powerpc64"))]
65
use testcrate::*;
76

8-
// PowerPC tests are failing on LLVM 13: https://github.com/rust-lang/rust/issues/88520
9-
#[cfg(not(target_arch = "powerpc64"))]
107
mod float_comparisons {
118
use super::*;
129

testcrate/tests/conv.rs

-2
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ mod i_to_f {
141141
}
142142
}
143143

144-
// PowerPC tests are failing on LLVM 13: https://github.com/rust-lang/rust/issues/88520
145-
#[cfg(not(target_arch = "powerpc64"))]
146144
mod f_to_i {
147145
use super::*;
148146

0 commit comments

Comments
 (0)