From 3edebef4dd6036edf05cc93685cdf8da03fa4590 Mon Sep 17 00:00:00 2001 From: Andrey Bondrov Date: Mon, 29 Jan 2018 22:31:06 +1000 Subject: [PATCH] Drop simd tests because of ABF limitations for i586 build --- meson.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meson.spec b/meson.spec index af5c019..56f3d44 100644 --- a/meson.spec +++ b/meson.spec @@ -105,6 +105,8 @@ rm -rf "test cases/frameworks/17 mpi" rm -rf "test cases/frameworks/15 llvm" # Cannot find libboost_thread.so which exists rm -rf "test cases/frameworks/1 boost" +# ABF limitations for i586 build +rm -rf "test cases/common/155 simd" export MESON_PRINT_TEST_OUTPUT=1 export LC_ALL=UTF-8