llvm-project/libcxx/test/std/utilities/meta
Eric Fiselier 382e91792b Fix or move various non-standard tests.
This patch does the following:

* Remove <__config> includes from some container tests.
* Guards uses of std::launch::any in async tests because it's an extension.
* Move "test/std/extensions" to "test/libcxx/extensions"
* Moves various non-standard tests including those in "sequences/vector",
  "std/localization" and "utilities/meta".

llvm-svn: 267981
2016-04-29 04:07:45 +00:00
..
meta.hel Add support for N4389 - std::bool_constant 2015-05-18 23:21:06 +00:00
meta.logical Implement P0013R1: Logical Operator Type Traits. Make a hidden implementation (__and_, __or_, and __not_) so that we can use them elsewhere in non-C++17 code - for example, in the LFTS 2015-11-16 15:54:13 +00:00
meta.rel Add proper include for unique_ptr. Patch from STL@microsoft.com 2016-04-29 00:37:56 +00:00
meta.rqmts
meta.trans Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE. 2016-04-20 00:14:32 +00:00
meta.type.synop
meta.unary Fix or move various non-standard tests. 2016-04-29 04:07:45 +00:00
meta.unary.prop.query Fix various GCC mis-configurations for newer versions. 2015-12-15 00:32:21 +00:00
version.pass.cpp