December 19, 2011
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos

  Commit: e9dc4b94ebba2114f28ab493a897cf82c6f3aed9
      https://github.com/D-Programming-Language/phobos/commit/e9dc4b94ebba2114f28ab493a897cf82c6f3aed9
  Author: jmdavis <jmdavisProg at gmx.com>
  Date:   2011-12-19 (Mon, 19 Dec 2011)

  Changed paths:
    M std/file.d

  Log Message:
  -----------
  Versioned some of std.file's unit tests.

Some of the tests are too time-sensitive, and the sleeps are slowing the tests down, so I've versioned off the ones that I believe are currently causing issues for the autotester.

It looks like it may be possible to make the file times retrieved more precise, which would lessen the need for sleeps. It would probably also be prudent to combine a number of the tests, which would cut back on the number sleeps needed. Hopefully, this change is enough to deal with autotester's issues for now though.