Skip to content

Commit 98aab13

Browse files
Gelbpunkttgross35
authored andcommitted
Revert "Disable some PPC64 tests which are failing due to an LLVM(?) bug"
This reverts commit 265fdac. Fixes: rust-lang/rust#99853 Signed-off-by: Jens Reidel <[email protected]>
1 parent 7bec089 commit 98aab13

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

testcrate/tests/mem.rs

-6
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,6 @@ fn memmove_backward_aligned() {
230230
}
231231
}
232232

233-
// PowerPC tests are failing: https://github.com/rust-lang/rust/issues/99853
234-
#[cfg(not(target_arch = "powerpc64"))]
235233
#[test]
236234
fn memset_backward_misaligned_nonaligned_start() {
237235
let mut arr = gen_arr::<32>();
@@ -244,8 +242,6 @@ fn memset_backward_misaligned_nonaligned_start() {
244242
}
245243
}
246244

247-
// PowerPC tests are failing: https://github.com/rust-lang/rust/issues/99853
248-
#[cfg(not(target_arch = "powerpc64"))]
249245
#[test]
250246
fn memset_backward_misaligned_aligned_start() {
251247
let mut arr = gen_arr::<32>();
@@ -258,8 +254,6 @@ fn memset_backward_misaligned_aligned_start() {
258254
}
259255
}
260256

261-
// PowerPC tests are failing: https://github.com/rust-lang/rust/issues/99853
262-
#[cfg(not(target_arch = "powerpc64"))]
263257
#[test]
264258
fn memset_backward_aligned() {
265259
let mut arr = gen_arr::<32>();

0 commit comments

Comments
 (0)