[CRIU] [PATCH 1/3] zdtm: fpu, mmx and sse tests are x86 specific.
Laurent Dufour
ldufour at linux.vnet.ibm.com
Wed Sep 9 08:07:50 PDT 2015
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 at linux.vnet.ibm.com>
---
test/zdtm.sh | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/test/zdtm.sh b/test/zdtm.sh
index b21ccdd17bd1..4fbd1ccdae46 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
--
1.9.1
More information about the CRIU
mailing list