[PATCH] D132438: [runtimes] Use a response file for runtimes test suites

Tobias Hieta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 25 06:55:49 PDT 2022


thieta added a comment.

In D132438#3748743 <https://reviews.llvm.org/D132438#3748743>, @uabelho wrote:

> Hello,
>
> Anyone else seeing testcase failures after this patch?
> I seem to rather consistently get
>
>   Timed Out Tests (1):
>     llvm-libc++-shared.cfg.in :: libcxx/modules_include.sh.cpp
>
> but I've also seen e.g. this one fail
>
>   13:54:58 ******************** TEST 'llvm-libc++-shared.cfg.in :: std/utilities/meta/meta.trans/meta.trans.other/result_of.pass.cpp' FAILED ********************

If you where building libc++ with `LLVM_ENABLE_RUNTIMES` then these tests might not have been executed before. So they probably have failed for some time but you haven't seen it until this patch was merged.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132438



More information about the llvm-commits mailing list