Re-enable many tests
This commit is contained in:
parent
41bcadafb4
commit
ba27e79ba0
13
gdl.spec
13
gdl.spec
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user