forked from OSchip/llvm-project
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:
parent
50d61da2e4
commit
0af535636e
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue