This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from e598abfa7 Fixup ABI lists on Linux after adding <filesystem> to the dylib. new 6ba69cac2 Fix char.traits.specializations.char8_t main return new e76d13a48 Revert "[libc++] Build <filesystem> support as part of the dylib"
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: CMakeLists.txt | 17 + benchmarks/CMakeLists.txt | 3 + docs/BuildingLibcxx.rst | 12 + docs/UsingLibcxx.rst | 20 + lib/CMakeLists.txt | 53 +- lib/abi/CHANGELOG.TXT | 124 ----- lib/abi/x86_64-apple-darwin.v1.abilist | 71 --- test/CMakeLists.txt | 1 + test/libcxx/input.output/filesystems/lit.local.cfg | 3 + test/lit.site.cfg.in | 1 + .../filesystems/Inputs/static_test_env/bad_symlink | 1 + .../Inputs/static_test_env/dir1/dir2/afile3 | 0 .../Inputs/static_test_env/dir1/dir2/dir3/file5 | 0 .../Inputs/static_test_env/dir1/dir2/file4 | 0 .../static_test_env/dir1/dir2/symlink_to_dir3 | 1 + .../filesystems/Inputs/static_test_env/dir1/file1 | 0 .../filesystems/Inputs/static_test_env/dir1/file2 | 1 + .../filesystems/Inputs/static_test_env/empty_file | 0 .../Inputs/static_test_env/non_empty_file | 1 + .../Inputs/static_test_env/symlink_to_dir | 1 + .../Inputs/static_test_env/symlink_to_empty_file | 1 + .../directory_entry.cons/copy.pass.cpp | 73 +++ .../directory_entry.cons/copy_assign.pass.cpp | 81 +++ .../directory_entry.cons/default.pass.cpp | 32 ++ .../directory_entry.cons/default_const.pass.cpp | 33 ++ .../directory_entry.cons/move.pass.cpp | 71 +++ .../directory_entry.cons/move_assign.pass.cpp | 77 +++ .../directory_entry.cons/path.pass.cpp | 181 +++++++ .../directory_entry.mods/assign.pass.cpp | 131 +++++ .../directory_entry.mods/refresh.pass.cpp | 340 ++++++++++++ .../directory_entry.mods/replace_filename.pass.cpp | 168 ++++++ .../directory_entry.obs/comparisons.pass.cpp | 82 +++ .../directory_entry.obs/file_size.pass.cpp | 241 +++++++++ .../directory_entry.obs/file_type_obs.pass.cpp | 257 +++++++++ .../directory_entry.obs/hard_link_count.pass.cpp | 241 +++++++++ .../directory_entry.obs/last_write_time.pass.cpp | 214 ++++++++ .../directory_entry.obs/path.pass.cpp | 89 ++++ .../directory_entry.obs/status.pass.cpp | 57 ++ .../directory_entry.obs/symlink_status.pass.cpp | 57 ++ .../directory_iterator.members/copy.pass.cpp | 58 ++ .../copy_assign.pass.cpp | 97 ++++ .../directory_iterator.members/ctor.pass.cpp | 253 +++++++++ .../default_ctor.pass.cpp} | 29 +- .../directory_iterator.members/increment.pass.cpp | 115 ++++ .../directory_iterator.members/move.pass.cpp | 61 +++ .../move_assign.pass.cpp | 115 ++++ .../begin_end.pass.cpp | 59 +++ .../class.directory_iterator/types.pass.cpp | 38 ++ .../class.file_status/file_status.cons.pass.cpp | 61 +++ .../class.file_status/file_status.mods.pass.cpp | 50 ++ .../class.file_status/file_status.obs.pass.cpp | 46 ++ .../filesystem_error.members.pass.cpp | 103 ++++ .../class.path/path.itr/iterator.pass.cpp | 106 ++++ .../class.path/path.member/path.append.pass.cpp | 340 ++++++++++++ .../path.member/path.assign/braced_init.pass.cpp} | 25 +- .../path.member/path.assign/copy.pass.cpp | 37 ++ .../path.member/path.assign/move.pass.cpp | 43 ++ .../path.member/path.assign/source.pass.cpp | 242 +++++++++ .../class.path/path.member/path.compare.pass.cpp | 192 +++++++ .../class.path/path.member/path.concat.pass.cpp | 389 ++++++++++++++ .../path.member/path.construct/copy.pass.cpp | 35 ++ .../path.member/path.construct/default.pass.cpp} | 24 +- .../path.member/path.construct/move.pass.cpp | 41 ++ .../path.member/path.construct/source.pass.cpp | 130 +++++ .../path.member/path.decompose/empty.fail.cpp} | 22 +- .../path.decompose/path.decompose.pass.cpp | 217 ++++++++ .../path.member/path.gen/lexically_normal.pass.cpp | 141 +++++ .../lexically_relative_and_proximate.pass.cpp | 88 +++ .../path.generic.obs/generic_string_alloc.pass.cpp | 56 ++ .../path.generic.obs/named_overloads.pass.cpp | 62 +++ .../path.member/path.modifiers/clear.pass.cpp | 45 ++ .../path.modifiers/make_preferred.pass.cpp | 55 ++ .../path.modifiers/remove_filename.pass.cpp | 74 +++ .../path.modifiers/replace_extension.pass.cpp | 73 +++ .../path.modifiers/replace_filename.pass.cpp | 72 +++ .../path.member/path.modifiers/swap.pass.cpp | 81 +++ .../path.member/path.native.obs/c_str.pass.cpp | 43 ++ .../path.native.obs/named_overloads.pass.cpp | 63 +++ .../path.member/path.native.obs/native.pass.cpp | 40 ++ .../path.native.obs/operator_string.pass.cpp | 47 ++ .../path.native.obs/string_alloc.pass.cpp | 138 +++++ .../path.query/tested_in_path_decompose.pass.cpp | 33 ++ .../class.path/path.nonmember/append_op.fail.cpp} | 25 +- .../class.path/path.nonmember/append_op.pass.cpp} | 28 +- .../path.nonmember/comparison_ops.fail.cpp | 34 ++ .../comparison_ops_tested_elsewhere.pass.cpp} | 20 +- .../hash_value_tested_elswhere.pass.cpp} | 20 +- .../path.nonmember/path.factory.pass.cpp | 53 ++ .../class.path/path.nonmember/path.io.pass.cpp | 99 ++++ .../path.nonmember/path.io.unicode_bug.pass.cpp | 70 +++ .../class.path/path.nonmember/swap.pass.cpp | 50 ++ .../filesystems/class.path/synop.pass.cpp | 39 ++ .../rec.dir.itr.members/copy.pass.cpp | 78 +++ .../rec.dir.itr.members/copy_assign.pass.cpp | 157 ++++++ .../rec.dir.itr.members/ctor.pass.cpp | 245 +++++++++ .../rec.dir.itr.members/depth.pass.cpp | 65 +++ .../disable_recursion_pending.pass.cpp | 42 ++ .../rec.dir.itr.members/increment.pass.cpp | 494 +++++++++++++++++ .../rec.dir.itr.members/move.pass.cpp | 79 +++ .../rec.dir.itr.members/move_assign.pass.cpp | 168 ++++++ .../rec.dir.itr.members/pop.pass.cpp | 92 ++++ .../rec.dir.itr.members/recursion_pending.pass.cpp | 161 ++++++ .../rec.dir.itr.nonmembers/begin_end.pass.cpp | 59 +++ .../filesystems/fs.enum/check_bitmask_types.hpp | 75 +++ .../filesystems/fs.enum/enum.copy_options.pass.cpp | 64 +++ .../fs.enum/enum.directory_options.pass.cpp | 46 ++ .../filesystems/fs.enum/enum.file_type.pass.cpp | 48 ++ .../filesystems/fs.enum/enum.path.format.pass.cpp | 39 ++ .../filesystems/fs.enum/enum.perm_options.pass.cpp | 49 ++ .../filesystems/fs.enum/enum.perms.pass.cpp | 65 +++ .../fs.error.report}/tested_elsewhere.pass.cpp | 0 .../fs.filesystem.synopsis/file_time_type.pass.cpp | 47 ++ .../fs.op.funcs/fs.op.absolute/absolute.pass.cpp | 57 ++ .../fs.op.funcs/fs.op.canonical/canonical.pass.cpp | 123 +++++ .../fs.op.funcs/fs.op.copy/copy.pass.cpp | 314 +++++++++++ .../fs.op.funcs/fs.op.copy_file/copy_file.pass.cpp | 188 +++++++ .../fs.op.copy_file/copy_file_large.pass.cpp | 98 ++++ .../fs.op.copy_symlink/copy_symlink.pass.cpp | 107 ++++ .../create_directories.pass.cpp | 100 ++++ .../create_directory.pass.cpp | 102 ++++ .../create_directory_with_attributes.pass.cpp | 131 +++++ .../create_directory_symlink.pass.cpp | 64 +++ .../create_hard_link.pass.cpp | 73 +++ .../fs.op.create_symlink/create_symlink.pass.cpp | 75 +++ .../fs.op.current_path/current_path.pass.cpp | 92 ++++ .../fs.op.equivalent/equivalent.pass.cpp | 111 ++++ .../fs.op.funcs/fs.op.exists/exists.pass.cpp | 96 ++++ .../fs.op.funcs/fs.op.file_size/file_size.pass.cpp | 84 +++ .../fs.op.hard_lk_ct/hard_link_count.pass.cpp | 98 ++++ .../fs.op.is_block_file/is_block_file.pass.cpp | 83 +++ .../fs.op.is_char_file/is_character_file.pass.cpp | 83 +++ .../fs.op.is_directory/is_directory.pass.cpp | 90 ++++ .../fs.op.funcs/fs.op.is_empty/is_empty.pass.cpp | 108 ++++ .../fs.op.funcs/fs.op.is_fifo/is_fifo.pass.cpp | 83 +++ .../fs.op.funcs/fs.op.is_other/is_other.pass.cpp | 83 +++ .../fs.op.is_regular_file/is_regular_file.pass.cpp | 86 +++ .../fs.op.funcs/fs.op.is_socket/is_socket.pass.cpp | 83 +++ .../fs.op.is_symlink/is_symlink.pass.cpp | 104 ++++ .../fs.op.last_write_time/last_write_time.pass.cpp | 588 +++++++++++++++++++++ .../fs.op.permissions/permissions.pass.cpp | 181 +++++++ .../fs.op.funcs/fs.op.proximate/proximate.pass.cpp | 132 +++++ .../fs.op.read_symlink/read_symlink.pass.cpp | 99 ++++ .../fs.op.funcs/fs.op.relative/relative.pass.cpp | 117 ++++ .../fs.op.funcs/fs.op.remove/remove.pass.cpp | 108 ++++ .../fs.op.remove_all/remove_all.pass.cpp | 152 ++++++ .../fs.op.funcs/fs.op.rename/rename.pass.cpp | 124 +++++ .../fs.op.resize_file/resize_file.pass.cpp | 108 ++++ .../fs.op.funcs/fs.op.space/space.pass.cpp | 127 +++++ .../fs.op.funcs/fs.op.status/status.pass.cpp | 165 ++++++ .../fs.op.status_known/status_known.pass.cpp | 58 ++ .../fs.op.symlink_status/symlink_status.pass.cpp | 191 +++++++ .../temp_directory_path.pass.cpp | 120 +++++ .../weakly_canonical.pass.cpp | 75 +++ .../fs.req.macros/feature_macro.pass.cpp | 30 ++ .../fs.req.namespace/namespace.fail.cpp} | 25 +- .../fs.req.namespace/namespace.pass.cpp} | 22 +- test/std/input.output/filesystems/lit.local.cfg | 3 + .../assign2.pass.cpp | 1 + .../compare.pass.cpp | 1 + .../find.pass.cpp | 1 + .../length.pass.cpp | 1 + .../time.clock.file/consistency.pass.cpp | 3 + .../time/time.clock/time.clock.file/now.pass.cpp | 3 + .../time.clock/time.clock.file/rep_signed.pass.cpp | 3 + utils/ci/macos-backdeployment.sh | 1 + utils/libcxx/test/config.py | 18 +- utils/libcxx/test/target_info.py | 9 +- 167 files changed, 14133 insertions(+), 335 deletions(-) create mode 100644 test/libcxx/input.output/filesystems/lit.local.cfg create mode 120000 test/std/input.output/filesystems/Inputs/static_test_env/bad_symlink copy utils/libcxx/test/__init__.py => test/std/input.output/filesystems/Inputs/sta [...] copy utils/libcxx/test/__init__.py => test/std/input.output/filesystems/Inputs/sta [...] copy utils/libcxx/test/__init__.py => test/std/input.output/filesystems/Inputs/sta [...] create mode 120000 test/std/input.output/filesystems/Inputs/static_test_env/dir1/d [...] copy utils/libcxx/test/__init__.py => test/std/input.output/filesystems/Inputs/sta [...] create mode 100644 test/std/input.output/filesystems/Inputs/static_test_env/dir1/file2 copy utils/libcxx/test/__init__.py => test/std/input.output/filesystems/Inputs/sta [...] create mode 100644 test/std/input.output/filesystems/Inputs/static_test_env/non_em [...] create mode 120000 test/std/input.output/filesystems/Inputs/static_test_env/symlin [...] create mode 120000 test/std/input.output/filesystems/Inputs/static_test_env/symlin [...] create mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] create mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] create mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] create mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] create mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] create mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] create mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] create mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] create mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] create mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] create mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] create mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] create mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] create mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] create mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] create mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] create mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] create mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] create mode 100644 test/std/input.output/filesystems/class.directory_iterator/dire [...] create mode 100644 test/std/input.output/filesystems/class.directory_iterator/dire [...] create mode 100644 test/std/input.output/filesystems/class.directory_iterator/dire [...] copy test/std/{utilities/time/time.clock/time.clock.file/now.pass.cpp => input.out [...] create mode 100644 test/std/input.output/filesystems/class.directory_iterator/dire [...] create mode 100644 test/std/input.output/filesystems/class.directory_iterator/dire [...] create mode 100644 test/std/input.output/filesystems/class.directory_iterator/dire [...] create mode 100644 test/std/input.output/filesystems/class.directory_iterator/dire [...] create mode 100644 test/std/input.output/filesystems/class.directory_iterator/type [...] create mode 100644 test/std/input.output/filesystems/class.file_status/file_status [...] create mode 100644 test/std/input.output/filesystems/class.file_status/file_status [...] create mode 100644 test/std/input.output/filesystems/class.file_status/file_status [...] create mode 100644 test/std/input.output/filesystems/class.filesystem_error/filesy [...] create mode 100644 test/std/input.output/filesystems/class.path/path.itr/iterator. [...] create mode 100644 test/std/input.output/filesystems/class.path/path.member/path.a [...] copy test/std/{utilities/time/time.clock/time.clock.file/rep_signed.pass.cpp => in [...] create mode 100644 test/std/input.output/filesystems/class.path/path.member/path.a [...] create mode 100644 test/std/input.output/filesystems/class.path/path.member/path.a [...] create mode 100644 test/std/input.output/filesystems/class.path/path.member/path.a [...] create mode 100644 test/std/input.output/filesystems/class.path/path.member/path.c [...] create mode 100644 test/std/input.output/filesystems/class.path/path.member/path.c [...] create mode 100644 test/std/input.output/filesystems/class.path/path.member/path.c [...] copy test/std/{utilities/time/time.clock/time.clock.file/rep_signed.pass.cpp => in [...] create mode 100644 test/std/input.output/filesystems/class.path/path.member/path.c [...] create mode 100644 test/std/input.output/filesystems/class.path/path.member/path.c [...] copy test/std/{utilities/time/time.clock/time.clock.file/now.pass.cpp => input.out [...] create mode 100644 test/std/input.output/filesystems/class.path/path.member/path.d [...] create mode 100644 test/std/input.output/filesystems/class.path/path.member/path.g [...] create mode 100644 test/std/input.output/filesystems/class.path/path.member/path.g [...] create mode 100644 test/std/input.output/filesystems/class.path/path.member/path.g [...] create mode 100644 test/std/input.output/filesystems/class.path/path.member/path.g [...] create mode 100644 test/std/input.output/filesystems/class.path/path.member/path.m [...] create mode 100644 test/std/input.output/filesystems/class.path/path.member/path.m [...] create mode 100644 test/std/input.output/filesystems/class.path/path.member/path.m [...] create mode 100644 test/std/input.output/filesystems/class.path/path.member/path.m [...] create mode 100644 test/std/input.output/filesystems/class.path/path.member/path.m [...] create mode 100644 test/std/input.output/filesystems/class.path/path.member/path.m [...] create mode 100644 test/std/input.output/filesystems/class.path/path.member/path.n [...] create mode 100644 test/std/input.output/filesystems/class.path/path.member/path.n [...] create mode 100644 test/std/input.output/filesystems/class.path/path.member/path.n [...] create mode 100644 test/std/input.output/filesystems/class.path/path.member/path.n [...] create mode 100644 test/std/input.output/filesystems/class.path/path.member/path.n [...] create mode 100644 test/std/input.output/filesystems/class.path/path.member/path.q [...] copy test/std/{utilities/time/time.clock/time.clock.file/rep_signed.pass.cpp => in [...] copy test/std/{utilities/time/time.clock/time.clock.file/now.pass.cpp => input.out [...] create mode 100644 test/std/input.output/filesystems/class.path/path.nonmember/com [...] copy test/std/{utilities/time/time.clock/time.clock.file/rep_signed.pass.cpp => in [...] copy test/std/{utilities/time/time.clock/time.clock.file/rep_signed.pass.cpp => in [...] create mode 100644 test/std/input.output/filesystems/class.path/path.nonmember/pat [...] create mode 100644 test/std/input.output/filesystems/class.path/path.nonmember/pat [...] create mode 100644 test/std/input.output/filesystems/class.path/path.nonmember/pat [...] create mode 100644 test/std/input.output/filesystems/class.path/path.nonmember/swa [...] create mode 100644 test/std/input.output/filesystems/class.path/synop.pass.cpp create mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr [...] create mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr [...] create mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr [...] create mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr [...] create mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr [...] create mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr [...] create mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr [...] create mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr [...] create mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr [...] create mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr [...] create mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr [...] create mode 100644 test/std/input.output/filesystems/fs.enum/check_bitmask_types.hpp create mode 100644 test/std/input.output/filesystems/fs.enum/enum.copy_options.pass.cpp create mode 100644 test/std/input.output/filesystems/fs.enum/enum.directory_option [...] create mode 100644 test/std/input.output/filesystems/fs.enum/enum.file_type.pass.cpp create mode 100644 test/std/input.output/filesystems/fs.enum/enum.path.format.pass.cpp create mode 100644 test/std/input.output/filesystems/fs.enum/enum.perm_options.pass.cpp create mode 100644 test/std/input.output/filesystems/fs.enum/enum.perms.pass.cpp copy test/std/{algorithms/alg.c.library => input.output/filesystems/fs.error.repor [...] create mode 100644 test/std/input.output/filesystems/fs.filesystem.synopsis/file_t [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.absolute/ab [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/c [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/copy.pass.cpp create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/c [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/c [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_symlin [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.create_dire [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.create_dire [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.create_dire [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.create_dire [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.create_hard [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.create_syml [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.current_pat [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/ [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.exists/exis [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.file_size/f [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.hard_lk_ct/ [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.is_block_fi [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.is_char_fil [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.is_director [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.is_empty/is [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.is_fifo/is_ [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.is_other/is [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.is_regular_ [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.is_socket/i [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.is_symlink/ [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_ [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.permissions [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/p [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.read_symlin [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.relative/re [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.remove/remo [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.remove_all/ [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.rename/rena [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.resize_file [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.space/space [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.status/stat [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.status_know [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.symlink_sta [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_pa [...] create mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.weakly_cano [...] create mode 100644 test/std/input.output/filesystems/fs.req.macros/feature_macro.pass.cpp copy test/std/{utilities/time/time.clock/time.clock.file/rep_signed.pass.cpp => in [...] copy test/std/{utilities/time/time.clock/time.clock.file/rep_signed.pass.cpp => in [...] create mode 100644 test/std/input.output/filesystems/lit.local.cfg