XFAIL noexcept member function throw/catch test under GCC.
authorEric Fiselier <eric@efcs.ca>
Tue, 9 May 2017 00:11:02 +0000 (00:11 +0000)
committerEric Fiselier <eric@efcs.ca>
Tue, 9 May 2017 00:11:02 +0000 (00:11 +0000)
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

index 5ce2359..6bd9e6f 100644 (file)
 // 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 <cassert>
 
 struct X {