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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/std/utilities/meta/meta.rel
Eric Fiselier e250cc68ce Cleanup test issues reported by STL @ Microsoft.
This patch cleans up a number of issues reported by STL, including:

1) Fix duplicate is_convertible test.
2) Move non-standard reference_wrapper tests under test/libcxx
3) Fix assumption that sizeof(wchar_t) == 32 in the codecvt and
   wstring_convert tests.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@302870 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
is_base_of.pass.cpp Fix bad macros in tests 10 years ago
is_callable.pass.cpp Don't use C++17 terse static assert. Patch from STL@microsoft.com 10 years ago
is_convertible.pass.cpp Cleanup test issues reported by STL @ Microsoft. 9 years ago
is_convertible_fallback.pass.cpp Suppress clang warnings in some tests 10 years ago
is_nothrow_callable.pass.cpp Revert workaround for Clang bug. Thanks to Richard for the quick fix 9 years ago
is_same.pass.cpp Fix bad macros in tests 10 years ago