From ff6fbd278bc5845662d1ad2bce0cddef2610425f Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Sat, 3 Aug 2013 09:18:43 +0200 Subject: [PATCH] Add ix86 specific test exclude list --- eigen3.spec | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/eigen3.spec b/eigen3.spec index 1fec88f..08d7cdd 100644 --- a/eigen3.spec +++ b/eigen3.spec @@ -84,7 +84,7 @@ rm -f %{_target_platform}/doc/html/unsupported/installdox excluded_tests="dynalloc|nomalloc_2|packetmath_3|redux_6|visitor_6|array_6|array_for_matrix_6|product_trsolve_8|qr_colpivoting_1|matrix_exponential_6|gmres_1|levenberg_marquardt" %endif -%ifarch x86_64 %{ix86} +%ifarch x86_64 # The following tests FAILED: # 631 - gmres_2 (Failed) # 632 - minres_1 (Failed) @@ -92,6 +92,18 @@ excluded_tests="dynalloc|nomalloc_2|packetmath_3|redux_6|visitor_6|array_6|array excluded_tests="gmres_2|minres_1|bdcsvd_2" %endif +%ifarch %{ix86} +# The following tests FAILED: +# 177 - ref_1 (Failed) +# 555 - superlu_support_2 (Failed) +# 556 - cholmod_support_1 (Failed) +# 557 - cholmod_support_2 (Failed) +# 570 - NonLinearOptimization (Failed) +# 633 - gmres_1 (Failed) +# 635 - levenberg_marquardt (Failed) +excluded_tests="ref_1|superlu_support_2|cholmod_support_1|cholmod_support_2|NonLinearOptimization|gmres_1|levenberg_marquardt" +%endif + make -C %{_target_platform} %{?_smp_mflags} buildtests make -C %{_target_platform} %{?_smp_mflags} test ARGS="-V -E '$excluded_tests'"