[llvm] Adjust LDBG output: surround DebugType between `[` and `]` (PR #150671)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 25 12:21:59 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-sie-ubuntu-fast` running on `sie-linux-worker` while building `llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/144/builds/31243
<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-Unit :: Support/./SupportTests/10/48' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/unittests/Support/./SupportTests-LLVM-Unit-1382958-10-48.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=48 GTEST_SHARD_INDEX=10 /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/unittests/Support/./SupportTests
--
Script:
--
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/unittests/Support/./SupportTests --gtest_filter=DebugLogTest.Basic
--
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/unittests/Support/DebugLogTest.cpp:30: Failure
Value of: StringRef(os.str()).starts_with('[')
Actual: false
Expected: true
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/unittests/Support/DebugLogTest.cpp:30
Value of: StringRef(os.str()).starts_with('[')
Actual: false
Expected: true
********************
```
</details>
https://github.com/llvm/llvm-project/pull/150671
More information about the llvm-commits
mailing list