mirror of
https://github.com/darlinghq/darling-libcxx.git
synced 2025-02-20 03:40:49 +00:00
Mark this test as XFAIL with older compilers, since they hit PR18097
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@242967 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
db8c4fd8c7
commit
3a59ae6783
@ -10,6 +10,10 @@
|
||||
// UNSUPPORTED: libcpp-has-no-threads
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// NOTE: atomic<> of a TriviallyCopyable class is wrongly rejected by older
|
||||
// clang versions. It was fixed right before the llvm 3.5 release. See PR18097.
|
||||
// XFAIL: apple-clang-6.0, clang-3.4, clang-3.3
|
||||
|
||||
// <atomic>
|
||||
|
||||
// constexpr atomic<T>::atomic(T value)
|
||||
|
Loading…
x
Reference in New Issue
Block a user