[libcxx-commits] [PATCH] D127051: [libc++][test] Mark ranges.transform.pass.cpp XFAIL for AIX
Joe Loser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jun 4 09:30:26 PDT 2022
jloser created this revision.
jloser added reviewers: ldionne, var-const, Mordante, philnik.
Herald added a project: All.
jloser requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
The `ranges.transform.pass.cpp` often times out on CI for AIX (32-bit and 64-bit)
only. Mark the test as `XFAIL` for `AIX` for now. It should be looked into in
the future.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D127051
Files:
libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.pass.cpp
Index: libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.pass.cpp
===================================================================
--- libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.pass.cpp
+++ libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.pass.cpp
@@ -8,6 +8,7 @@
// UNSUPPORTED: c++03, c++11, c++14, c++17
// UNSUPPORTED: libcpp-has-no-incomplete-ranges
+// XFAIL: LIBCXX-AIX-FIXME
// <algorithm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127051.434272.patch
Type: text/x-patch
Size: 518 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220604/b7b43be8/attachment.bin>
More information about the libcxx-commits
mailing list