[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:40:52 PDT 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `lld-x86_64-ubuntu-fast` running on `as-builder-4` while building `llvm` at step 6 "test-build-unified-tree-check-all".

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

<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/comment/after-words.txt' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 3
echo 'foo'                 >  /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/test/FileCheck/comment/Output/after-words.txt.tmp.in
# executed command: echo foo
# RUN: at line 4
echo 'bar'                 >> /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/test/FileCheck/comment/Output/after-words.txt.tmp.in
# executed command: echo bar
# RUN: at line 5
echo 'foo'                 >> /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/test/FileCheck/comment/Output/after-words.txt.tmp.in
# executed command: echo foo
# RUN: at line 6
echo 'bar'                 >> /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/test/FileCheck/comment/Output/after-words.txt.tmp.in
# executed command: echo bar
# RUN: at line 7
echo 'FOO-COM: CHECK: foo' >  /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/test/FileCheck/comment/Output/after-words.txt.tmp.chk
# executed command: echo 'FOO-COM: CHECK: foo'
# RUN: at line 8
echo 'RUN_COM: CHECK: bar' >> /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/test/FileCheck/comment/Output/after-words.txt.tmp.chk
# executed command: echo 'RUN_COM: CHECK: bar'
# RUN: at line 9
echo 'RUN3COM: CHECK: foo' >> /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/test/FileCheck/comment/Output/after-words.txt.tmp.chk
# executed command: echo 'RUN3COM: CHECK: foo'
# RUN: at line 10
echo ' COMRUN: CHECK: bar' >> /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/test/FileCheck/comment/Output/after-words.txt.tmp.chk
# executed command: echo ' COMRUN: CHECK: bar'
# RUN: at line 11
env -u FILECHECK_OPTS /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/bin/FileCheck -dump-input=never -vv /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/test/FileCheck/comment/Output/after-words.txt.tmp.chk < /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/test/FileCheck/comment/Output/after-words.txt.tmp.in 2>&1 | /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/bin/FileCheck /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/llvm-project/llvm/test/FileCheck/comment/after-words.txt
# executed command: env -u FILECHECK_OPTS /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/bin/FileCheck -dump-input=never -vv /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/test/FileCheck/comment/Output/after-words.txt.tmp.chk
# note: command had no output on stdout or stderr
# error: command failed with exit status: 1
# executed command: /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/bin/FileCheck /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/llvm-project/llvm/test/FileCheck/comment/after-words.txt

--

********************


```

</details>

https://github.com/llvm/llvm-project/pull/155929


More information about the llvm-commits mailing list