[csw-devel] SF.net SVN: gar:[9270] csw/mgar/pkg/ruby19/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sat Mar 20 02:24:54 CET 2010
Revision: 9270
http://gar.svn.sourceforge.net/gar/?rev=9270&view=rev
Author: bdwalton
Date: 2010-03-20 01:24:54 +0000 (Sat, 20 Mar 2010)
Log Message:
-----------
ruby19: disable tests until next version bump (note help from Jens)
Modified Paths:
--------------
csw/mgar/pkg/ruby19/trunk/Makefile
Modified: csw/mgar/pkg/ruby19/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ruby19/trunk/Makefile 2010-03-19 15:26:12 UTC (rev 9269)
+++ csw/mgar/pkg/ruby19/trunk/Makefile 2010-03-20 01:24:54 UTC (rev 9270)
@@ -3,8 +3,18 @@
PATCHLEVEL = p376
CATEGORIES = lang
-# TEST_TARGET = check
+# Working with Jens Deppe, we've determined that the two failing tests
+# in 1.9.1p376 are bad tests (as documented here[1] and here[2]).
+# They make assumptions about kernel behaviour that don't hold for
+# solaris.
+#
+# [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543805
+# [2] http://redmine.ruby-lang.org/issues/show/2609
+ifneq ($(GARVERSION)$(PATCHLEVEL), 1.9.1p376)
+TEST_TARGET = check
+else
TEST_SCRIPTS =
+endif
DISTNAME = ruby-$(GARVERSION)-$(PATCHLEVEL)
@@ -19,7 +29,8 @@
closures.
endef
-PACKAGES = CSWruby19 CSWruby19doc CSWruby19tk CSWruby19dev CSWruby19mode CSWruby19modeel
+PACKAGES = CSWruby19 CSWruby19doc CSWruby19tk CSWruby19dev
+PACKAGES += CSWruby19mode CSWruby19modeel
ARCHALL_CSWruby19doc = 1
ARCHALL_CSWruby19mode = 1
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