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:
committed by
Pavel Emelyanov
parent
09023677c0
commit
7b5c88f35f
10
test/zdtm.sh
10
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
|
||||
|
Reference in New Issue
Block a user