From 1566bec9a68a64ac4a02a3400d966d830323bb6d Mon Sep 17 00:00:00 2001 From: Dmitry Safonov <0x7f454c46@gmail.com> Date: Wed, 14 Feb 2018 01:41:19 +0000 Subject: [PATCH] zdtm/fpu02: Don't run the test on !x86 platforms Fixes: commit 925451c12b2e ("zdtm/x86: Add a mxcsr preserving fpu test") Signed-off-by: Dmitry Safonov <0x7f454c46@gmail.com> --- test/zdtm/static/fpu02.desc | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/zdtm/static/fpu02.desc diff --git a/test/zdtm/static/fpu02.desc b/test/zdtm/static/fpu02.desc new file mode 100644 index 000000000..d2f501de2 --- /dev/null +++ b/test/zdtm/static/fpu02.desc @@ -0,0 +1 @@ +{'arch': 'x86_64'}