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/std/utilities/meta/meta.unary/meta.unary.prop
Louis Dionne 172204fa13 [libc++] Purge mentions of GCC 4 from the test suite
We don't support GCC 4 and older according to the documentation, so
we should pretend it doesn't exist.

This is a re-application of r372787.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@372916 91177308-0d34-0410-b5e6-96231b3b80d8
5 years ago
..
has_unique_object_representations.pass.cpp [libc++] Purge mentions of GCC 4 from the test suite 5 years ago
has_virtual_destructor.pass.cpp Support tests in freestanding 6 years ago
is_abstract.pass.cpp Support tests in freestanding 6 years ago
is_aggregate.pass.cpp Support tests in freestanding 6 years ago
is_assignable.pass.cpp Support tests in freestanding 6 years ago
is_const.pass.cpp Support tests in freestanding 6 years ago
is_constructible.pass.cpp Fix various test failures with GCC 5 years ago
is_copy_assignable.pass.cpp Support tests in freestanding 6 years ago
is_copy_constructible.pass.cpp Support tests in freestanding 6 years ago
is_default_constructible.pass.cpp Support tests in freestanding 6 years ago
is_destructible.pass.cpp Support tests in freestanding 6 years ago
is_empty.pass.cpp Support tests in freestanding 6 years ago
is_final.pass.cpp Support tests in freestanding 6 years ago
is_literal_type.pass.cpp Support tests in freestanding 6 years ago
is_move_assignable.pass.cpp Use rvalue references throughout the is_constructible traits. 6 years ago
is_move_constructible.pass.cpp Use rvalue references throughout the is_constructible traits. 6 years ago
is_nothrow_assignable.pass.cpp Support tests in freestanding 6 years ago
is_nothrow_constructible.pass.cpp Support tests in freestanding 6 years ago
is_nothrow_copy_assignable.pass.cpp Support tests in freestanding 6 years ago
is_nothrow_copy_constructible.pass.cpp Support tests in freestanding 6 years ago
is_nothrow_default_constructible.pass.cpp Support tests in freestanding 6 years ago
is_nothrow_destructible.pass.cpp Use rvalue references throughout the is_constructible traits. 6 years ago
is_nothrow_move_assignable.pass.cpp Support tests in freestanding 6 years ago
is_nothrow_move_constructible.pass.cpp Support tests in freestanding 6 years ago
is_nothrow_swappable.pass.cpp Support tests in freestanding 6 years ago
is_nothrow_swappable_with.pass.cpp Support tests in freestanding 6 years ago
is_pod.pass.cpp Support tests in freestanding 6 years ago
is_polymorphic.pass.cpp Support tests in freestanding 6 years ago
is_signed.pass.cpp Support tests in freestanding 6 years ago
is_standard_layout.pass.cpp Support tests in freestanding 6 years ago
is_swappable.pass.cpp Support tests in freestanding 6 years ago
is_swappable_include_order.pass.cpp Support tests in freestanding 6 years ago
is_swappable_with.pass.cpp Support tests in freestanding 6 years ago
is_trivial.pass.cpp Support tests in freestanding 6 years ago
is_trivially_assignable.pass.cpp [libc++] Purge mentions of GCC 4 from the test suite 5 years ago
is_trivially_constructible.pass.cpp Support tests in freestanding 6 years ago
is_trivially_copy_assignable.pass.cpp [libc++] Purge mentions of GCC 4 from the test suite 5 years ago
is_trivially_copy_constructible.pass.cpp [libc++] Purge mentions of GCC 4 from the test suite 5 years ago
is_trivially_copyable.pass.cpp Support tests in freestanding 6 years ago
is_trivially_default_constructible.pass.cpp Support tests in freestanding 6 years ago
is_trivially_destructible.pass.cpp Mark is_trivially_destructible as unsupported with apple-clang-9 6 years ago
is_trivially_move_assignable.pass.cpp [libc++] Purge mentions of GCC 4 from the test suite 5 years ago
is_trivially_move_constructible.pass.cpp [libc++] Purge mentions of GCC 4 from the test suite 5 years ago
is_unsigned.pass.cpp Support tests in freestanding 6 years ago
is_volatile.pass.cpp Support tests in freestanding 6 years ago