Issue |
135352
|
Summary |
[lldb][clang] A lot _expression_/import-std-module tests failed after #135119 in clang
|
Labels |
clang
|
Assignees |
|
Reporter |
slydiman
|
After the patch https://github.com/llvm/llvm-project/pull/135119#issuecomment-2794910840
the following lldb API tests failed because of the assert in ASTContext.cpp, line 5619:
```
lldb-api :: commands/_expression_/import-std-module/array/TestArrayFromStdModule.py
lldb-api :: commands/_expression_/import-std-module/deque-basic/TestDequeFromStdModule.py
lldb-api :: commands/_expression_/import-std-module/deque-dbg-info-content/TestDbgInfoContentDequeFromStdModule.py
lldb-api :: commands/_expression_/import-std-module/forward_list-dbg-info-content/TestDbgInfoContentForwardListFromStdModule.py
lldb-api :: commands/_expression_/import-std-module/forward_list/TestForwardListFromStdModule.py
lldb-api :: commands/_expression_/import-std-module/iterator/TestIteratorFromStdModule.py
lldb-api :: commands/_expression_/import-std-module/list-dbg-info-content/TestDbgInfoContentListFromStdModule.py
lldb-api :: commands/_expression_/import-std-module/list/TestListFromStdModule.py
lldb-api :: commands/_expression_/import-std-module/non-module-type-separation/TestNonModuleTypeSeparation.py
lldb-api :: commands/_expression_/import-std-module/shared_ptr-dbg-info-content/TestSharedPtrDbgInfoContentFromStdModule.py
lldb-api :: commands/_expression_/import-std-module/shared_ptr/TestSharedPtrFromStdModule.py
lldb-api :: commands/_expression_/import-std-module/vector-dbg-info-content/TestDbgInfoContentVectorFromStdModule.py
lldb-api :: commands/_expression_/import-std-module/vector-of-vectors/TestVectorOfVectorsFromStdModule.py
lldb-api :: commands/_expression_/import-std-module/weak_ptr-dbg-info-content/TestDbgInfoContentWeakPtrFromStdModule.py
lldb-api :: commands/_expression_/import-std-module/weak_ptr/TestWeakPtrFromStdModule.py
```
At least the following buildbots are red: [lldb-remote-linux-ubuntu](https://lab.llvm.org/buildbot/#/builders/195/builds/7429), [lldb-remote-linux-win](https://lab.llvm.org/buildbot/#/builders/197/builds/3835).
Should we revert this patch?
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs