[Lldb-commits] [lldb] [llvm] [lldb-dap] Add multi-session support with shared debugger instances (PR #163653)
LLVM Continuous Integration via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 26 21:59:33 PST 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-ppc64-aix` running on `aix-ppc64` while building `lldb,llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/64/builds/6635
<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/46/209' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/llvm/llvm-external-buildbots/workers/aix-ppc64/clang-ppc64-aix/build/unittests/Support/./SupportTests-LLVM-Unit-28443332-46-209.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=209 GTEST_SHARD_INDEX=46 /home/llvm/llvm-external-buildbots/workers/aix-ppc64/clang-ppc64-aix/build/unittests/Support/./SupportTests
--
Script:
--
/home/llvm/llvm-external-buildbots/workers/aix-ppc64/clang-ppc64-aix/build/unittests/Support/./SupportTests --gtest_filter=ProgramEnvTest.TestExecuteNoWaitTimeoutPolling
--
Note: Google Test filter = ProgramEnvTest.TestExecuteNoWaitTimeoutPolling
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ProgramEnvTest
/home/llvm/llvm-external-buildbots/workers/aix-ppc64/clang-ppc64-aix/llvm-project/llvm/unittests/Support/ProgramTest.cpp:414: Failure
Expected: (LoopCount) > (1u), actual: 1 vs 1
LoopCount should be >1
/home/llvm/llvm-external-buildbots/workers/aix-ppc64/clang-ppc64-aix/llvm-project/llvm/unittests/Support/ProgramTest.cpp:414
Expected: (LoopCount) > (1u), actual: 1 vs 1
LoopCount should be >1
********************
```
</details>
https://github.com/llvm/llvm-project/pull/163653
More information about the lldb-commits
mailing list