[libcxx-commits] [PATCH] D127242: Revert "[libc++][test] Mark ranges.transform.pass.cpp UNSUPPORTED for AIX"
Joe Loser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 7 11:57:15 PDT 2022
jloser created this revision.
jloser added a reviewer: ldionne.
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++.
This reverts commit 3583826bb52a7f129b55df043e29860aeab9906d <https://reviews.llvm.org/rG3583826bb52a7f129b55df043e29860aeab9906d>.
Instead of marking the test unsupported for AIX, the choice is to bump the
timeout for CI as done in 76c7e1f2a8820b057de1a241422294bf25fdea2d <https://reviews.llvm.org/rG76c7e1f2a8820b057de1a241422294bf25fdea2d> and
222bd83d505728fca2bbe16cef8b93c321dd8c13 <https://reviews.llvm.org/rG222bd83d505728fca2bbe16cef8b93c321dd8c13>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D127242
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,8 +8,6 @@
// UNSUPPORTED: c++03, c++11, c++14, c++17
// UNSUPPORTED: libcpp-has-no-incomplete-ranges
-// On AIX the test takes a long time, leading to frequent CI timeouts.
-// UNSUPPORTED: LIBCXX-AIX-FIXME
// <algorithm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127242.434907.patch
Type: text/x-patch
Size: 596 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220607/256830e1/attachment.bin>
More information about the libcxx-commits
mailing list