[libcxx-commits] [libcxxabi] r359415 - Remove XFail for new GCC. They fixed it

Eric Fiselier via libcxx-commits libcxx-commits at lists.llvm.org
Sun Apr 28 21:47:57 PDT 2019


Author: ericwf
Date: Sun Apr 28 21:47:57 2019
New Revision: 359415

URL: http://llvm.org/viewvc/llvm-project?rev=359415&view=rev
Log:
Remove XFail for new GCC. They fixed it

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=359415&r1=359414&r2=359415&view=diff
==============================================================================
--- libcxxabi/trunk/test/catch_member_function_pointer_02.pass.cpp (original)
+++ libcxxabi/trunk/test/catch_member_function_pointer_02.pass.cpp Sun Apr 28 21:47:57 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
 
 #include <cassert>
 




More information about the libcxx-commits mailing list