llvm-project/libcxx/test/std/input.output/filesystems
Eric Fiselier 5792cf42b7 Fix flaky symlink access time test.
last_write_time(sym, new_time) changes the modification time of the file
referenced by the symlink. But reading through the symlink may change the
symlinks's access time.

This meant the previous test that checked that the symlinks access
time was unchanged was incorrect and made the test flaky.

This patch removes this test (there really is no non-flaky way
to test that the new access time coorisponds to the time at which
the symlink was last dereferenced). This should unflake the test.

llvm-svn: 350478
2019-01-05 21:18:10 +00:00
..
Inputs/static_test_env
class.directory_entry
class.directory_iterator
class.file_status
class.filesystem_error
class.path Implement LWG 3096: path::lexically_relative is confused by trailing slashes 2018-12-21 04:25:40 +00:00
class.rec.dir.itr
fs.enum
fs.error.report
fs.filesystem.synopsis
fs.op.funcs Fix flaky symlink access time test. 2019-01-05 21:18:10 +00:00
fs.req.macros
fs.req.namespace
lit.local.cfg