Mark exception_ptr tests as XFAIL on Windows for now

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@300942 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2017-04-21 02:13:33 +00:00
parent c94dd0a571
commit c0574ee051
10 changed files with 31 additions and 1 deletions

View File

@@ -7,6 +7,9 @@
//
//===----------------------------------------------------------------------===//
// exception_ptr has not been implemented on Windows
// XFAIL: LIBCXX-WINDOWS-FIXME
// <exception>
// class nested_exception;

View File

@@ -7,6 +7,9 @@
//
//===----------------------------------------------------------------------===//
// exception_ptr has not been implemented on Windows
// XFAIL: LIBCXX-WINDOWS-FIXME
// <exception>
// class nested_exception;

View File

@@ -7,6 +7,9 @@
//
//===----------------------------------------------------------------------===//
// exception_ptr has not been implemented on Windows
// XFAIL: LIBCXX-WINDOWS-FIXME
// <exception>
// class nested_exception;

View File

@@ -7,6 +7,9 @@
//
//===----------------------------------------------------------------------===//
// exception_ptr has not been implemented on Windows
// XFAIL: LIBCXX-WINDOWS-FIXME
// UNSUPPORTED: libcpp-no-exceptions
// <exception>
@@ -43,7 +46,7 @@ class C
{
public:
virtual ~C() {}
C * operator&() const { assert(false); } // should not be called
C * operator&() const { assert(false); return nullptr; } // should not be called
};
class D : private std::nested_exception {};

View File

@@ -7,6 +7,9 @@
//
//===----------------------------------------------------------------------===//
// exception_ptr has not been implemented on Windows
// XFAIL: LIBCXX-WINDOWS-FIXME
// UNSUPPORTED: libcpp-no-exceptions
// <exception>

View File

@@ -7,6 +7,9 @@
//
//===----------------------------------------------------------------------===//
// exception_ptr has not been implemented on Windows
// XFAIL: LIBCXX-WINDOWS-FIXME
// UNSUPPORTED: libcpp-no-exceptions
// <exception>

View File

@@ -7,6 +7,9 @@
//
//===----------------------------------------------------------------------===//
// exception_ptr has not been implemented on Windows
// XFAIL: LIBCXX-WINDOWS-FIXME
// UNSUPPORTED: libcpp-no-exceptions
// <exception>

View File

@@ -7,6 +7,9 @@
//
//===----------------------------------------------------------------------===//
// exception_ptr has not been implemented on Windows
// XFAIL: LIBCXX-WINDOWS-FIXME
// <exception>
// typedef unspecified exception_ptr;

View File

@@ -7,6 +7,9 @@
//
//===----------------------------------------------------------------------===//
// exception_ptr has not been implemented on Windows
// XFAIL: LIBCXX-WINDOWS-FIXME
// UNSUPPORTED: libcpp-no-exceptions
// <exception>

View File

@@ -7,6 +7,9 @@
//
//===----------------------------------------------------------------------===//
// exception_ptr has not been implemented on Windows
// XFAIL: LIBCXX-WINDOWS-FIXME
// UNSUPPORTED: libcpp-no-exceptions
// <exception>