[libcxx-commits] [PATCH] D98166: [libcxx] Test accessing a directory on windows that gives "access denied" errors
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 8 08:40:03 PST 2021
mstorsjo updated this revision to Diff 329036.
mstorsjo added a comment.
Fixed a typo in the function name, flipped the order of ifdefs, fixed
a truncated comment, and expanded these comments a little bit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98166/new/
https://reviews.llvm.org/D98166
Files:
libcxx/src/filesystem/directory_iterator.cpp
libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/path.pass.cpp
libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/ctor.pass.cpp
libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/ctor.pass.cpp
libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.exists/exists.pass.cpp
libcxx/test/support/filesystem_test_helper.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98166.329036.patch
Type: text/x-patch
Size: 6247 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210308/92cd616e/attachment-0001.bin>
More information about the libcxx-commits
mailing list