aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2018-07-22 21:58:46 +0000
committerEric Fiselier <eric@efcs.ca>2018-07-22 21:58:46 +0000
commit6fa95b8787c1b4e391fa440e6d4c01572631125b (patch)
tree2a037050eb0f4f2f109b57f5b7e7ed0ac66088f9 /libcxxabi
parent6d4be63ab137605ded5034ee40080bfb6787b914 (diff)
Add GCC 9 to XFAILs list for test
llvm-svn: 337662
Diffstat (limited to 'libcxxabi')
-rw-r--r--libcxxabi/test/catch_member_function_pointer_02.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/test/catch_member_function_pointer_02.pass.cpp b/libcxxabi/test/catch_member_function_pointer_02.pass.cpp
index 6bd9e6fe6a14..29f02bdd671d 100644
--- a/libcxxabi/test/catch_member_function_pointer_02.pass.cpp
+++ b/libcxxabi/test/catch_member_function_pointer_02.pass.cpp
@@ -13,7 +13,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
+// XFAIL: gcc-7, gcc-8, gcc-9
#include <cassert>