]> git.pld-linux.org Git - packages/coreutils.git/commitdiff
- disable all tests that involve ctime
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 3 Dec 2013 13:40:42 +0000 (14:40 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 3 Dec 2013 13:40:42 +0000 (14:40 +0100)
tests.patch

index 91e307e8492e838f0465a2b1e29f53357f0ea6a8..26d4775dbcb9e08961a7a73a4f516066c4b44384 100644 (file)
  /* Skip ctime tests on native Windows, since it is either a copy of
     mtime or birth time (depending on the file system), rather than a
     properly tracked change time.  */
+--- coreutils-8.21/gnulib-tests/test-stat-time.c~      2013-01-02 13:34:46.000000000 +0100
++++ coreutils-8.21/gnulib-tests/test-stat-time.c       2013-12-03 14:39:35.423872940 +0100
+@@ -184,7 +184,7 @@
+     }
+ }
+-#if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__
++#if 1
+ /* Skip the ctime tests on native Windows platforms, because their
+    st_ctime is either the same as st_mtime (plus or minus an offset)
+    or set to the file _creation_ time, and is not influenced by rename
+--- coreutils-8.21/gnulib-tests/gnulib.mk~     2013-02-07 17:58:44.000000000 +0100
++++ coreutils-8.21/gnulib-tests/gnulib.mk      2013-12-03 14:40:18.667641475 +0100
+@@ -259,9 +259,9 @@
+ ## begin gnulib module chown-tests
+-TESTS += test-chown
+-check_PROGRAMS += test-chown
+-EXTRA_DIST += nap.h test-chown.h test-chown.c signature.h macros.h
++#TESTS += test-chown
++#check_PROGRAMS += test-chown
++#EXTRA_DIST += nap.h test-chown.h test-chown.c signature.h macros.h
+ ## end   gnulib module chown-tests
+@@ -457,10 +457,10 @@
+ ## begin gnulib module fchownat-tests
+-TESTS += test-fchownat
+-check_PROGRAMS += test-fchownat
+-test_fchownat_LDADD = $(LDADD) @LIBINTL@
+-EXTRA_DIST += nap.h test-chown.h test-lchown.h test-fchownat.c signature.h macros.h
++#TESTS += test-fchownat
++#check_PROGRAMS += test-fchownat
++#test_fchownat_LDADD = $(LDADD) @LIBINTL@
++#EXTRA_DIST += nap.h test-chown.h test-lchown.h test-fchownat.c signature.h macros.h
+ ## end   gnulib module fchownat-tests
+@@ -1102,9 +1102,9 @@
+ ## begin gnulib module lchown-tests
+-TESTS += test-lchown
+-check_PROGRAMS += test-lchown
+-EXTRA_DIST += nap.h test-lchown.h test-lchown.c signature.h macros.h
++#TESTS += test-lchown
++#check_PROGRAMS += test-lchown
++#EXTRA_DIST += nap.h test-lchown.h test-lchown.c signature.h macros.h
+ ## end   gnulib module lchown-tests
This page took 0.049621 seconds and 4 git commands to generate.