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

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


Mordante added inline comments.


================
Comment at: libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.pass.cpp:11
 // UNSUPPORTED: libcpp-has-no-incomplete-ranges
+// UNSUPPORTED: LIBCXX-AIX-FIXME  // this test often times out on CI
 
----------------
This fails to build due to the explanation comment being part of the code parsed by lit.
Please move the comment on its own line. While your at it please make it a complete sentence.


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