| Thread overview | |||||
|---|---|---|---|---|---|
  | 
January 10, 2011 [D-runtime] druntime commit, revision 498 | ||||
|---|---|---|---|---|
  | ||||
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 [D-runtime] druntime commit, revision 498 | ||||
|---|---|---|---|---|
  | ||||
Posted in reply to dsource.org  | 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 [D-runtime] druntime commit, revision 498 | ||||
|---|---|---|---|---|
  | ||||
Posted in reply to Brad Roberts  | 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
 | |||
Copyright © 1999-2021 by the D Language Foundation
 
Permalink
Reply