Re-enable many tests

This commit is contained in:
Orion Poplawski 2013-09-30 15:49:22 -06:00
parent 41bcadafb4
commit ba27e79ba0

View File

@ -162,20 +162,13 @@ install -m 0644 %SOURCE2 $RPM_BUILD_ROOT/%{_sysconfdir}/profile.d
%check %check
cd build cd build
# test_bug_3104326 and test_execute expects to use DISPLAY # test_execute expects to use DISPLAY
# test_bug_3300626 - https://sourceforge.net/p/gnudatalanguage/bugs/557/
# test_dicom - https://sourceforge.net/p/gnudatalanguage/bugs/558/
# Known issues with test_memory
# Known issues with str_sep
# - https://sourceforge.net/p/gnudatalanguage/bugs/521/
# test_matrix_multiply is causing problems - hangs
# - https://sourceforge.net/p/gnudatalanguage/bugs/556/
%ifarch %{arm} %ifarch %{arm}
# test_finite and test_fix fail currently on arm # test_finite and test_fix fail currently on arm
# https://bugzilla.redhat.com/show_bug.cgi?id=990749 # https://bugzilla.redhat.com/show_bug.cgi?id=990749
make check ARGS="-V -E 'test_bug_3104326|test_bug_3300626|test_dicom|test_execute|test_str_sep|test_matrix_multiply|test_finite|test_fix'" make check ARGS="-V -E 'test_execute|test_finite|test_fix'"
%else %else
make check ARGS="-V -E 'test_bug_3104326|test_bug_3300626|test_dicom|test_execute|test_str_sep|test_matrix_multiply'" make check ARGS="-V -E 'test_execute'"
%endif %endif
%clean %clean