This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 7dfcf562f Fix fenv.pass.cpp signature for main new 582679a3f [libc++] Build <filesystem> support as part of the dylib
The 1 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 | 36 -- .../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 | 32 -- .../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 | 31 -- .../path.member/path.construct/move.pass.cpp | 41 -- .../path.member/path.construct/source.pass.cpp | 130 ----- .../path.member/path.decompose/empty.fail.cpp | 29 - .../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 | 28 - .../class.path/path.nonmember/append_op.pass.cpp | 35 -- .../path.nonmember/comparison_ops.fail.cpp | 34 -- .../comparison_ops_tested_elsewhere.pass.cpp | 15 - .../hash_value_tested_elswhere.pass.cpp | 15 - .../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 | 13 - .../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 | 30 -- .../fs.req.namespace/namespace.pass.cpp | 27 - test/std/input.output/filesystems/lit.local.cfg | 3 - .../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 +- 163 files changed, 210 insertions(+), 14305 deletions(-) delete mode 100644 test/libcxx/input.output/filesystems/lit.local.cfg delete mode 120000 test/std/input.output/filesystems/Inputs/static_test_env/bad_symlink delete mode 100644 test/std/input.output/filesystems/Inputs/static_test_env/dir1/d [...] delete mode 100644 test/std/input.output/filesystems/Inputs/static_test_env/dir1/d [...] delete mode 100644 test/std/input.output/filesystems/Inputs/static_test_env/dir1/d [...] delete mode 120000 test/std/input.output/filesystems/Inputs/static_test_env/dir1/d [...] delete mode 100644 test/std/input.output/filesystems/Inputs/static_test_env/dir1/file1 delete mode 100644 test/std/input.output/filesystems/Inputs/static_test_env/dir1/file2 delete mode 100644 test/std/input.output/filesystems/Inputs/static_test_env/empty_file delete mode 100644 test/std/input.output/filesystems/Inputs/static_test_env/non_em [...] delete mode 120000 test/std/input.output/filesystems/Inputs/static_test_env/symlin [...] delete mode 120000 test/std/input.output/filesystems/Inputs/static_test_env/symlin [...] delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directo [...] delete mode 100644 test/std/input.output/filesystems/class.directory_iterator/dire [...] delete mode 100644 test/std/input.output/filesystems/class.directory_iterator/dire [...] delete mode 100644 test/std/input.output/filesystems/class.directory_iterator/dire [...] delete mode 100644 test/std/input.output/filesystems/class.directory_iterator/dire [...] delete mode 100644 test/std/input.output/filesystems/class.directory_iterator/dire [...] delete mode 100644 test/std/input.output/filesystems/class.directory_iterator/dire [...] delete mode 100644 test/std/input.output/filesystems/class.directory_iterator/dire [...] delete mode 100644 test/std/input.output/filesystems/class.directory_iterator/dire [...] delete mode 100644 test/std/input.output/filesystems/class.directory_iterator/type [...] delete mode 100644 test/std/input.output/filesystems/class.file_status/file_status [...] delete mode 100644 test/std/input.output/filesystems/class.file_status/file_status [...] delete mode 100644 test/std/input.output/filesystems/class.file_status/file_status [...] delete mode 100644 test/std/input.output/filesystems/class.filesystem_error/filesy [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.itr/iterator. [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.a [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.a [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.a [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.a [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.a [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.c [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.c [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.c [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.c [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.c [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.c [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.d [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.d [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.g [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.g [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.g [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.g [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.m [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.m [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.m [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.m [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.m [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.m [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.n [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.n [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.n [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.n [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.n [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.q [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.nonmember/app [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.nonmember/app [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.nonmember/com [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.nonmember/com [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.nonmember/has [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.nonmember/pat [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.nonmember/pat [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.nonmember/pat [...] delete mode 100644 test/std/input.output/filesystems/class.path/path.nonmember/swa [...] delete mode 100644 test/std/input.output/filesystems/class.path/synop.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr [...] delete mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr [...] delete mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr [...] delete mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr [...] delete mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr [...] delete mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr [...] delete mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr [...] delete mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr [...] delete mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr [...] delete mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr [...] delete mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr [...] delete mode 100644 test/std/input.output/filesystems/fs.enum/check_bitmask_types.hpp delete mode 100644 test/std/input.output/filesystems/fs.enum/enum.copy_options.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.enum/enum.directory_option [...] delete mode 100644 test/std/input.output/filesystems/fs.enum/enum.file_type.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.enum/enum.path.format.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.enum/enum.perm_options.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.enum/enum.perms.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.error.report/tested_elsewh [...] delete mode 100644 test/std/input.output/filesystems/fs.filesystem.synopsis/file_t [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.absolute/ab [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/c [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/copy.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/c [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/c [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_symlin [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.create_dire [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.create_dire [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.create_dire [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.create_dire [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.create_hard [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.create_syml [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.current_pat [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/ [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.exists/exis [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.file_size/f [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.hard_lk_ct/ [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.is_block_fi [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.is_char_fil [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.is_director [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.is_empty/is [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.is_fifo/is_ [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.is_other/is [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.is_regular_ [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.is_socket/i [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.is_symlink/ [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_ [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.permissions [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/p [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.read_symlin [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.relative/re [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.remove/remo [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.remove_all/ [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.rename/rena [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.resize_file [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.space/space [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.status/stat [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.status_know [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.symlink_sta [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_pa [...] delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.weakly_cano [...] delete mode 100644 test/std/input.output/filesystems/fs.req.macros/feature_macro.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.req.namespace/namespace.fail.cpp delete mode 100644 test/std/input.output/filesystems/fs.req.namespace/namespace.pass.cpp delete mode 100644 test/std/input.output/filesystems/lit.local.cfg