[libcxx-commits] [libcxx] b2aec7e - Revert "[libc++][test] Mark ranges.transform.pass.cpp UNSUPPORTED for AIX"

Joe Loser via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 7 18:02:01 PDT 2022


Author: Joe Loser
Date: 2022-06-07T19:00:56-06:00
New Revision: b2aec7e6eddb1593615e7ddc7e6ca96be7926ae8

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

LOG: Revert "[libc++][test] Mark ranges.transform.pass.cpp UNSUPPORTED for AIX"

This reverts commit 3583826bb52a7f129b55df043e29860aeab9906d.

Instead of marking the test unsupported for AIX, the choice is to bump the
timeout for CI as done in 76c7e1f2a8820b057de1a241422294bf25fdea2d and
222bd83d505728fca2bbe16cef8b93c321dd8c13

Differential Revision: https://reviews.llvm.org/D127242

Added: 
    

Modified: 
    libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.pass.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.pass.cpp b/libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.pass.cpp
index c6618e6a4fd3d..c30ef250237b3 100644
--- a/libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.pass.cpp
+++ b/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>
 


        


More information about the libcxx-commits mailing list