From 7b5c88f35fd687f9c51e12d075fd025533e21ad5 Mon Sep 17 00:00:00 2001 From: Laurent Dufour Date: Wed, 9 Sep 2015 17:07:50 +0200 Subject: [PATCH] zdtm: fpu, mmx and sse tests are x86 specific. The following tests are failing when run on ppc64 and are designed for x86 architecture. Moving them to the x86's test list. Signed-off-by: Laurent Dufour Acked-by: Andrew Vagin Signed-off-by: Pavel Emelyanov --- test/zdtm.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/zdtm.sh b/test/zdtm.sh index b21ccdd17..4fbd1ccda 100755 --- a/test/zdtm.sh +++ b/test/zdtm.sh @@ -125,11 +125,6 @@ generate_test_list() static/vt static/child_opened_proc static/cow01 - static/fpu00 - static/fpu01 - static/mmx00 - static/sse00 - static/sse20 static/pdeath_sig static/fdt_shared static/file_locks00 @@ -159,6 +154,11 @@ generate_test_list() # Arch specific tests if [ $ARCH = "x86_64" ]; then TEST_LIST_ARCH=" + static/fpu00 + static/fpu01 + static/mmx00 + static/sse00 + static/sse20 static/vdso01 " fi