llvm-project/libcxx/test/std/utilities/meta/meta.rel
Louis Dionne 7149bb7068 [libc++] NFC: Clean up a lot of old Lit features
The libc++ test suite has a lot of old Lit features used to XFAIL tests
and mark them as UNSUPPORTED. Many of them are to workaround problems on
old compilers or old platforms. As time goes by, it is good to go and
clean those up to simplify the configuration of the test suite, and also
to reflect the testing reality. It's not useful to have markup that gives
the impression that e.g. clang-3.3 is supported, when we don't really
test on it anymore (and hence several new tests probably don't have the
necessary markup on them).
2020-04-10 17:20:29 -04:00
..
is_base_of.pass.cpp Improve the test coverage for std::is_base_of 2019-05-16 15:56:26 +00:00
is_base_of_union.pass.cpp [libc++] NFC: Clean up a lot of old Lit features 2020-04-10 17:20:29 -04:00
is_convertible.pass.cpp [libc++] Add test and remove workaround for PR13592 2019-10-30 15:52:11 -07:00
is_convertible_fallback.pass.cpp [libc++][NFC] Remove excess trailing newlines from most files 2019-10-23 08:08:57 -07:00
is_invocable.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
is_nothrow_convertible.pass.cpp Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
is_nothrow_invocable.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
is_same.pass.cpp [libc++] Use builtin type traits whenever possible 2020-03-19 09:54:53 -07:00