forked from OSchip/llvm-project
[libcxx] Skip tests on GCC
Summary: These don't work with GCC Reviewers: jyknight, #libc! Subscribers: libcxx-commits Tags: #libc Differential Revision: https://reviews.llvm.org/D84183
This commit is contained in:
parent
b3031593ea
commit
be2267ba34
|
@ -13,7 +13,7 @@
|
|||
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_ABI_ENABLE_SHARED_PTR_TRIVIAL_ABI
|
||||
|
||||
// There were assertion failures in both parse and codegen, which are fixed in clang 11.
|
||||
// UNSUPPORTED: clang-4, clang-5, clang-6, clang-7, clang-8, clang-9, clang-10
|
||||
// UNSUPPORTED: gcc, clang-4, clang-5, clang-6, clang-7, clang-8, clang-9, clang-10
|
||||
|
||||
#include <memory>
|
||||
#include <cassert>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_ABI_ENABLE_UNIQUE_PTR_TRIVIAL_ABI
|
||||
|
||||
// There were assertion failures in both parse and codegen, which are fixed in clang 11.
|
||||
// UNSUPPORTED: clang-4, clang-5, clang-6, clang-7, clang-8, clang-9, clang-10
|
||||
// UNSUPPORTED: gcc, clang-4, clang-5, clang-6, clang-7, clang-8, clang-9, clang-10
|
||||
|
||||
#include <memory>
|
||||
#include <cassert>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_ABI_ENABLE_UNIQUE_PTR_TRIVIAL_ABI
|
||||
|
||||
// There were assertion failures in both parse and codegen, which are fixed in clang 11.
|
||||
// UNSUPPORTED: clang-4, clang-5, clang-6, clang-7, clang-8, clang-9, clang-10
|
||||
// UNSUPPORTED: gcc, clang-4, clang-5, clang-6, clang-7, clang-8, clang-9, clang-10
|
||||
|
||||
#include <memory>
|
||||
#include <cassert>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_ABI_ENABLE_UNIQUE_PTR_TRIVIAL_ABI
|
||||
|
||||
// There were assertion failures in both parse and codegen, which are fixed in clang 11.
|
||||
// UNSUPPORTED: clang-4, clang-5, clang-6, clang-7, clang-8, clang-9, clang-10
|
||||
// UNSUPPORTED: gcc, clang-4, clang-5, clang-6, clang-7, clang-8, clang-9, clang-10
|
||||
|
||||
#include <memory>
|
||||
#include <cassert>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_ABI_ENABLE_UNIQUE_PTR_TRIVIAL_ABI
|
||||
|
||||
// There were assertion failures in both parse and codegen, which are fixed in clang 11.
|
||||
// UNSUPPORTED: clang-4, clang-5, clang-6, clang-7, clang-8, clang-9, clang-10
|
||||
// UNSUPPORTED: gcc, clang-4, clang-5, clang-6, clang-7, clang-8, clang-9, clang-10
|
||||
|
||||
#include <memory>
|
||||
#include <cassert>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_ABI_ENABLE_SHARED_PTR_TRIVIAL_ABI
|
||||
|
||||
// There were assertion failures in both parse and codegen, which are fixed in clang 11.
|
||||
// UNSUPPORTED: clang-4, clang-5, clang-6, clang-7, clang-8, clang-9, clang-10
|
||||
// UNSUPPORTED: gcc, clang-4, clang-5, clang-6, clang-7, clang-8, clang-9, clang-10
|
||||
|
||||
#include <memory>
|
||||
#include <cassert>
|
||||
|
|
Loading…
Reference in New Issue