[libcxx-commits] [libcxxabi] r360944 - XFAIL test for new GCC version

Eric Fiselier via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 16 14:53:33 PDT 2019


Author: ericwf
Date: Thu May 16 14:53:33 2019
New Revision: 360944

URL: http://llvm.org/viewvc/llvm-project?rev=360944&view=rev
Log:
XFAIL test for new GCC version

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=360944&r1=360943&r2=360944&view=diff
==============================================================================
--- libcxxabi/trunk/test/catch_member_function_pointer_02.pass.cpp (original)
+++ libcxxabi/trunk/test/catch_member_function_pointer_02.pass.cpp Thu May 16 14:53:33 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
+// XFAIL: gcc-7, gcc-8, gcc-9
 
 #include <cassert>
 




More information about the libcxx-commits mailing list