[62380] trunk/dports/lang/sbcl

easieste at macports.org easieste at macports.org
Tue Jan 5 13:33:40 PST 2010


Revision: 62380
          http://trac.macports.org/changeset/62380
Author:   easieste at macports.org
Date:     2010-01-05 13:33:36 -0800 (Tue, 05 Jan 2010)
Log Message:
-----------
Comment out further SB-POSIX tests reported to having failed under Snow Leopard.

Modified Paths:
--------------
    trunk/dports/lang/sbcl/Portfile
    trunk/dports/lang/sbcl/files/patch-posix-tests.diff

Modified: trunk/dports/lang/sbcl/Portfile
===================================================================
--- trunk/dports/lang/sbcl/Portfile	2010-01-05 21:12:53 UTC (rev 62379)
+++ trunk/dports/lang/sbcl/Portfile	2010-01-05 21:33:36 UTC (rev 62380)
@@ -4,7 +4,7 @@
 
 name		sbcl
 version		1.0.33
-revision        2
+revision        3
 set subrevision	""
 categories	lang
 maintainers	gwright waqar easieste

Modified: trunk/dports/lang/sbcl/files/patch-posix-tests.diff
===================================================================
--- trunk/dports/lang/sbcl/files/patch-posix-tests.diff	2010-01-05 21:12:53 UTC (rev 62379)
+++ trunk/dports/lang/sbcl/files/patch-posix-tests.diff	2010-01-05 21:33:36 UTC (rev 62380)
@@ -1,5 +1,5 @@
 --- contrib/sb-posix/posix-tests.lisp.orig	2009-10-25 09:24:59.000000000 +0100
-+++ contrib/sb-posix/posix-tests.lisp	2010-01-03 15:25:54.000000000 +0100
++++ contrib/sb-posix/posix-tests.lisp	2010-01-05 22:17:14.000000000 +0100
 @@ -103,6 +103,7 @@
        (sb-posix:syscall-errno c)))
    #.sb-posix::eexist)
@@ -24,7 +24,15 @@
  (deftest stat-mode.1
    (with-stat-mode (mode *test-directory*)
      (sb-posix:s-isreg mode))
-@@ -506,6 +509,7 @@
+@@ -347,6 +350,7 @@
+     (sb-posix:s-isblk mode))
+   nil)
+ 
++#-darwin
+ (deftest stat-mode.5
+   (with-stat-mode (mode *test-directory*)
+     (sb-posix:s-isfifo mode))
+@@ -506,6 +510,7 @@
          (sb-posix:closedir dir))))
    nil)
  
@@ -32,3 +40,11 @@
  (deftest readdir.1
    (let ((dir (sb-posix:opendir "/")))
      (unwind-protect
+@@ -662,6 +667,7 @@
+     #.(concatenate 'string "/" (make-string 255 :initial-element #\a)))
+ 
+   ;; The error tests are in the order of exposition from SUSv3.
++  #-darwin
+   (deftest readlink.error.1
+       (let* ((subdir-pathname (merge-pathnames
+                                (make-pathname
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100105/b7cd0002/attachment.html>


More information about the macports-changes mailing list