llvm-project/libcxx/test/std/input.output/filesystems/class.directory_entry
Martin Storsjö ea4c198a0f [libcxx] [test] Make filesystem tests not rely on libc++ internals
As part of https://reviews.llvm.org/D119036
(506cf6dc04), `-DNOMINMAX` was
dropped from the Windows CI configurations, replaced with a
block with `_LIBCPP_PUSH_MACROS`, `#include <__undef_macros>`
and `_LIBCPP_POP_MACROS` (and
`ADDITIONAL_COMPILE_FLAGS: -DNOMINMAX` left in two tests).

However, this workaround breaks the running the libc++ tests
against a different C++ standard library than libc++, as those
macros and that header are libc++ internals.

Therefore, reinstate `-DNOMINMAX` for clang-cl configurations
and remove the libc++ specific bits in filesystem_test_helper.h.

Differential Revision: https://reviews.llvm.org/D120478
2022-03-02 10:39:14 +02:00
..
directory_entry.cons [libc++][AIX] Do not assert chmod return value is non-zero. 2022-01-24 10:30:05 -05:00
directory_entry.io [libc++] LWG3171: implement operator<< for filesystem::directory_entry. 2022-01-13 20:44:18 -08:00
directory_entry.mods [libc++][AIX] Do not assert chmod return value is non-zero. 2022-01-24 10:30:05 -05:00
directory_entry.obs [libcxx] [test] Make filesystem tests not rely on libc++ internals 2022-03-02 10:39:14 +02:00