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 0e8610273c Merging r294431:
------------------------------------------------------------------------
r294431 | mgorny | 2017-02-08 01:57:32 -0800 (Wed, 08 Feb 2017) | 7 lines

[test] Fix hard_link_count test to account for fs with dir nlink==1

Filesystems are not required to maintain a hard link count consistent
with number of subdirectories. For example, on btrfs all directories
have nlink==1. Account for that in the test.

Differential Revision: https://reviews.llvm.org/D29706
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_40@295214 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 Fix unused parameters and variables 9 years ago
fs.op.copy_file Fix unused parameters and variables 9 years ago
fs.op.copy_symlink Fix unused parameters and variables 9 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 Fix unused parameters and variables 9 years ago
fs.op.create_hard_link Fix unused parameters and variables 9 years ago
fs.op.create_symlink Fix unused parameters and variables 9 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 Merging r294431: 9 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 Implement LWG 2672. 9 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 r292013: 9 years ago
fs.op.permissions Fix unused parameters and variables 9 years ago
fs.op.read_symlink Fix unused parameters and variables 9 years ago
fs.op.remove Fix unused parameters and variables 9 years ago
fs.op.remove_all Fix unused parameters and variables 9 years ago
fs.op.rename Fix unused parameters and variables 9 years ago
fs.op.resize_file Fix unused parameters and variables 9 years ago
fs.op.space Fix unused parameters and variables 9 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 Fix non-portable tests for temp_directory_path(...) 9 years ago