[llvm] [LLVM] Specialize test suites for `TableGen` and `FileCheck` to use smaller set of dependencies (PR #155929)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 19 09:22:24 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-aarch64-sve-vla` running on `linaro-g3-04` while building `llvm` at step 7 "ninja check 1".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/17/builds/11130
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 7 (ninja check 1) failure: stage 1 checked (failure)
******************** TEST 'LLVM :: FileCheck/dump-input/filter.txt' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 9
echo start > /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo start
# RUN: at line 10
echo foo0 >> /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo foo0
# RUN: at line 11
echo foo1 >> /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo foo1
# RUN: at line 12
echo foo2 >> /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo foo2
# RUN: at line 13
echo foo3 >> /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo foo3
# RUN: at line 14
echo foo4 >> /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo foo4
# RUN: at line 15
echo foo5 >> /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo foo5
# RUN: at line 16
echo foo6 >> /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo foo6
# RUN: at line 17
echo foo7 >> /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo foo7
# RUN: at line 18
echo foo8 >> /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo foo8
# RUN: at line 19
echo foo9 >> /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo foo9
# RUN: at line 21
echo hello >> /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo hello
# RUN: at line 22
echo foo0 >> /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo foo0
# RUN: at line 23
echo foo1 >> /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo foo1
# RUN: at line 24
echo foo2 >> /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo foo2
...
```
</details>
https://github.com/llvm/llvm-project/pull/155929
More information about the llvm-commits
mailing list