www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 4824] New: stopwatch unit tests fail intermitently

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4824

           Summary: stopwatch unit tests fail intermitently
           Product: D
           Version: D2
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody puremagic.com
        ReportedBy: braddr puremagic.com



---
The stop watch test fails on and off:
http://d.puremagic.com/test-results/index.ghtml

When it fails:
Testing generated/posix/release/unittest/std/stopwatch
core.exception.AssertError std.stopwatch(907): Assertion failure
----------------
generated/posix/release/unittest/std/stopwatch(_d_assertm+0x16) [0x807d986]
generated/posix/release/unittest/std/stopwatch(_D3std9stopwatch8__assertFiZv+0x12)
[0x807b432]
generated/posix/release/unittest/std/stopwatch(_D3std9stopwatch12__unittest26FZv41__T13__dgliteral24TS3std9stopwatch5TicksZ13__dgliteral24MFS3std9stopwatch5TicksZv+0x23)
[0x807b37f]
generated/posix/release/unittest/std/stopwatch(_D3std9stopwatch12__unittest26FZv66__T11measureTimeS463std9stopwatch12__unittest26FZv13__dgliteral24Z11measureTimeMFZS3std9stopwatch12__unittest26FZv66__T11measureTimeS463std9stopwatch12__unittest26FZv13__dgliteral24Z11measureTimeM3TMP3TMP6__dtorMFZv+0x1b)
[0x807b303]
generated/posix/release/unittest/std/stopwatch(_D3std9stopwatch12__unittest26FZv+0x19)
[0x807ada9]
generated/posix/release/unittest/std/stopwatch(_D3std9stopwatch9__modtestFZv+0x71)
[0x807b405]
generated/posix/release/unittest/std/stopwatch(_D4core7runtime18runModuleUnitTestsUZb16__foreachbody147MFKPS6object10ModuleInfoZi+0x24)
[0x807ff0c]
generated/posix/release/unittest/std/stopwatch(_D6object10ModuleInfo7opApplyFMDFKPS6object10ModuleInfoZiZi+0x41)
[0x807d4bd]
generated/posix/release/unittest/std/stopwatch(runModuleUnitTests+0x87)
[0x807fe27]
generated/posix/release/unittest/std/stopwatch(_D2rt6dmain24mainUiPPaZi6runAllMFZv+0x20)
[0x807dba8]
generated/posix/release/unittest/std/stopwatch(_D2rt6dmain24mainUiPPaZi7tryExecMFMDFZvZv+0x24)
[0x807dad0]
generated/posix/release/unittest/std/stopwatch(main+0x96) [0x807da76]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe6) [0x4008dbd6]
generated/posix/release/unittest/std/stopwatch() [0x8079eb1]

Other failures have been in the debug flavor test run as well.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Sep 05 2010
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4824


Brad Roberts <braddr puremagic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



---
Fixed by SHOO in:
  http://www.dsource.org/projects/phobos/changeset/1975
  http://www.dsource.org/projects/phobos/changeset/1976

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Sep 11 2010