Revert "Disable broken powerpc64 test due to https://github.com/rust-lang/rust/issues/88520"
This reverts commit 55f6ecb6de9e2e10d9187b287b9e87b202d07d1e. Fixes: https://github.com/rust-lang/rust/issues/88520 Signed-off-by: Jens Reidel <adrian@travitia.xyz>
This commit is contained in:
parent
192206bfbb
commit
6d353134bc
2 changed files with 0 additions and 5 deletions
|
|
@ -2,11 +2,8 @@
|
|||
#![allow(unreachable_code)]
|
||||
#![cfg_attr(f128_enabled, feature(f128))]
|
||||
|
||||
#[cfg(not(target_arch = "powerpc64"))]
|
||||
use testcrate::*;
|
||||
|
||||
// PowerPC tests are failing on LLVM 13: https://github.com/rust-lang/rust/issues/88520
|
||||
#[cfg(not(target_arch = "powerpc64"))]
|
||||
mod float_comparisons {
|
||||
use super::*;
|
||||
|
||||
|
|
|
|||
|
|
@ -141,8 +141,6 @@ mod i_to_f {
|
|||
}
|
||||
}
|
||||
|
||||
// PowerPC tests are failing on LLVM 13: https://github.com/rust-lang/rust/issues/88520
|
||||
#[cfg(not(target_arch = "powerpc64"))]
|
||||
mod f_to_i {
|
||||
use super::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue