[Lldb-commits] [lldb] [lldb][test] Enable static linking with libcxx for import-std-module tests (PR #98701)
Dmitry Vasilyev via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 15 09:08:09 PDT 2024
slydiman wrote:
It seems #106885 fixed the issue for
`deque-dbg-info-content/TestDbgInfoContentDequeFromStdModule.py`
and
`list-dbg-info-content/TestDbgInfoContentListFromStdModule.py`,
but not for `vector-dbg-info-content/TestDbgInfoContentVectorFromStdModule.py`.
The following 3 tests don't let the [buildbot](https://lab.llvm.org/staging/#/builders/195/builds/4450) turn green
array/TestArrayFromStdModule.py
vector-of-vectors/TestVectorOfVectorsFromStdModule.py
vector-dbg-info-content/TestDbgInfoContentVectorFromStdModule.py
https://github.com/llvm/llvm-project/pull/98701
More information about the lldb-commits
mailing list