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
This commit is contained in:
Eric Fiselier 2017-05-09 00:11:02 +00:00
parent 50d61da2e4
commit 0af535636e
1 changed files with 4 additions and 0 deletions

View File

@ -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 <cassert>
struct X {