From 0af535636e0de4562e0c07abc3774884c787fc47 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Tue, 9 May 2017 00:11:02 +0000 Subject: [PATCH] XFAIL noexcept member function throw/catch test under GCC. I'm still not exactly sure why the test fails, but I suspect it's a bug in GCC. More investigation needed. llvm-svn: 302489 --- libcxxabi/test/catch_member_function_pointer_02.pass.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libcxxabi/test/catch_member_function_pointer_02.pass.cpp b/libcxxabi/test/catch_member_function_pointer_02.pass.cpp index 5ce2359..6bd9e6f 100644 --- a/libcxxabi/test/catch_member_function_pointer_02.pass.cpp +++ b/libcxxabi/test/catch_member_function_pointer_02.pass.cpp @@ -11,6 +11,10 @@ // clause? // UNSUPPORTED: libcxxabi-no-exceptions, libcxxabi-no-noexcept-function-type +// GCC 7 and 8 support noexcept function types but this test still fails. +// This is likely a bug in their implementation. Investigation needed. +// XFAIL: gcc-7, gcc-8 + #include struct X { -- 2.7.4