File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -230,8 +230,6 @@ fn memmove_backward_aligned() {
230
230
}
231
231
}
232
232
233
- // PowerPC tests are failing: https://github.com/rust-lang/rust/issues/99853
234
- #[ cfg( not( target_arch = "powerpc64" ) ) ]
235
233
#[ test]
236
234
fn memset_backward_misaligned_nonaligned_start ( ) {
237
235
let mut arr = gen_arr :: < 32 > ( ) ;
@@ -244,8 +242,6 @@ fn memset_backward_misaligned_nonaligned_start() {
244
242
}
245
243
}
246
244
247
- // PowerPC tests are failing: https://github.com/rust-lang/rust/issues/99853
248
- #[ cfg( not( target_arch = "powerpc64" ) ) ]
249
245
#[ test]
250
246
fn memset_backward_misaligned_aligned_start ( ) {
251
247
let mut arr = gen_arr :: < 32 > ( ) ;
@@ -258,8 +254,6 @@ fn memset_backward_misaligned_aligned_start() {
258
254
}
259
255
}
260
256
261
- // PowerPC tests are failing: https://github.com/rust-lang/rust/issues/99853
262
- #[ cfg( not( target_arch = "powerpc64" ) ) ]
263
257
#[ test]
264
258
fn memset_backward_aligned ( ) {
265
259
let mut arr = gen_arr :: < 32 > ( ) ;
You can’t perform that action at this time.
0 commit comments