Commit 7b5c88f3 authored by Laurent Dufour's avatar Laurent Dufour Committed by Pavel Emelyanov

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: 's avatarLaurent Dufour <ldufour@linux.vnet.ibm.com>
Acked-by: 's avatarAndrew Vagin <avagin@odin.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 09023677
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment