[Lldb-commits] [lldb] [lldb] Initial plugin and test for SymbolLocatorSymStore (PR #183302)
Stefan Gränitz via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 6 03:57:56 PST 2026
weliveindetail wrote:
For some reason my test setup doesn't seem to emit a PDB file on the [lldb-x86_64-win](https://lab.llvm.org/buildbot/#/builders/211/builds/6777) bot
```
FAIL: test_no_symstore_url_pdb (TestSymStoreLocal.SymStoreLocalTests.test_no_symstore_url_pdb)
Check that breakpoint doesn't resolve without SymStore.
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\packages\Python\lldbsuite\test\lldbtest.py", line 1858, in test_method
return attrvalue(self)
^^^^^^^^^^^^^^^
File "C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\test\API\symstore\TestSymStoreLocal.py", line 98, in test_no_symstore_url
exe, sym = self.build_inferior()
^^^^^^^^^^^^^^^^^^^^^
File "C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\test\API\symstore\TestSymStoreLocal.py", line 81, in build_inferior
self.assertTrue(os.path.isfile(self.getBuildArtifact(sym_file)))
AssertionError: False is not true
Config=x86_64-C:\buildbot\as-builder-10\lldb-x86-64\build\bin\clang.exe
```
https://github.com/llvm/llvm-project/pull/183302
More information about the lldb-commits
mailing list