Skip to content

Commit

Permalink
selftests/powerpc: Remove Power9 paste tests
Browse files Browse the repository at this point in the history
Paste on POWER9 only works to accelerators and not on real memory. So
these tests just generate a SIGILL.

So just delete them.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Acked-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
  • Loading branch information
Michael Ellerman committed Jul 20, 2018
1 parent 83039f2 commit 525661e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 90 deletions.
2 changes: 0 additions & 2 deletions tools/testing/selftests/powerpc/alignment/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
copy_first_unaligned
paste_unaligned
paste_last_unaligned
copy_paste_unaligned_common
alignment_handler
3 changes: 1 addition & 2 deletions tools/testing/selftests/powerpc/alignment/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
TEST_GEN_PROGS := copy_first_unaligned paste_unaligned \
paste_last_unaligned alignment_handler
TEST_GEN_PROGS := copy_first_unaligned alignment_handler

include ../../lib.mk

Expand Down
43 changes: 0 additions & 43 deletions tools/testing/selftests/powerpc/alignment/paste_last_unaligned.c

This file was deleted.

43 changes: 0 additions & 43 deletions tools/testing/selftests/powerpc/alignment/paste_unaligned.c

This file was deleted.

0 comments on commit 525661e

Please sign in to comment.