[libcxx-commits] [libcxx] [NFC][libc++][test][AIX] UnXFAIL LIT test transform.pass.cpp (PR #102338)
Xing Xue via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Aug 7 10:34:13 PDT 2024
https://github.com/xingxue-ibm created https://github.com/llvm/llvm-project/pull/102338
Remove `XFAIL: LIBCXX-AIX-FIXME` from lit test `transform.pass.cpp` now that AIX system call `wcsxfrm`/`wcsxfrm_l` is fixed in AIX 7.2.5.8 and 7.3.2.2 and buildbot machines have been upgraded.
>From 69786209ad5bae837076df93abbba5fffe546182 Mon Sep 17 00:00:00 2001
From: Xing Xue <xingxue at outlook.com>
Date: Fri, 2 Aug 2024 10:48:33 -0400
Subject: [PATCH] Remove 'XFAIL: LIBCXX-AIX-FIXME' from transform.pass.cpp.
---
libcxx/test/std/re/re.traits/transform.pass.cpp | 1 -
1 file changed, 1 deletion(-)
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