Thread overview
[D-runtime] druntime commit, revision 498
Jan 11, 2011
dsource.org
Jan 11, 2011
Brad Roberts
Jan 11, 2011
Jonathan M Davis
January 10, 2011
druntime commit, revision 498


user: jmdavis

msg:
Temporarily make tests which are failing on Windows Posix-only.

When I have the time, I'll work on testing it on a Windows box and make the test properly robust for differences in ticks per second. But the code should be just fine. It's the test that needs to be improved.

http://www.dsource.org/projects/druntime/changeset/498

paths changed:
U   trunk/src/core/time.d

January 10, 2011
On 1/10/2011 8:27 PM, dsource.org wrote:
> druntime commit, revision 498
> 
> 
> user: jmdavis
> 
> msg:
> Temporarily make tests which are failing on Windows Posix-only.
> 
> When I have the time, I'll work on testing it on a Windows box and make the test properly robust for differences in ticks per second. But the code should be just fine. It's the test that needs to be improved.
> 
> http://www.dsource.org/projects/druntime/changeset/498
> 
> paths changed:
> U   trunk/src/core/time.d
> 
> _______________________________________________
> D-runtime mailing list
> D-runtime at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/d-runtime

This moved the point of failure to a later unit test:

core.exception.AssertError at core.time(1575): unittest failure

January 10, 2011
On Monday 10 January 2011 20:50:19 Brad Roberts wrote:
> On 1/10/2011 8:27 PM, dsource.org wrote:
> > druntime commit, revision 498
> > 
> > 
> > user: jmdavis
> > 
> > msg:
> > Temporarily make tests which are failing on Windows Posix-only.
> > 
> > When I have the time, I'll work on testing it on a Windows box and make the test properly robust for differences in ticks per second. But the code should be just fine. It's the test that needs to be improved.
> > 
> > http://www.dsource.org/projects/druntime/changeset/498
> > 
> > paths changed:
> > U   trunk/src/core/time.d
> > 
> > _______________________________________________
> > D-runtime mailing list
> > D-runtime at puremagic.com
> > http://lists.puremagic.com/mailman/listinfo/d-runtime
> 
> This moved the point of failure to a later unit test:
> 
> core.exception.AssertError at core.time(1575): unittest failure

Hmm. Yeah. That looks like it would have the exact same problem. I missed it. I'll check in a fix shortly.

- Jonathan M Davis