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:
Jens Reidel 2025-03-17 21:59:56 +01:00 committed by Trevor Gross
parent 192206bfbb
commit 6d353134bc
2 changed files with 0 additions and 5 deletions

View file

@ -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::*;

View file

@ -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::*;