[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 05:24:45 PDT 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `ml-opt-devrel-x86-64` running on `ml-opt-devrel-x86-64-b2` while building `llvm` at step 6 "test-build-unified-tree-check-all".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/175/builds/25688

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: FileCheck/dump-input/filter.txt' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 9
echo start >  /b/ml-opt-devrel-x86-64-b1/build/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo start
# RUN: at line 10
echo foo0  >> /b/ml-opt-devrel-x86-64-b1/build/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo foo0
# RUN: at line 11
echo foo1  >> /b/ml-opt-devrel-x86-64-b1/build/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo foo1
# RUN: at line 12
echo foo2  >> /b/ml-opt-devrel-x86-64-b1/build/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo foo2
# RUN: at line 13
echo foo3  >> /b/ml-opt-devrel-x86-64-b1/build/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo foo3
# RUN: at line 14
echo foo4  >> /b/ml-opt-devrel-x86-64-b1/build/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo foo4
# RUN: at line 15
echo foo5  >> /b/ml-opt-devrel-x86-64-b1/build/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo foo5
# RUN: at line 16
echo foo6  >> /b/ml-opt-devrel-x86-64-b1/build/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo foo6
# RUN: at line 17
echo foo7  >> /b/ml-opt-devrel-x86-64-b1/build/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo foo7
# RUN: at line 18
echo foo8  >> /b/ml-opt-devrel-x86-64-b1/build/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo foo8
# RUN: at line 19
echo foo9  >> /b/ml-opt-devrel-x86-64-b1/build/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo foo9
# RUN: at line 21
echo hello >> /b/ml-opt-devrel-x86-64-b1/build/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo hello
# RUN: at line 22
echo foo0  >> /b/ml-opt-devrel-x86-64-b1/build/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo foo0
# RUN: at line 23
echo foo1  >> /b/ml-opt-devrel-x86-64-b1/build/test/FileCheck/dump-input/Output/filter.txt.tmp.in
# executed command: echo foo1
# RUN: at line 24
echo foo2  >> /b/ml-opt-devrel-x86-64-b1/build/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