From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 26 01:40:12 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 028B7106564A for ; Wed, 26 Oct 2011 01:40:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E59D28FC0A for ; Wed, 26 Oct 2011 01:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9Q1eBic016071 for ; Wed, 26 Oct 2011 01:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9Q1eBmh016069; Wed, 26 Oct 2011 01:40:11 GMT (envelope-from gnats) Date: Wed, 26 Oct 2011 01:40:11 GMT Message-Id: <201110260140.p9Q1eBmh016069@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Nali Toja Cc: Subject: Re: ports/162017: [patch] lang/sbcl: mark BROKEN on freebsd 9/10 (THREADS option) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nali Toja List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2011 01:40:12 -0000 The following reply was made to PR ports/162017; it has been noted by GNATS. From: Nali Toja 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)) --=-=-=--