You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/experimental/filesystem/fs.op.funcs
Hans Wennborg 48fa196e77 Merging r278357:
------------------------------------------------------------------------
r278357 | compnerd | 2016-08-11 09:58:12 -0700 (Thu, 11 Aug 2016) | 6 lines

test: relax the FS test a slight bit to be more reliable

Some filesystems track atime always.  This relaxes the test to accept either a
filesystem which does not accurately track atime or does track the atime
accurately.  This allows the test to pass on filesystems mounted with
`strictatime` on Linux or on macOS.
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_39@278538 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
fs.op.absolute Add Filesystem TS -- Complete 10 years ago
fs.op.canonical Fix initialization of test case array in C++11 10 years ago
fs.op.copy Update status of filesystem issues, and add tests for LWG issue 2683 10 years ago
fs.op.copy_file Get filesystem tests passing for single-threaded configurations. 10 years ago
fs.op.copy_symlink Get filesystem tests passing for single-threaded configurations. 10 years ago
fs.op.create_directories Get filesystem tests passing for single-threaded configurations. 10 years ago
fs.op.create_directory [libcxx][filesystem] Remove setgid from parent before testing permissions 9 years ago
fs.op.create_directory_symlink Add Filesystem TS -- Complete 10 years ago
fs.op.create_hard_link Add Filesystem TS -- Complete 10 years ago
fs.op.create_symlink Add Filesystem TS -- Complete 10 years ago
fs.op.current_path Add Filesystem TS -- Complete 10 years ago
fs.op.equivalent Add Filesystem TS -- Complete 10 years ago
fs.op.exists Implement LWG issue 2725. The issue should move this meeting 10 years ago
fs.op.file_size Add Filesystem TS -- Complete 10 years ago
fs.op.hard_lk_ct Add Filesystem TS -- Complete 10 years ago
fs.op.is_block_file Add Filesystem TS -- Complete 10 years ago
fs.op.is_char_file Add Filesystem TS -- Complete 10 years ago
fs.op.is_directory Add Filesystem TS -- Complete 10 years ago
fs.op.is_empty Add Filesystem TS -- Complete 10 years ago
fs.op.is_fifo Add Filesystem TS -- Complete 10 years ago
fs.op.is_other Add Filesystem TS -- Complete 10 years ago
fs.op.is_regular_file Add Filesystem TS -- Complete 10 years ago
fs.op.is_socket Add Filesystem TS -- Complete 10 years ago
fs.op.is_symlink Add Filesystem TS -- Complete 10 years ago
fs.op.last_write_time Merging r278357: 9 years ago
fs.op.permissions Implement LWG issue 2720. Replace perms::resolve_symlinks with perms::symlink_nofollow. 10 years ago
fs.op.read_symlink Add Filesystem TS -- Complete 10 years ago
fs.op.remove Add Filesystem TS -- Complete 10 years ago
fs.op.remove_all Add Filesystem TS -- Complete 10 years ago
fs.op.rename Add Filesystem TS -- Complete 10 years ago
fs.op.resize_file Add Filesystem TS -- Complete 10 years ago
fs.op.space Fix 3 bugs in filesystem tests and implementation. 10 years ago
fs.op.status Add Filesystem TS -- Complete 10 years ago
fs.op.status_known Add Filesystem TS -- Complete 10 years ago
fs.op.symlink_status Add Filesystem TS -- Complete 10 years ago
fs.op.system_complete Add Filesystem TS -- Complete 10 years ago
fs.op.temp_dir_path Add Filesystem TS -- Complete 10 years ago