Update XFAIL list for new GCC versions
authorEric Fiselier <eric@efcs.ca>
Fri, 13 Sep 2019 18:43:29 +0000 (18:43 +0000)
committerEric Fiselier <eric@efcs.ca>
Fri, 13 Sep 2019 18:43:29 +0000 (18:43 +0000)
llvm-svn: 371881

libcxxabi/test/catch_member_function_pointer_02.pass.cpp

index 09770cb..41356e5 100644 (file)
@@ -12,7 +12,7 @@
 
 // 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, gcc-9
+// XFAIL: gcc-7, gcc-8, gcc-9, gcc-10
 
 #include <cassert>