This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 47d2a98a3 [CMake] Don't generate linker script only when shared library [...] new a0866c5fb Implement <filesystem>
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 | 4 + docs/BuildingLibcxx.rst | 10 +- docs/UsingLibcxx.rst | 21 + include/__config | 37 +- include/experimental/__config | 2 - include/experimental/filesystem | 2464 +----------------- include/filesystem | 2682 ++++++++++++++++++++ include/fstream | 61 + include/module.modulemap | 4 + lib/CMakeLists.txt | 50 +- .../filesystem/directory_iterator.cpp | 289 ++- .../filesystem/filesystem_common.h | 25 +- .../filesystem/int128_builtins.cpp | 2 +- src/{experimental => }/filesystem/operations.cpp | 685 +++-- test/libcxx/double_include.sh.cpp | 1 + .../experimental/filesystem/version.pass.cpp | 2 - .../directory_entry.mods/last_write_time.sh.cpp | 4 +- .../class.path/path.itr/iterator_db.pass.cpp | 6 +- .../reverse_iterator_produces_diagnostic.fail.cpp | 6 +- .../class.path/path.req/is_pathable.pass.cpp | 6 +- .../filesystems}/convert_file_time.sh.cpp | 8 +- .../filesystems}/lit.local.cfg | 0 .../filesystems}/version.pass.cpp | 6 +- .../fstreams/filebuf.members/open_path.pass.cpp | 56 + .../fstreams/fstream.cons/path.pass.cpp | 49 + .../fstreams/fstream.members/open_path.pass.cpp | 52 + .../fstreams/ifstream.cons/path.pass.cpp | 53 + .../fstreams/ifstream.members/open_path.pass.cpp | 48 + .../fstreams/ofstream.cons/path.pass.cpp | 69 + .../fstreams/ofstream.members/open_path.pass.cpp | 62 + .../Inputs/static_test_env/bad_symlink | 0 .../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 | 0 .../filesystems}/Inputs/static_test_env/dir1/file1 | 0 .../filesystems}/Inputs/static_test_env/dir1/file2 | 0 .../filesystems}/Inputs/static_test_env/empty_file | 0 .../Inputs/static_test_env/non_empty_file | 0 .../Inputs/static_test_env/symlink_to_dir | 0 .../Inputs/static_test_env/symlink_to_empty_file | 0 .../directory_entry.cons/copy.pass.cpp | 2 +- .../directory_entry.cons/copy_assign.pass.cpp | 2 +- .../directory_entry.cons/default.pass.cpp | 2 +- .../directory_entry.cons/default_const.pass.cpp | 2 +- .../directory_entry.cons/move.pass.cpp | 2 +- .../directory_entry.cons/move_assign.pass.cpp | 2 +- .../directory_entry.cons/path.pass.cpp | 2 +- .../directory_entry.mods/assign.pass.cpp | 2 +- .../directory_entry.mods/refresh.pass.cpp | 2 +- .../directory_entry.mods/replace_filename.pass.cpp | 2 +- .../directory_entry.obs/comparisons.pass.cpp | 2 +- .../directory_entry.obs/file_size.pass.cpp | 2 +- .../directory_entry.obs/file_type_obs.pass.cpp | 2 +- .../directory_entry.obs/hard_link_count.pass.cpp | 2 +- .../directory_entry.obs/last_write_time.pass.cpp | 2 +- .../directory_entry.obs/path.pass.cpp | 2 +- .../directory_entry.obs/status.pass.cpp | 2 +- .../directory_entry.obs/symlink_status.pass.cpp | 2 +- .../directory_iterator.members/copy.pass.cpp | 2 +- .../copy_assign.pass.cpp | 2 +- .../directory_iterator.members/ctor.pass.cpp | 2 +- .../default_ctor.pass.cpp | 2 +- .../directory_iterator.members/increment.pass.cpp | 2 +- .../directory_iterator.members/move.pass.cpp | 2 +- .../move_assign.pass.cpp | 2 +- .../begin_end.pass.cpp | 2 +- .../class.directory_iterator/types.pass.cpp | 2 +- .../class.file_status/file_status.cons.pass.cpp | 2 +- .../class.file_status/file_status.mods.pass.cpp | 2 +- .../class.file_status/file_status.obs.pass.cpp | 2 +- .../filesystem_error.members.pass.cpp | 2 +- .../class.path/path.itr/iterator.pass.cpp | 2 +- .../class.path/path.member/path.append.pass.cpp | 2 +- .../path.member/path.assign/braced_init.pass.cpp | 2 +- .../path.member/path.assign/copy.pass.cpp | 2 +- .../path.member/path.assign/move.pass.cpp | 2 +- .../path.member/path.assign/source.pass.cpp | 2 +- .../class.path/path.member/path.compare.pass.cpp | 2 +- .../class.path/path.member/path.concat.pass.cpp | 2 +- .../path.member/path.construct/copy.pass.cpp | 2 +- .../path.member/path.construct/default.pass.cpp | 2 +- .../path.member/path.construct/move.pass.cpp | 2 +- .../path.member/path.construct/source.pass.cpp | 2 +- .../path.member/path.decompose/empty.fail.cpp | 2 +- .../path.decompose/path.decompose.pass.cpp | 2 +- .../path.member/path.gen/lexically_normal.pass.cpp | 2 +- .../lexically_relative_and_proximate.pass.cpp | 2 +- .../path.generic.obs/generic_string_alloc.pass.cpp | 2 +- .../path.generic.obs/named_overloads.pass.cpp | 2 +- .../path.member/path.modifiers/clear.pass.cpp | 2 +- .../path.modifiers/make_preferred.pass.cpp | 2 +- .../path.modifiers/remove_filename.pass.cpp | 2 +- .../path.modifiers/replace_extension.pass.cpp | 2 +- .../path.modifiers/replace_filename.pass.cpp | 2 +- .../path.member/path.modifiers/swap.pass.cpp | 2 +- .../path.member/path.native.obs/c_str.pass.cpp | 2 +- .../path.native.obs/named_overloads.pass.cpp | 2 +- .../path.member/path.native.obs/native.pass.cpp | 2 +- .../path.native.obs/operator_string.pass.cpp | 2 +- .../path.native.obs/string_alloc.pass.cpp | 2 +- .../path.query/tested_in_path_decompose.pass.cpp | 2 +- .../class.path/path.nonmember/append_op.pass.cpp | 2 +- .../comparison_ops_tested_elsewhere.pass.cpp | 0 .../hash_value_tested_elswhere.pass.cpp | 0 .../path.nonmember/path.factory.pass.cpp | 2 +- .../class.path/path.nonmember/path.io.pass.cpp | 2 +- .../path.nonmember/path.io.unicode_bug.pass.cpp | 2 +- .../class.path/path.nonmember/swap.pass.cpp | 2 +- .../filesystems}/class.path/synop.pass.cpp | 2 +- .../rec.dir.itr.members/copy.pass.cpp | 2 +- .../rec.dir.itr.members/copy_assign.pass.cpp | 2 +- .../rec.dir.itr.members/ctor.pass.cpp | 2 +- .../rec.dir.itr.members/depth.pass.cpp | 2 +- .../disable_recursion_pending.pass.cpp | 2 +- .../rec.dir.itr.members/increment.pass.cpp | 2 +- .../rec.dir.itr.members/move.pass.cpp | 2 +- .../rec.dir.itr.members/move_assign.pass.cpp | 2 +- .../rec.dir.itr.members/pop.pass.cpp | 2 +- .../rec.dir.itr.members/recursion_pending.pass.cpp | 2 +- .../rec.dir.itr.nonmembers/begin_end.pass.cpp | 2 +- .../filesystems}/fs.enum/check_bitmask_types.hpp | 0 .../fs.enum/enum.copy_options.pass.cpp | 2 +- .../fs.enum/enum.directory_options.pass.cpp | 2 +- .../filesystems}/fs.enum/enum.file_type.pass.cpp | 2 +- .../filesystems}/fs.enum/enum.path.format.pass.cpp | 2 +- .../fs.enum/enum.perm_options.pass.cpp | 2 +- .../filesystems}/fs.enum/enum.perms.pass.cpp | 2 +- .../fs.error.report/tested_elsewhere.pass.cpp | 0 .../fs.filesystem.synopsis/file_time_type.pass.cpp | 2 +- .../fs.op.funcs/fs.op.absolute/absolute.pass.cpp | 2 +- .../fs.op.funcs/fs.op.canonical/canonical.pass.cpp | 2 +- .../fs.op.funcs/fs.op.copy/copy.pass.cpp | 2 +- .../fs.op.funcs/fs.op.copy_file/copy_file.pass.cpp | 2 +- .../fs.op.copy_file/copy_file_large.pass.cpp | 2 +- .../fs.op.copy_symlink/copy_symlink.pass.cpp | 2 +- .../create_directories.pass.cpp | 2 +- .../create_directory.pass.cpp | 2 +- .../create_directory_with_attributes.pass.cpp | 2 +- .../create_directory_symlink.pass.cpp | 2 +- .../create_hard_link.pass.cpp | 2 +- .../fs.op.create_symlink/create_symlink.pass.cpp | 2 +- .../fs.op.current_path/current_path.pass.cpp | 2 +- .../fs.op.equivalent/equivalent.pass.cpp | 2 +- .../fs.op.funcs/fs.op.exists/exists.pass.cpp | 2 +- .../fs.op.funcs/fs.op.file_size/file_size.pass.cpp | 2 +- .../fs.op.hard_lk_ct/hard_link_count.pass.cpp | 2 +- .../fs.op.is_block_file/is_block_file.pass.cpp | 2 +- .../fs.op.is_char_file/is_character_file.pass.cpp | 2 +- .../fs.op.is_directory/is_directory.pass.cpp | 2 +- .../fs.op.funcs/fs.op.is_empty/is_empty.pass.cpp | 2 +- .../fs.op.funcs/fs.op.is_fifo/is_fifo.pass.cpp | 2 +- .../fs.op.funcs/fs.op.is_other/is_other.pass.cpp | 2 +- .../fs.op.is_regular_file/is_regular_file.pass.cpp | 2 +- .../fs.op.funcs/fs.op.is_socket/is_socket.pass.cpp | 2 +- .../fs.op.is_symlink/is_symlink.pass.cpp | 2 +- .../fs.op.last_write_time/last_write_time.pass.cpp | 2 +- .../fs.op.permissions/permissions.pass.cpp | 2 +- .../fs.op.funcs/fs.op.proximate/proximate.pass.cpp | 2 +- .../fs.op.read_symlink/read_symlink.pass.cpp | 2 +- .../fs.op.funcs/fs.op.relative/relative.pass.cpp | 2 +- .../fs.op.funcs/fs.op.remove/remove.pass.cpp | 2 +- .../fs.op.remove_all/remove_all.pass.cpp | 2 +- .../fs.op.funcs/fs.op.rename/rename.pass.cpp | 2 +- .../fs.op.resize_file/resize_file.pass.cpp | 2 +- .../fs.op.funcs/fs.op.space/space.pass.cpp | 2 +- .../fs.op.funcs/fs.op.status/status.pass.cpp | 2 +- .../fs.op.status_known/status_known.pass.cpp | 2 +- .../fs.op.symlink_status/symlink_status.pass.cpp | 2 +- .../temp_directory_path.pass.cpp | 2 +- .../weakly_canonical.pass.cpp | 2 +- .../fs.req.macros/feature_macro.pass.cpp | 29 + .../fs.req.namespace/namespace.fail.cpp} | 26 +- .../fs.req.namespace/namespace.pass.cpp} | 23 +- .../filesystems}/lit.local.cfg | 0 test/support/filesystem_include.hpp | 15 +- utils/libcxx/test/config.py | 10 +- www/cxx1z_status.html | 4 +- 178 files changed, 3928 insertions(+), 3195 deletions(-) create mode 100644 include/filesystem rename src/{experimental => }/filesystem/directory_iterator.cpp (55%) rename src/{experimental => }/filesystem/filesystem_common.h (96%) rename src/{experimental => }/filesystem/int128_builtins.cpp (97%) rename src/{experimental => }/filesystem/operations.cpp (76%) rename test/libcxx/{experimental/filesystem => input.output/filesystems}/class.dir [...] rename test/libcxx/{experimental/filesystem => input.output/filesystems}/class.pat [...] rename test/libcxx/{experimental/filesystem => input.output/filesystems}/class.pat [...] rename test/libcxx/{experimental/filesystem => input.output/filesystems}/class.pat [...] rename test/libcxx/{experimental/filesystem => input.output/filesystems}/convert_f [...] rename test/libcxx/{experimental/filesystem => input.output/filesystems}/lit.local [...] copy test/libcxx/{experimental/filesystem => input.output/filesystems}/version.pas [...] create mode 100644 test/std/input.output/file.streams/fstreams/filebuf.members/ope [...] create mode 100644 test/std/input.output/file.streams/fstreams/fstream.cons/path.pass.cpp create mode 100644 test/std/input.output/file.streams/fstreams/fstream.members/ope [...] create mode 100644 test/std/input.output/file.streams/fstreams/ifstream.cons/path. [...] create mode 100644 test/std/input.output/file.streams/fstreams/ifstream.members/op [...] create mode 100644 test/std/input.output/file.streams/fstreams/ofstream.cons/path. [...] create mode 100644 test/std/input.output/file.streams/fstreams/ofstream.members/op [...] rename test/std/{experimental/filesystem => input.output/filesystems}/Inputs/stati [...] rename test/std/{experimental/filesystem => input.output/filesystems}/Inputs/stati [...] rename test/std/{experimental/filesystem => input.output/filesystems}/Inputs/stati [...] rename test/std/{experimental/filesystem => input.output/filesystems}/Inputs/stati [...] rename test/std/{experimental/filesystem => input.output/filesystems}/Inputs/stati [...] rename test/std/{experimental/filesystem => input.output/filesystems}/Inputs/stati [...] rename test/std/{experimental/filesystem => input.output/filesystems}/Inputs/stati [...] rename test/std/{experimental/filesystem => input.output/filesystems}/Inputs/stati [...] rename test/std/{experimental/filesystem => input.output/filesystems}/Inputs/stati [...] rename test/std/{experimental/filesystem => input.output/filesystems}/Inputs/stati [...] rename test/std/{experimental/filesystem => input.output/filesystems}/Inputs/stati [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.direct [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.direct [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.direct [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.direct [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.direct [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.direct [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.direct [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.direct [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.direct [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.direct [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.direct [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.direct [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.direct [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.direct [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.direct [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.direct [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.direct [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.direct [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.direct [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.direct [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.direct [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.direct [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.direct [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.direct [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.direct [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.direct [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.direct [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.file_s [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.file_s [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.file_s [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.filesy [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] copy test/std/{experimental/filesystem => input.output/filesystems}/class.path/pat [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/p [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.path/s [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.rec.di [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.rec.di [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.rec.di [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.rec.di [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.rec.di [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.rec.di [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.rec.di [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.rec.di [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.rec.di [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.rec.di [...] rename test/std/{experimental/filesystem => input.output/filesystems}/class.rec.di [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.enum/chec [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.enum/enum [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.enum/enum [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.enum/enum [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.enum/enum [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.enum/enum [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.enum/enum [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.error.rep [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.filesyste [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] rename test/std/{experimental/filesystem => input.output/filesystems}/fs.op.funcs/ [...] create mode 100644 test/std/input.output/filesystems/fs.req.macros/feature_macro.pass.cpp copy test/std/{experimental/filesystem/class.path/path.member/path.assign/braced_i [...] rename test/std/{experimental/filesystem/class.path/path.member/path.assign/braced [...] rename test/std/{experimental/filesystem => input.output/filesystems}/lit.local.cf [...]