[coreutils] move inotify-hash-abuse test to root only to disable it in koji builds (fails too often in rawhide)

Ondrej Vasik ovasik at fedoraproject.org
Wed Jan 23 09:40:31 UTC 2013


commit c9e9ece7a386ed2c53bb463892c1cd8967510d71
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Wed Jan 23 10:40:24 2013 +0100

    move inotify-hash-abuse test to root only to disable it in koji builds (fails too often in rawhide)

 coreutils-6.10-configuration.patch |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/coreutils-6.10-configuration.patch b/coreutils-6.10-configuration.patch
index 0fa0c2a..54b31dc 100644
--- a/coreutils-6.10-configuration.patch
+++ b/coreutils-6.10-configuration.patch
@@ -136,3 +136,22 @@ diff -urNp coreutils-8.13-orig/tests/touch/no-dereference.sh coreutils-8.13/test
  
  # Changing time of dangling symlink is okay.
  # Skip the test if this fails, but the error text corresponds to
+diff -urNp coreutils-8.20-orig/tests/local.mk coreutils-8.20/tests/local.mk
+--- coreutils-8.20-orig/tests/local.mk	2013-01-23 09:50:18.388078004 +0100
++++ coreutils-8.20/tests/local.mk	2013-01-23 10:39:09.090085667 +0100
+@@ -130,6 +130,7 @@ all_root_tests =				\
+   tests/rm/no-give-up.sh			\
+   tests/rm/one-file-system.sh			\
+   tests/rm/read-only.sh				\
++  tests/tail-2/inotify-hash-abuse.sh		\
+   tests/tail-2/append-only.sh			\
+   tests/touch/now-owned-by-other.sh
+ 
+@@ -162,7 +163,6 @@ all_tests =					\
+   tests/rm/cycle.sh				\
+   tests/cp/link-heap.sh				\
+   tests/misc/tty-eof.pl				\
+-  tests/tail-2/inotify-hash-abuse.sh		\
+   tests/tail-2/inotify-hash-abuse2.sh		\
+   tests/tail-2/F-vs-missing.sh			\
+   tests/tail-2/F-vs-rename.sh			\


More information about the scm-commits mailing list