From b6be6fafd1a4e9ff398da94d9cc5b9a6650f293e Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Aug 11 2013 01:48:12 +0000 Subject: Exclude more tests... --- diff --git a/eigen3.spec b/eigen3.spec index e47aa75..d99ece4 100644 --- a/eigen3.spec +++ b/eigen3.spec @@ -70,6 +70,7 @@ rm -f %{_target_platform}/doc/html/unsupported/installdox %ifarch armv7hl # The following tests FAILED: # 3 - dynalloc (Failed) +# 4 - nomalloc_3 (Failed) # 5 - nomalloc_2 (Failed) # 14 - packetmath_3 (Failed) # 54 - redux_6 (Failed) @@ -78,10 +79,14 @@ rm -f %{_target_platform}/doc/html/unsupported/installdox # 159 - array_for_matrix_6 (Failed) # 254 - product_trsolve_8 (Failed) # 311 - qr_colpivoting_1 (Failed) +# 337 - schur_complex_2 (Failed) # 576 - matrix_exponential_6 (Failed) +# 584 - matrix_power_9 (Failed) +# 623 - gmres_2 (Failed) +# 624 - minres_1 (Failed) # 630 - gmres_1 (Failed) # 632 - levenberg_marquardt (Failed) -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" +excluded_tests="dynalloc|nomalloc_2|nomalloc_3|packetmath_3|redux_6|visitor_6|array_6|array_for_matrix_6|product_trsolve_8|qr_colpivoting_1|schur_complex_2|matrix_exponential_6|matrix_power_9|gmres_2|minres_1|gmres_1|levenberg_marquardt" %endif %ifarch x86_64