llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs
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
..
fs.op.absolute
fs.op.canonical
fs.op.copy
fs.op.copy_file
fs.op.copy_symlink
fs.op.create_directories
fs.op.create_directory
fs.op.create_directory_symlink
fs.op.create_hard_link
fs.op.create_symlink
fs.op.current_path
fs.op.equivalent
fs.op.exists
fs.op.file_size
fs.op.hard_lk_ct
fs.op.is_block_file
fs.op.is_char_file
fs.op.is_directory
fs.op.is_empty
fs.op.is_fifo
fs.op.is_other
fs.op.is_regular_file
fs.op.is_socket
fs.op.is_symlink
fs.op.last_write_time Fix flaky symlink access time test. 2019-01-05 21:18:10 +00:00
fs.op.permissions [test] [filesystems] NetBSD can do symlink permissions too 2018-12-12 20:28:52 +00:00
fs.op.proximate Fix test case breakages caused by lexically_relative change 2018-12-21 04:38:22 +00:00
fs.op.read_symlink
fs.op.relative
fs.op.remove
fs.op.remove_all
fs.op.rename
fs.op.resize_file
fs.op.space
fs.op.status
fs.op.status_known
fs.op.symlink_status
fs.op.temp_dir_path
fs.op.weakly_canonical