summaryrefslogtreecommitdiff
path: root/lang/sbcl/patches/patch-ae
blob: 732541e66776eb76ac1efedf9050d8d662947bb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
$NetBSD: patch-ae,v 1.1 2010/05/01 17:01:20 asau Exp $

Disable failing tests.

--- contrib/sb-posix/posix-tests.lisp.orig	2010-02-03 13:04:33.000000000 +0300
+++ contrib/sb-posix/posix-tests.lisp	2010-04-21 17:00:44.000000000 +0400
@@ -429,7 +429,7 @@
                   sb-posix::o-nonblock)))
   t)
 
-#-(or hpux win32) ; fix: cant handle c-vargs
+#-(or hpux win32 netbsd) ; fix: cant handle c-vargs
 (deftest fcntl.flock.1
     (locally (declare (sb-ext:muffle-conditions sb-ext:compiler-note))
       (let ((flock (make-instance 'sb-posix:flock
@@ -464,7 +464,7 @@
   42)
 
 
-#-win32
+#-(or win32 netbsd)
 (deftest fcntl.flock.2
     (locally (declare (sb-ext:muffle-conditions sb-ext:compiler-note))
       (let ((flock (make-instance 'sb-posix:flock
@@ -613,7 +613,7 @@
     (plusp (sb-posix:time))
   t)
 
-#-win32
+#-(or win32 netbsd)
 (deftest utimes.1
     (let ((file (merge-pathnames #p"utimes.1" *test-directory*))
           (atime (random (1- (expt 2 31))))