From ba27e79ba0a8e0f2f49b901131e050f2483185b8 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Mon, 30 Sep 2013 15:49:22 -0600 Subject: [PATCH] Re-enable many tests --- gdl.spec | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/gdl.spec b/gdl.spec index a3af7b2..86ffd11 100644 --- a/gdl.spec +++ b/gdl.spec @@ -162,20 +162,13 @@ install -m 0644 %SOURCE2 $RPM_BUILD_ROOT/%{_sysconfdir}/profile.d %check cd build -# test_bug_3104326 and 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/ +# test_execute expects to use DISPLAY %ifarch %{arm} # test_finite and test_fix fail currently on arm # 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 -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 %clean