[libcxx-commits] [PATCH] D127051: [libc++][test] Mark ranges.transform.pass.cpp XFAIL for AIX

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jun 5 03:47:19 PDT 2022


Mordante added a comment.

I would prefer to have the test fixed for AIX. However due to the recent number of false positive CI failures I don't mind to disable it temporary on one platform.



================
Comment at: libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.pass.cpp:11
 // UNSUPPORTED: libcpp-has-no-incomplete-ranges
+// XFAIL: LIBCXX-AIX-FIXME
 
----------------
This won't work, now the CI will fail when the test finishes within 1200s. Instead use `UNSUPPORTED`.
Please add a comment why the test is disabled.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127051/new/

https://reviews.llvm.org/D127051



More information about the libcxx-commits mailing list