[libcxx-commits] [libcxxabi] r371881 - Update XFAIL list for new GCC versions

Eric Fiselier via libcxx-commits libcxx-commits at lists.llvm.org
Fri Sep 13 11:43:30 PDT 2019


Author: ericwf
Date: Fri Sep 13 11:43:29 2019
New Revision: 371881

URL: http://llvm.org/viewvc/llvm-project?rev=371881&view=rev
Log:
Update XFAIL list for new GCC versions

Modified:
    libcxxabi/trunk/test/catch_member_function_pointer_02.pass.cpp

Modified: libcxxabi/trunk/test/catch_member_function_pointer_02.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/test/catch_member_function_pointer_02.pass.cpp?rev=371881&r1=371880&r2=371881&view=diff
==============================================================================
--- libcxxabi/trunk/test/catch_member_function_pointer_02.pass.cpp (original)
+++ libcxxabi/trunk/test/catch_member_function_pointer_02.pass.cpp Fri Sep 13 11:43:29 2019
@@ -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>
 




More information about the libcxx-commits mailing list