Skip to content

Commit 3583826

Browse files
committed
[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
1 parent 768a251 commit 3583826

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
// UNSUPPORTED: c++03, c++11, c++14, c++17
1010
// UNSUPPORTED: libcpp-has-no-incomplete-ranges
11+
// On AIX the test takes a long time, leading to frequent CI timeouts.
12+
// UNSUPPORTED: LIBCXX-AIX-FIXME
1113

1214
// <algorithm>
1315

0 commit comments

Comments
 (0)