[libcxx-commits] [libcxx] 8ab5af6 - [libc++] Fixes an AIX CI failure.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Sun Aug 4 03:40:08 PDT 2024


Author: Mark de Wever
Date: 2024-08-04T12:39:24+02:00
New Revision: 8ab5af603995ba45c77dafa9acf43bde379e81a9

URL: https://github.com/llvm/llvm-project/commit/8ab5af603995ba45c77dafa9acf43bde379e81a9
DIFF: https://github.com/llvm/llvm-project/commit/8ab5af603995ba45c77dafa9acf43bde379e81a9.diff

LOG: [libc++] Fixes an AIX CI failure.

The test now seems to pass so remove the XFAIL.

Added: 
    

Modified: 
    libcxx/test/std/re/re.traits/transform.pass.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/std/re/re.traits/transform.pass.cpp b/libcxx/test/std/re/re.traits/transform.pass.cpp
index 369dbdf7053ba..80cd3f01faff2 100644
--- a/libcxx/test/std/re/re.traits/transform.pass.cpp
+++ b/libcxx/test/std/re/re.traits/transform.pass.cpp
@@ -8,7 +8,6 @@
 //
 // NetBSD does not support LC_COLLATE at the moment
 // XFAIL: netbsd
-// XFAIL: LIBCXX-AIX-FIXME
 
 // REQUIRES: locale.cs_CZ.ISO8859-2
 


        


More information about the libcxx-commits mailing list