← Back to index
|
Original Bugzilla link
Bug 11519 – fix timing issue in core.thread unittest
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P4
Component
druntime
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-11-15T04:35:00Z
Last change time
2015-06-09T05:14:37Z
Keywords
pull
Assigned to
nobody
Creator
code
Comments
Comment #0
by code — 2013-11-15T04:35:40Z
This will need a second Semaphore like most of the other tests.
https://github.com/D-Programming-Language/druntime/blob/74506d433a174f5ecc89ec268426c809aed25ba8/src/core/thread.d#L2630
Comment #1
by maxim — 2013-12-22T13:12:46Z
*** Issue 11803 has been marked as a duplicate of this issue. ***
Comment #2
by maxim — 2013-12-22T13:14:25Z
Yes, and before been fixed, this unittest will cause non-deterministic failures like notorious thread priority bug.
Comment #3
by safety0ff.bugz — 2014-02-08T23:44:12Z
*** Issue 11454 has been marked as a duplicate of this issue. ***
Comment #4
by safety0ff.bugz — 2014-02-24T15:00:57Z
https://github.com/D-Programming-Language/druntime/pull/728
Comment #5
by github-bugzilla — 2014-02-27T17:56:26Z
Commits pushed to master at
https://github.com/D-Programming-Language/druntime
https://github.com/D-Programming-Language/druntime/commit/005fae061f69ab4b0c1b08df728f971314f81e51
Fix issue 11519 - race in core.thread unit test
https://github.com/D-Programming-Language/druntime/commit/f5bd52d91b8f4b30cdc66354ade2e32a33af4b5c
Merge pull request #728 from Safety0ff/fix11454 Fix issue 11519 - race in core.thread unit test