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

Joe Loser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jun 4 17:06:19 PDT 2022


jloser added a comment.

In D127051#3558524 <https://reviews.llvm.org/D127051#3558524>, @philnik wrote:

> The test is just long. So either the test should be made shorted somehow or the timeout for AIX should be longer. XFAILing it doesn't solve the problem in any way. It's just the 50/50 chance of passing reversed to a 50/50 chance of failing.

I see. So, we could bump the timeout set by `run-buildbot` to bump it up from the current `1200` seconds, but that's awfully high already. Have you already looked into why it's taking so long (and only on AIX?)?  Is it spending so much time compiling (can look with `-ftime-trace` and `ClangBuildAnalyzer`), or something else?


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