Exclude more tests...

This commit is contained in:
Sandro Mani 2013-08-11 20:56:22 +02:00
parent feaf836254
commit 0a874803f4

View File

@ -105,6 +105,7 @@ excluded_tests="matrix_function_1|mpreal_support|gmres_1|gmres_2|minres_1|bdcsvd
%ifarch %{ix86} %ifarch %{ix86}
# The following tests FAILED: # The following tests FAILED:
# 177 - ref_1 (Failed) # 177 - ref_1 (Failed)
# 281 - lu_5 (Failed)
# 555 - superlu_support_2 (Failed) # 555 - superlu_support_2 (Failed)
# 556 - cholmod_support_1 (Failed) # 556 - cholmod_support_1 (Failed)
# 557 - cholmod_support_2 (Failed) # 557 - cholmod_support_2 (Failed)
@ -115,7 +116,7 @@ excluded_tests="matrix_function_1|mpreal_support|gmres_1|gmres_2|minres_1|bdcsvd
# 633 - gmres_1 (Failed) # 633 - gmres_1 (Failed)
# 635 - levenberg_marquardt (Failed) # 635 - levenberg_marquardt (Failed)
# 643 - bdcsvd_2 (Failed) # 643 - bdcsvd_2 (Failed)
excluded_tests="ref_1|superlu_support_2|cholmod_support_1|cholmod_support_2|NonLinearOptimization|mpreal_support|gmres_2|minres_1|gmres_1|levenberg_marquardt|bdcsvd_2" excluded_tests="ref_1|lu_5|superlu_support_2|cholmod_support_1|cholmod_support_2|NonLinearOptimization|mpreal_support|gmres_2|minres_1|gmres_1|levenberg_marquardt|bdcsvd_2"
%endif %endif
make -C %{_target_platform} %{?_smp_mflags} buildtests make -C %{_target_platform} %{?_smp_mflags} buildtests