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

Joe Loser via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jun 5 12:46:28 PDT 2022


Author: Joe Loser
Date: 2022-06-05T13:45:29-06:00
New Revision: 3583826bb52a7f129b55df043e29860aeab9906d

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

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

The `ranges.transform.pass.cpp` often times out on CI for AIX (32-bit and 64-bit)
only. Mark the test as `UNSUPPORTED` for `AIX` for now. It should be looked into in
the future.

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

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 c30ef250237b3..c6618e6a4fd3d 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,6 +8,8 @@
 
 // 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