Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Oct 2011 01:40:11 GMT
From:      Nali Toja <nalitoja@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/162017: [patch] lang/sbcl: mark BROKEN on freebsd 9/10 (THREADS option)
Message-ID:  <201110260140.p9Q1eBmh016069@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/162017; it has been noted by GNATS.

From: Nali Toja <nalitoja@gmail.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/162017: [patch] lang/sbcl: mark BROKEN on freebsd 9/10 (THREADS option)
Date: Wed, 26 Oct 2011 01:30:49 +0000

 --=-=-=
 Content-Type: text/plain
 
 And to make it easier to test re-enable sb-thread tests disabled by ports/154050. 
 
 --=-=-=
 Content-Type: text/x-patch
 Content-Disposition: attachment; filename=tests.diff
 
 Index: lang/sbcl/files/patch-disable-failing-tests
 ===================================================================
 RCS file: /a/.csup/ports/lang/sbcl/files/patch-disable-failing-tests,v
 retrieving revision 1.3
 diff -u -p -r1.3 patch-disable-failing-tests
 --- lang/sbcl/files/patch-disable-failing-tests	14 Jul 2011 21:34:14 -0000	1.3
 +++ lang/sbcl/files/patch-disable-failing-tests	26 Oct 2011 01:26:44 -0000
 @@ -1,14 +1,5 @@
  --- contrib/sb-concurrency/tests/test-mailbox.lisp.orig	2011-06-05 12:35:33.000000000 -0700
  +++ contrib/sb-concurrency/tests/test-mailbox.lisp	2011-07-14 13:27:49.000000000 -0700
 -@@ -40,7 +40,7 @@
 - 
 - ;;; FIXME: Several tests disabled on Darwin due to hangs. Something not right
 - ;;; with mailboxes -- or possibly semaphores -- there.
 --#+(and sb-thread (not darwin))
 -+#+(and sb-thread (not (or darwin freebsd)))
 - (progn
 - 
 - ;; Dummy struct for ATOMIC-INCF to work.
  @@ -181,6 +181,7 @@
     (:errors   . 0)
     (:timeouts . 0))
 
 --=-=-=--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110260140.p9Q1eBmh016069>