Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jan 2012 16:35:29 GMT
From:      Anonymous <swell.k@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/164542: [patch] lang/sbcl: enable SB-CONCURRENCY-TEST::MAILBOX.INTERRUPTS-SAFETY.1
Message-ID:  <201201271635.q0RGZTvp073643@red.freebsd.org>
Resent-Message-ID: <201201271640.q0RGe7VY003767@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         164542
>Category:       ports
>Synopsis:       [patch] lang/sbcl: enable SB-CONCURRENCY-TEST::MAILBOX.INTERRUPTS-SAFETY.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 27 16:40:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Anonymous
>Release:        
>Organization:
>Environment:
>Description:
Since 1.0.54 all sb-concurrency tests pass on any supported FreeBSD release. Apparently, it was already mentioned at 20 Nov in ports/162017 followup prior to the commit at 9 Dec but somehow lost in the noise.

>How-To-Repeat:
7.4-RELEASE/i386: http://redports.org/~aoeui/20120127131507-64984-7887/sbcl-1.0.55.0_2,1.log
8.2-RELEASE/i386: http://redports.org/~aoeui/20120127131617-79774-7889/sbcl-1.0.55.0_2,1.log
9.0-RELEASE/i386: http://redports.org/~aoeui/20120127131617-79774-7888/sbcl-1.0.55.0_2,1.log

$ make
[...]
; /work/a/ports/lang/sbcl/work/sbcl-1.0.55/contrib/sb-concurrency/tests/ASDF-TMP-test-gate.fasl written
; compilation finished in 0:00:00.004
Doing 24 pending tests of 24 tests total.
 SB-CONCURRENCY-TEST::QUEUE.1 SB-CONCURRENCY-TEST::QUEUE.2
 SB-CONCURRENCY-TEST::QUEUE.3 SB-CONCURRENCY-TEST::QUEUE.4
 SB-CONCURRENCY-TEST::QUEUE.5 SB-CONCURRENCY-TEST::QUEUE.T.1
 SB-CONCURRENCY-TEST::QUEUE.T.2 SB-CONCURRENCY-TEST::QUEUE.T.3
 SB-CONCURRENCY-TEST::MAILBOX-TRIVIA.1 SB-CONCURRENCY-TEST::MAILBOX-TRIVIA.2
 SB-CONCURRENCY-TEST::MAILBOX-TRIVIA.3 SB-CONCURRENCY-TEST::MAILBOX-TIMEOUTS
 SB-CONCURRENCY-TEST::MAILBOX.SINGLE-PRODUCER-SINGLE-CONSUMER
 SB-CONCURRENCY-TEST::MAILBOX.SINGLE-PRODUCER-MULTIPLE-CONSUMERS
 SB-CONCURRENCY-TEST::MAILBOX.MULTIPLE-PRODUCERS-SINGLE-CONSUMER
 SB-CONCURRENCY-TEST::MAILBOX.MULTIPLE-PRODUCERS-MULTIPLE-CONSUMERS
 SB-CONCURRENCY-TEST::MAILBOX.INTERRUPTS-SAFETY.1 SB-CONCURRENCY-TEST::GATE.0
 SB-CONCURRENCY-TEST::GATE.1 SB-CONCURRENCY-TEST::GATE.2
 SB-CONCURRENCY-TEST::GATE-DEADLINE.1 SB-CONCURRENCY-TEST::GATE-DEADLINE.2
 SB-CONCURRENCY-TEST::GATE-TIMEOUT.1 SB-CONCURRENCY-TEST::GATE-TIMEOUT.2
No tests failed.

>Fix:
remove files/patch-disable-failing-tests

Patch attached with submission follows:

Index: lang/sbcl/files/patch-disable-failing-tests
===================================================================
RCS file: lang/sbcl/files/patch-disable-failing-tests
diff -N lang/sbcl/files/patch-disable-failing-tests
--- lang/sbcl/files/patch-disable-failing-tests	21 Nov 2011 00:39:56 -0000	1.4
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,10 +0,0 @@
---- contrib/sb-concurrency/tests/test-mailbox.lisp.orig	2011-11-20 15:31:43.000000000 -0500
-+++ contrib/sb-concurrency/tests/test-mailbox.lisp	2011-11-20 15:33:41.000000000 -0500
-@@ -181,6 +181,7 @@
-   (:errors   . 0)
-   (:timeouts . 0))
- 
-+#-(and sb-thread freebsd)
- (deftest mailbox.interrupts-safety.1
-     (multiple-value-bind (received garbage errors timeouts)
-         (test-mailbox-producers-consumers


>Release-Note:
>Audit-Trail:
>Unformatted:



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