llvm-project/libcxx/test/std/input.output/filesystems/class.directory_entry
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_entry.cons [libcxx] Test accessing a directory on windows that gives "access denied" errors 2021-03-11 21:07:29 +02:00
directory_entry.mods [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
directory_entry.obs [libcxx] [test] Ifdef out uses of create_fifo on windows 2021-02-26 00:10:47 +02:00