mirror of
https://github.com/darlinghq/darling-libcxx.git
synced 2024-12-13 23:08:46 +00:00
Temporarily XFAIL the incomplete type tests for GCC while I figure out why adding a static_assert in r274235 broken them
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@274250 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
256814f751
commit
a0f496b989
@ -12,6 +12,8 @@
|
||||
// Check that std::map and it's iterators can be instantiated with an incomplete
|
||||
// type.
|
||||
|
||||
// XFAIL: gcc
|
||||
|
||||
#include <map>
|
||||
|
||||
struct A {
|
||||
|
@ -13,6 +13,8 @@
|
||||
|
||||
// map();
|
||||
|
||||
// XFAIL: gcc
|
||||
|
||||
#include <map>
|
||||
|
||||
struct X
|
||||
|
@ -12,6 +12,8 @@
|
||||
// Check that std::multimap and it's iterators can be instantiated with an incomplete
|
||||
// type.
|
||||
|
||||
// XFAIL: gcc
|
||||
|
||||
#include <map>
|
||||
|
||||
struct A {
|
||||
|
@ -13,6 +13,8 @@
|
||||
|
||||
// multimap();
|
||||
|
||||
// XFAIL: gcc
|
||||
|
||||
#include <map>
|
||||
|
||||
struct X
|
||||
|
@ -13,6 +13,8 @@
|
||||
// Check that std::unordered_map and it's iterators can be instantiated with an incomplete
|
||||
// type.
|
||||
|
||||
// XFAIL: gcc
|
||||
|
||||
#include <unordered_map>
|
||||
|
||||
template <class Tp>
|
||||
|
@ -13,6 +13,8 @@
|
||||
// Check that std::unordered_multimap and it's iterators can be instantiated with an incomplete
|
||||
// type.
|
||||
|
||||
// XFAIL: gcc
|
||||
|
||||
#include <unordered_map>
|
||||
|
||||
template <class Tp>
|
||||
|
Loading…
Reference in New Issue
Block a user