[phobos] random unittest failures in std.file

Walter Bright walter at digitalmars.com
Wed Jul 13 15:58:46 PDT 2011


on line 3242 on linux.

     auto now = Clock.currTime();
     assert(de.timeLastAccessed > before); <=== here
     assert(de.timeLastAccessed < now);
     assert(de.timeLastModified > before);
     assert(de.timeLastModified < now);


More information about the phobos mailing list