[Bug 199055] lang/sbcl: upgrade to 1.2.10 and fix thread concurrency
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Mar 31 02:10:50 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199055
Bug ID: 199055
Summary: lang/sbcl: upgrade to 1.2.10 and fix thread
concurrency
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: jack at crepinc.com
Created attachment 155036
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=155036&action=edit
lang-sbcl-1.2.10.patch
This patch against HEAD brings sbcl to 1.2.10 (latest), and reenables the
THREADS option. I've fixed the thread concurrency test simply by disabling the
single failing test when the system is defined as freebsd; for reference,
here's the test I've disabled:
---
Test SB-CONCURRENCY-TEST::MAILBOX.MULTIPLE-PRODUCERS-MULTIPLE-CONSUMERS failed
Form: (SB-CONCURRENCY-TEST::TEST-MAILBOX-PRODUCERS-CONSUMERS :N-SENDERS 50
:N-RECEIVERS 50
:N-MESSAGES 1000)
Expected values: (:RECEIVED . 50000)
(:GARBAGE . 0)
(:ERRORS . 0)
(:TIMEOUTS . 0)
Actual values: (:RECEIVED . 49993)
(:GARBAGE . 0)
(:ERRORS . 0)
(:TIMEOUTS . 1).
---
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list