[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
This commit is contained in:
Marek Kurdej
2020-11-26 08:58:44 +01:00
parent 728634d0cf
commit dde0fcd7a7
8 changed files with 27 additions and 17 deletions

View File

@@ -8,6 +8,7 @@
// <string>
// UNSUPPORTED: c++03, c++11, c++14
// UNSUPPORTED: gcc-7
// XFAIL: libcpp-no-deduction-guides
// template<class InputIterator>