[Lldb-commits] [lldb] [lldb][Expression] Emit a 'Note' diagnostic that indicates the language used for expression evaluation (PR #161688)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Sat Oct 11 05:57:38 PDT 2025
Michael137 wrote:
> > The buildbot [lldb-x86_64-win](https://lab.llvm.org/buildbot/#/builders/211/builds/2783) is broken. Please take a look.
>
> #162995
Seems to have fixed the API test failure. But shell test still fails. @slydiman any chance you can run the shell test command locally and post the full output:
```
c:\buildbot\as-builder-10\lldb-x86-64\build\bin\lldb.exe' --no-lldbinit -S 'C:/buildbot/as-builder-10/lldb-x86-64/build/tools/lldb\test\Shell\lit-lldb-init-quiet' 'C:\buildbot\as-builder-10\lldb-x86-64\build\tools\lldb\test\Shell\Expr\Output\TestExprLanguageNote.test.tmp.out' -x -b -o 'settings set interpreter.stop-command-source-on-error false' -s 'C:\buildbot\as-builder-10\lldb-x86-64\build\tools\lldb\test\Shell\Expr\Output\TestExprLanguageNote.test.tmp/with-target.input'
```
The test log is not enough for me to go on. We can skip it on Windows for now if you need to unblock the bots urgently.
https://github.com/llvm/llvm-project/pull/161688
More information about the lldb-commits
mailing list