forked from pool/coreutils
Dirk Mueller
4f67da60bc
- Update to 8.32 (see NEWS). - Remove patches which are included in the new upstream version now: * coreutils-gnulib-disable-test-float.patch * coreutils-ls-restore-8.31-behavior-on-removed-dirs.patch * coreutils-tests-fix-FP-in-ls-stat-free-color.patch * gnulib-test-avoid-FP-perror-strerror.patch - coreutils-i18n.patch: Refresh patch. Also patch 'tests/Coreutils.pm' used by perl-based tests to allow longer test names ... which the i18n tests with their "-mb" suffix have. - coreutils-chmod-fix-exit-status-ign-symlinks.patch: Add upstream patch to fix a regression with the exit code of chmod introduced in 9.0. - coreutils-skip-tests-rm-ext3-perf.patch: Add patch to skip the test 'tests/rm/ext3-perf.sh' temporarily as it hangs on OBS. - coreutils.spec: * Version: bump version. * Remove the above removed patches. * Reference the above new patches. OBS-URL: https://build.opensuse.org/request/show/922533 OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=322
24 lines
858 B
Diff
24 lines
858 B
Diff
# Downstream patch to skip a test failing on OBS.
|
|
# tests: skip tests/rm/ext3-perf.sh temporarily as it hangs on OBS
|
|
# (but otherwise is known to work locally).
|
|
---
|
|
tests/rm/ext3-perf.sh | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
Index: tests/rm/ext3-perf.sh
|
|
===================================================================
|
|
--- tests/rm/ext3-perf.sh.orig
|
|
+++ tests/rm/ext3-perf.sh
|
|
@@ -19,6 +19,11 @@
|
|
. "${srcdir=.}/tests/init.sh"; path_prepend_ ./src
|
|
print_ver_ rm
|
|
|
|
+# Skip this test: it's known to work locally (and it was working for a long
|
|
+# time on OBS), but it started to fail in Sep 2021 on OBS - seemingly on all
|
|
+# platforms (i586, x84_64, ppc64le, ppc64, aarch64, s390x).
|
|
+skip_ "SUSE: disabled for now as known to be failing on OBS"
|
|
+
|
|
very_expensive_
|
|
|
|
# In a circa 2008 benchmark, using rm -rf to remove a 400k-entry directory took:
|