Exclude more tests...

This commit is contained in:
Sandro Mani 2013-08-11 00:03:36 +02:00
parent 38cf6ae27d
commit 6fd483aaa3

View File

@ -103,11 +103,12 @@ excluded_tests="matrix_function_1|mpreal_support|gmres_1|gmres_2|minres_1|bdcsvd
# 557 - cholmod_support_2 (Failed) # 557 - cholmod_support_2 (Failed)
# 570 - NonLinearOptimization (Failed) # 570 - NonLinearOptimization (Failed)
# 603 - mpreal_support (Failed) # 603 - mpreal_support (Failed)
# 627 - gmres_2 (Failed)
# 629 - minres_1 (Failed) # 629 - minres_1 (Failed)
# 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|minres_1|gmres_1|levenberg_marquardt|bdcsvd_2" 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"
%endif %endif
make -C %{_target_platform} %{?_smp_mflags} buildtests make -C %{_target_platform} %{?_smp_mflags} buildtests
@ -120,7 +121,7 @@ make -C %{_target_platform} %{?_smp_mflags} test ARGS="-V -E '$excluded_tests'"
%{_datadir}/pkgconfig/* %{_datadir}/pkgconfig/*
%changelog %changelog
* Sun Aug 4 2013 Sandro Mani <manisandro@gmail.com> - 3.2-3 * Sun Aug 11 2013 Sandro Mani <manisandro@gmail.com> - 3.2-3
- Build and run tests - Build and run tests
- Drop -DBLAS_LIBRARIES_DIR, not used - Drop -DBLAS_LIBRARIES_DIR, not used
- Add some BR to enable tests of corresponding backends - Add some BR to enable tests of corresponding backends