llvm/libcxx/utils
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
..
ci [libc++abi] Install the libc++abi headers from libc++abi 2022-02-28 17:22:53 -05:00
gdb/libcxx [libc++] Remove _LIBCPP_ABI_UNSTABLE 2022-02-08 15:18:09 -05:00
libcxx [libcxx] [test] Make filesystem tests not rely on libc++ internals 2022-03-02 10:39:14 +02:00
symcheck-blacklists
cat_files.py
CMakeLists.txt
generate_abi_list.py
generate_feature_test_macro_components.py [libc++] Revert <stdatomic.h> changes 2022-02-15 12:59:14 -05:00
generate_header_inclusion_tests.py [libc++] Fix some tests that were broken in the single-threaded configuration 2021-11-19 14:24:15 -05:00
generate_header_tests.py [libc++][test] Run clang-tidy during CI 2022-02-16 00:22:08 +01:00
generate_private_header_tests.py [libc++] Revert "Protect users from relying on detail headers" & related changes 2022-03-01 08:20:24 -05:00
graph_header_deps.py [libc++] Add the version header to all headers. 2022-01-04 19:50:59 +01:00
merge_archives.py
run.py
ssh.py [libc++][NFC] Resolve Python 2 FIXME 2021-11-12 13:55:22 -05:00
sym_diff.py