[all-commits] [llvm/llvm-project] 8f5f6e: [libcxx] [test] Make a separate create_directory_s...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Tue Nov 10 00:44:22 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8f5f6ee27e3e20edf3b77220e660179b5981e129
https://github.com/llvm/llvm-project/commit/8f5f6ee27e3e20edf3b77220e660179b5981e129
Author: Martin Storsjö <martin at martin.st>
Date: 2020-11-10 (Tue, 10 Nov 2020)
Changed paths:
M libcxx/test/support/filesystem_test_helper.h
Log Message:
-----------
[libcxx] [test] Make a separate create_directory_symlink helper
This more closely mirrors the public API, instead of using an
obscure bool parameter.
Differential Revision: https://reviews.llvm.org/D91071
Commit: c41bda7f5fc26e4602a029646991d6a5c59cb365
https://github.com/llvm/llvm-project/commit/c41bda7f5fc26e4602a029646991d6a5c59cb365
Author: Martin Storsjö <martin at martin.st>
Date: 2020-11-10 (Tue, 10 Nov 2020)
Changed paths:
M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/file_size.pass.cpp
M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/increment.pass.cpp
M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/copy.pass.cpp
M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_symlink/copy_symlink.pass.cpp
M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directories/create_directories.pass.cpp
M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directory_symlink/create_directory_symlink.pass.cpp
M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_symlink/create_symlink.pass.cpp
M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.read_symlink/read_symlink.pass.cpp
M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove_all/remove_all.pass.cpp
Log Message:
-----------
[libcxx] [test] Call create_directory_symlink where relevant
Differential Revision: https://reviews.llvm.org/D91072
Commit: 539ce1d288765d0f452d4a2d6b7f66bae4130436
https://github.com/llvm/llvm-project/commit/539ce1d288765d0f452d4a2d6b7f66bae4130436
Author: Martin Storsjö <martin at martin.st>
Date: 2020-11-10 (Tue, 10 Nov 2020)
Changed paths:
M libcxx/test/support/filesystem_test_helper.h
Log Message:
-----------
[libcxx] [test] Simplify the fs helper header for posix cases. NFC.
Differential Revision: https://reviews.llvm.org/D91073
Compare: https://github.com/llvm/llvm-project/compare/16212b8b3e4f...539ce1d28876
More information about the All-commits
mailing list