You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/support
Eric Fiselier c60e8fcdcd Replace identifiers called `__out` because Windows.h #defines it.
Windows is greedy and it defines the identifier `__out` as a macro.
This patch renames all conflicting libc++ identifiers in order
to correctly work on Windows.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@291345 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
test.support Fix another unused warning 9 years ago
Counter.h Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
DefaultOnly.h Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch. 12 years ago
MoveOnly.h Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago
allocators.h Remove names of unreferenced parameters. Patch from STL@microsoft.com 10 years ago
any_helpers.h Update issue status for LWG 2744 9 years ago
archetypes.hpp [libcxx] [test] D27268: Fix MSVC x64 warning C4267 "conversion from 'size_t' to 'int' [or 'unsigned int'], possible loss of data", part 2/4. 9 years ago
archetypes.ipp Add <variant> tests but disable them for libc++ 9 years ago
asan_testing.h Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
assert_checkpoint.h Add checkpoint diagnostics to help diagnose buildbot failures. 9 years ago
cmpxchg_loop.h Add missing license headers 10 years ago
constexpr_char_traits.hpp Fix some non-standard parts of our test suite. Reported by STL 10 years ago
container_test_types.h Fix unused parameters and variables 9 years ago
controlled_allocators.hpp Fix unused parameters and variables 9 years ago
count_new.hpp Fix more uses of dynamic exception specifications in C++17 9 years ago
counting_predicates.hpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
debug_mode_helper.h Add tests for unordered container tests and std::string 9 years ago
demangle.h Put C++ ABI headers in a special build directory instead of the top level. 9 years ago
disable_missing_braces_warning.h Get all tuple tests passing on Windows 9 years ago
experimental_any_helpers.h [libcxx] Add std::any 9 years ago
external_threads.cpp [libc++] Cleanup and document <__threading_support> 9 years ago
filesystem_dynamic_test_helper.py Add Filesystem TS -- Complete 10 years ago
filesystem_test_helper.hpp Fix unused parameters and variables 9 years ago
hexfloat.h Don't use std::__clz in 'test/support/hexfloat.h'. 10 years ago
is_transparent.h [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 9 years ago
min_allocator.h Fix PR31378 - std::list::remove should not require a default constructible allocator. 9 years ago
nasty_containers.hpp Fix unused parameters and variables 9 years ago
nasty_macros.hpp Replace identifiers called `__out` because Windows.h #defines it. 9 years ago
nothing_to_do.pass.cpp test commit 11 years ago
platform_support.h Fix possible test breakage for MinGW 10 years ago
private_constructor.hpp Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch. 12 years ago
propagate_const_helpers.h Implement std::experimental::propagate_const from LFTS v2 10 years ago
rapid-cxx-test.hpp Add Filesystem TS -- Complete 10 years ago
test_allocator.h Fix undefined behavior in container swap tests. 9 years ago
test_convertible.hpp Add Filesystem TS -- Complete 10 years ago
test_iterators.h Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANG 9 years ago
test_macros.h Fix more uses of dynamic exception specifications in C++17 9 years ago
test_memory_resource.hpp Refactor uses_allocator test types for upcoming fixes 9 years ago
tracked_value.h Add missing license headers 10 years ago
type_id.h Refactor uses_allocator test types for upcoming fixes 9 years ago
user_defined_integral.hpp Add missing license headers 10 years ago
uses_alloc_types.hpp Fix unused parameters and variables 9 years ago
variant_test_helpers.hpp Add <variant> tests but disable them for libc++ 9 years ago