From: Elan Ruusamäe Date: Sun, 3 Apr 2011 20:21:42 +0000 (+0000) Subject: - tests: misc/fmt: disable just the broken test X-Git-Tag: auto/ac/coreutils-8_10-1~1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;ds=sidebyside;h=e447242d8e62d1a50dcada42c3a1aef21d3256b9;p=packages%2Fcoreutils.git - tests: misc/fmt: disable just the broken test - gnulib-tests: do not use /etc/resolv.conf for read test - make -j1 for racy tests Changed files: coreutils.spec -> 1.174 --- diff --git a/coreutils.spec b/coreutils.spec index f3b0546..220f8b5 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -140,8 +140,10 @@ Programy zawarte w tym pakiecie to: # fails under C locale: # LC_ALL=C echo -e "ça\nçb\n"|LC_ALL=C fmt -p 'ç' # fmt: memory exhausted -%{__rm} tests/misc/fmt -%{__sed} -i -e '/misc\/fmt/d' tests/Makefile.am +%{__sed} -i -e 25,27d tests/misc/fmt + +# /etc/resolv.conf is blocked in pld builders, try some other file +%{__sed} -i -e 's,/etc/resolv.conf,/etc/hosts,' gnulib-tests/test-read-file.c # getgid needs to be fixed: # getgid: missing operand @@ -149,11 +151,6 @@ Programy zawarte w tym pakiecie to: %{__rm} tests/misc/help-version %{__sed} -i -e '/misc\/help-version/d' tests/Makefile.am -# broken (racy?) -# +du: fts_read failed: T/U/3/a/b: No such file or directory -%{__rm} tests/du/move-dir-while-traversing -%{__sed} -i -e '/du\/move-dir-while-traversing/d' tests/Makefile.am - %build %{__gettextize} %{__aclocal} -I m4 @@ -170,7 +167,7 @@ Programy zawarte w tym pakiecie to: %{__make} -%{?with_tests:%{__make} tests check} +%{?with_tests:%{__make} -j1 tests check} %install rm -rf $RPM_BUILD_ROOT