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:
Marshall Clow 2016-06-30 17:49:36 +00:00
parent 256814f751
commit a0f496b989
6 changed files with 12 additions and 0 deletions

View File

@ -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 {

View File

@ -13,6 +13,8 @@
// map();
// XFAIL: gcc
#include <map>
struct X

View File

@ -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 {

View File

@ -13,6 +13,8 @@
// multimap();
// XFAIL: gcc
#include <map>
struct X

View File

@ -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>

View File

@ -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>