File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 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() {
230230 }
231231}
232232
233- // PowerPC tests are failing: https://github.com/rust-lang/rust/issues/99853
234- #[ cfg( not( target_arch = "powerpc64" ) ) ]
235233#[ test]
236234fn 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]
250246fn 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]
264258fn memset_backward_aligned ( ) {
265259 let mut arr = gen_arr :: < 32 > ( ) ;
You can’t perform that action at this time.
0 commit comments