llvm-project/libcxx/test/std/input.output/filesystems/class.directory_iterator
Martin Storsjö e69c65d5c4 [libcxx] Test accessing a directory on windows that gives "access denied" errors
Fix handling of skip_permission_denied on windows; after converting
the return value of GetLastError() to a standard error_code, ec.value()
is in the standard errc range, not a native windows error code. This
was missed in 156180727d.

The directory "C:\System Volume Information" does seem to exist and
have these properties on most relevant contempory setups.

Differential Revision: https://reviews.llvm.org/D98166
2021-03-11 21:07:29 +02:00
..
directory_iterator.members [libcxx] Test accessing a directory on windows that gives "access denied" errors 2021-03-11 21:07:29 +02:00
directory_iterator.nonmembers [libc++/abi] Clean up uses of <iostream> in the test suite 2020-10-13 20:25:33 -04:00
types.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00