[libcxx-commits] [PATCH] D98960: [libcxx] [test] Allow C:\System Volume Information to be missing
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 22 15:46:57 PDT 2021
mstorsjo updated this revision to Diff 332456.
mstorsjo added a comment.
Updating XFAIL records, added a (void) cast to the fs::exists() return value to fix including the support header when building with MS STL (for reference testing), as the MS STL declares fs::exists() as nodiscard.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98960/new/
https://reviews.llvm.org/D98960
Files:
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: D98960.332456.patch
Type: text/x-patch
Size: 5027 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210322/f8d08dab/attachment.bin>
More information about the libcxx-commits
mailing list