Exclude more tests...

This commit is contained in:
Sandro Mani 2013-08-11 03:48:12 +02:00
parent 6fd483aaa3
commit b6be6fafd1

View File

@ -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