llvm-project/libcxx/test/std/strings/basic.string/string.cons
Marek Kurdej dde0fcd7a7 [libc++] [libc++abi] Mark a few tests as unsupported/xfail on gcc-7/8/9.
This should make the builder http://lab.llvm.org:8011/#/builders/101/ happy.
It uses gcc-9 and not Tip-Of-Trunk as its name indicates BTW.
GCC-10 passes all these tests.

Fix gcc warnings: -Wsign-compare, -Wparentheses, -Wpragmas.

Reviewed By: ldionne, #libc, #libc_abi

Differential Revision: https://reviews.llvm.org/D92099
2020-11-26 08:59:52 +01:00
..
T_size_size.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
alloc.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
brace_assignment.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
char_assignment.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
copy.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
copy_alloc.pass.cpp [libcxx] [test] Fix test bugs in string.cons/copy_alloc.pass.cpp. 2019-04-03 00:05:49 +00:00
copy_assignment.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
default_noexcept.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
dtor_noexcept.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
implicit_deduction_guides.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
initializer_list.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
initializer_list_assignment.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
iter_alloc.pass.cpp Properly constrain basic_string(Iter, Iter, Alloc = A()) 2019-03-14 12:31:10 +00:00
iter_alloc_deduction.fail.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
iter_alloc_deduction.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
move.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
move_alloc.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
move_assign_noexcept.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
move_assignment.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
move_noexcept.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
pointer_alloc.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
pointer_assignment.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
pointer_size_alloc.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
size_char_alloc.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
string_view.compile.fail.cpp [libc++] Remove workaround for .fail.cpp tests that don't have clang-verify markup 2020-04-15 10:53:37 -04:00
string_view.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
string_view_assignment.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
string_view_deduction.fail.cpp [libc++] [libc++abi] Mark a few tests as unsupported/xfail on gcc-7/8/9. 2020-11-26 08:59:52 +01:00
string_view_deduction.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
string_view_size_size_deduction.fail.cpp [libc++] [libc++abi] Mark a few tests as unsupported/xfail on gcc-7/8/9. 2020-11-26 08:59:52 +01:00
string_view_size_size_deduction.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
substr.pass.cpp [libc++] NFC: Clean up a lot of old Lit features 2020-04-10 17:20:29 -04:00