[clang] [clang-tools-extra] [llvm] [clang] Introduce diagnostics suppression mappings (PR #112517)
kadir çetinkaya via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 12 06:15:11 PST 2024
kadircet wrote:
> FYI, looks like this is causing following LLDB tests to fail: https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/as-lldb-cmake/15106/execution/node/97/log/
>
> ```
> Unresolved Tests (17):
> 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/retry-with-std-module/TestRetryWithStdModule.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/unique_ptr-dbg-info-content/TestUniquePtrDbgInfoContent.py
> lldb-api :: commands/expression/import-std-module/unique_ptr/TestUniquePtrFromStdModule.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
> ```
>
> Example assertion:
>
> ```
> Assertion failed: (0 && "Invalid SLocOffset or bad function choice"), function getFileIDLoaded, file SourceManager.cpp, line 867.
> PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
> ``
> ```
FWIW, I am still trying to reproduce these failures. It seems to be hard on a linux machine as tests are all disabled with a link to https://discourse.llvm.org/t/lldb-test-failures-on-linux/80095.
https://github.com/llvm/llvm-project/pull/112517
More information about the cfe-commits
mailing list