2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 22:05:36 +00:00

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 <ldufour@linux.vnet.ibm.com>
Acked-by: Andrew Vagin <avagin@odin.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Laurent Dufour
2015-09-09 17:07:50 +02:00
committed by Pavel Emelyanov
parent 09023677c0
commit 7b5c88f35f

View File

@@ -125,11 +125,6 @@ generate_test_list()
static/vt static/vt
static/child_opened_proc static/child_opened_proc
static/cow01 static/cow01
static/fpu00
static/fpu01
static/mmx00
static/sse00
static/sse20
static/pdeath_sig static/pdeath_sig
static/fdt_shared static/fdt_shared
static/file_locks00 static/file_locks00
@@ -159,6 +154,11 @@ generate_test_list()
# Arch specific tests # Arch specific tests
if [ $ARCH = "x86_64" ]; then if [ $ARCH = "x86_64" ]; then
TEST_LIST_ARCH=" TEST_LIST_ARCH="
static/fpu00
static/fpu01
static/mmx00
static/sse00
static/sse20
static/vdso01 static/vdso01
" "
fi fi