summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/tm/tm-vmxcopy.c
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2018-07-26 22:24:58 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2018-08-07 21:49:25 +1000
commit1cdc6c14b0ddef699c947babd93992a8c0e874ed (patch)
tree1c3af41c866106cd326747dda5e6cc06ee6a0ad5 /tools/testing/selftests/powerpc/tm/tm-vmxcopy.c
parent95f9b3af401f5b4daeb908a2c658e820e969f4e3 (diff)
downloadlinux-stable-1cdc6c14b0ddef699c947babd93992a8c0e874ed.tar.gz
linux-stable-1cdc6c14b0ddef699c947babd93992a8c0e874ed.tar.bz2
linux-stable-1cdc6c14b0ddef699c947babd93992a8c0e874ed.zip
selftests/powerpc: Only run some tests on ppc64le
These tests are currently failing on (some) big endian systems. Until we can fix that, skip them unless we're on ppc64le. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/testing/selftests/powerpc/tm/tm-vmxcopy.c')
-rw-r--r--tools/testing/selftests/powerpc/tm/tm-vmxcopy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/powerpc/tm/tm-vmxcopy.c b/tools/testing/selftests/powerpc/tm/tm-vmxcopy.c
index 0274de7b11f3..fe52811584ae 100644
--- a/tools/testing/selftests/powerpc/tm/tm-vmxcopy.c
+++ b/tools/testing/selftests/powerpc/tm/tm-vmxcopy.c
@@ -46,6 +46,7 @@ int test_vmxcopy()
uint64_t aborted = 0;
SKIP_IF(!have_htm());
+ SKIP_IF(!is_ppc64le());
fd = mkstemp(tmpfile);
assert(fd >= 0);