From b2aec7e6eddb1593615e7ddc7e6ca96be7926ae8 Mon Sep 17 00:00:00 2001 From: Joe Loser Date: Tue, 7 Jun 2022 12:54:57 -0600 Subject: [PATCH] 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 --- .../alg.transform/ranges.transform.pass.cpp | 2 -- 1 file changed, 2 deletions(-) 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 c6618e6a4fd3..c30ef250237b 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 //