mirror of
https://github.com/llvm-mirror/libcxx.git
synced 2025-10-24 03:32:35 +08:00
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:
@@ -7,6 +7,9 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// exception_ptr has not been implemented on Windows
|
||||
// XFAIL: LIBCXX-WINDOWS-FIXME
|
||||
|
||||
// <exception>
|
||||
|
||||
// class nested_exception;
|
||||
|
@@ -7,6 +7,9 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// exception_ptr has not been implemented on Windows
|
||||
// XFAIL: LIBCXX-WINDOWS-FIXME
|
||||
|
||||
// <exception>
|
||||
|
||||
// class nested_exception;
|
||||
|
@@ -7,6 +7,9 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// exception_ptr has not been implemented on Windows
|
||||
// XFAIL: LIBCXX-WINDOWS-FIXME
|
||||
|
||||
// <exception>
|
||||
|
||||
// class nested_exception;
|
||||
|
@@ -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 {};
|
||||
|
@@ -7,6 +7,9 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// exception_ptr has not been implemented on Windows
|
||||
// XFAIL: LIBCXX-WINDOWS-FIXME
|
||||
|
||||
// UNSUPPORTED: libcpp-no-exceptions
|
||||
// <exception>
|
||||
|
||||
|
@@ -7,6 +7,9 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// exception_ptr has not been implemented on Windows
|
||||
// XFAIL: LIBCXX-WINDOWS-FIXME
|
||||
|
||||
// UNSUPPORTED: libcpp-no-exceptions
|
||||
// <exception>
|
||||
|
||||
|
@@ -7,6 +7,9 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// exception_ptr has not been implemented on Windows
|
||||
// XFAIL: LIBCXX-WINDOWS-FIXME
|
||||
|
||||
// UNSUPPORTED: libcpp-no-exceptions
|
||||
// <exception>
|
||||
|
||||
|
@@ -7,6 +7,9 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// exception_ptr has not been implemented on Windows
|
||||
// XFAIL: LIBCXX-WINDOWS-FIXME
|
||||
|
||||
// <exception>
|
||||
|
||||
// typedef unspecified exception_ptr;
|
||||
|
@@ -7,6 +7,9 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// exception_ptr has not been implemented on Windows
|
||||
// XFAIL: LIBCXX-WINDOWS-FIXME
|
||||
|
||||
// UNSUPPORTED: libcpp-no-exceptions
|
||||
// <exception>
|
||||
|
||||
|
@@ -7,6 +7,9 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// exception_ptr has not been implemented on Windows
|
||||
// XFAIL: LIBCXX-WINDOWS-FIXME
|
||||
|
||||
// UNSUPPORTED: libcpp-no-exceptions
|
||||
// <exception>
|
||||
|
||||
|
Reference in New Issue
Block a user