Abandon autoconf < 2.68.

Exclude test 199.
This commit is contained in:
Ralf Corsepius
2010-10-14 15:11:48 +00:00
parent 02e9f5fb42
commit 8ef2d0f161

View File

@@ -71,20 +71,10 @@ make
%check %check
%if "%{_build}" == "%{_host}" %if "%{_build}" == "%{_host}"
%if "%{srcvers}" <= "2.66"
# test 193 fails sporadically
# test 199 fails deterministically
TESTSUITEFLAGS='-192 194-198 200-'
%endif
%if "%{srcvers}" == "2.67"
# test 199 fails deterministically
TESTSUITEFLAGS='-198 200-'
%endif
%if "%{srcvers}" == "2.68" %if "%{srcvers}" == "2.68"
# test 199 fails sporadically
# test 205 fails deterministically # test 205 fails deterministically
TESTSUITEFLAGS='-204 206-' TESTSUITEFLAGS='-198 200-204 206-'
%endif %endif
make check %{!?with_alltests:TESTSUITEFLAGS="${TESTSUITEFLAGS}"} make check %{!?with_alltests:TESTSUITEFLAGS="${TESTSUITEFLAGS}"}