[csw-devel] SF.net SVN: gar:[13675] csw/mgar/pkg/coreutils/trunk/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Tue Mar 8 04:24:49 CET 2011


Revision: 13675
          http://gar.svn.sourceforge.net/gar/?rev=13675&view=rev
Author:   bdwalton
Date:     2011-03-08 03:24:48 +0000 (Tue, 08 Mar 2011)

Log Message:
-----------
coreutils/trunk: disable test suite until next version bump (2 failing tests on sparc due to buggy gdf in current 8.8 package)

Modified Paths:
--------------
    csw/mgar/pkg/coreutils/trunk/Makefile

Modified: csw/mgar/pkg/coreutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/coreutils/trunk/Makefile	2011-03-08 03:02:16 UTC (rev 13674)
+++ csw/mgar/pkg/coreutils/trunk/Makefile	2011-03-08 03:24:48 UTC (rev 13675)
@@ -49,7 +49,9 @@
 
 PROTOTYPE_FILTER  = awk '$$$$3 == "/opt/csw/bin/gsu" { $$$$4 = "4555" }; { print }'
 
-ifneq ($(VERSION), 8.8)
+# 8.10 fails cp/fiemap-perf and cp/fiemap-2 on sparc due to gdf not returning
+# an error when running gdf -T -t ... (fiemap_capable_ in tests/init.cfg)
+ifneq ($(VERSION), 8.10)
 TEST_TARGET = check
 else
 TEST_SCRIPTS =


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list