Bug 164542 - [patch] lang/sbcl: enable SB-CONCURRENCY-TEST::MAILBOX.INTERRUPTS-SAFETY.1
Summary: [patch] lang/sbcl: enable SB-CONCURRENCY-TEST::MAILBOX.INTERRUPTS-SAFETY.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Brendan Fabeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-27 16:40 UTC by swell.k
Modified: 2012-02-07 01:20 UTC (History)
0 users

See Also:


Attachments
file.diff (779 bytes, patch)
2012-01-27 16:40 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2012-01-27 16:40:07 UTC
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.

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

Patch attached with submission follows:
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-01-27 16:40:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bf

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-07 01:10:48 UTC
bf          2012-02-07 01:10:34 UTC

  FreeBSD ports repository

  Removed files:
    lang/sbcl/files      patch-disable-failing-tests 
  Log:
  remove a stale patch
  
  PR:             164542
  Submitted by:   swell.k
  
  Revision  Changes    Path
  1.5       +0 -10     ports/lang/sbcl/files/patch-disable-failing-tests (dead)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Brendan Fabeny freebsd_committer freebsd_triage 2012-02-07 01:11:59 UTC
State Changed
From-To: open->closed

Committed. Thanks!