[D-runtime] OS X unittest failure in core.sync.semaphore
Michel Fortin
michel.fortin at michelf.com
Sun Jan 30 13:05:40 PST 2011
Seems like the unittests for core.sync.semaphore fails on OS X for me. What could be happening?
Testing obj/core/sync/semaphore
core.exception.AssertError at core.sync.semaphore(516): Assertion failure
----------------
5 semaphore 0x0000969d onAssertError + 65
6 semaphore 0x00012176 _d_assertm + 30
7 semaphore 0x00001ff0 void core.sync.semaphore.__assert(int) + 24
8 semaphore 0x000027bd void core.sync.semaphore.testWaitTimeout() + 297
9 semaphore 0x00002838 void core.sync.semaphore.__unittest1() + 16
10 semaphore 0x00001fd3 void core.sync.semaphore.__modtest() + 11
11 semaphore 0x00009b19 extern (C) bool core.runtime.runModuleUnitTests().int __foreachbody247(ref object.ModuleInfo*) + 45
12 semaphore 0x00005267 int object.ModuleInfo.opApply(scope int delegate(ref object.ModuleInfo*)) + 79
13 semaphore 0x00009a0a runModuleUnitTests + 134
14 semaphore 0x000124f6 extern (C) int rt.dmain2.main(int, char**).void runAll() + 38
15 semaphore 0x0001244a extern (C) int rt.dmain2.main(int, char**).void tryExec(scope void delegate()) + 38
16 semaphore 0x000123db main + 179
17 semaphore 0x00001fb5 start + 53
--
Michel Fortin
michel.fortin at michelf.com
http://michelf.com/
More information about the D-runtime
mailing list