llvm/llvm-project

[LLDB] Swig python extensions are missing test coverage

Open

#168,920 opened on 2025年11月20日

GitHub で見る
 (14 comments) (2 reactions) (0 assignees)C++ (10,782 forks)batch import
good first issuelldbtest-suite

Repository metrics

Stars
 (26,378 stars)
PR merge metrics
 (平均マージ 1d 2h) (30d で 1,000 merged PRs)

説明

@jimingham pointed out on #168619 that a lot of the lldb extensions are either not tested or don't have direct testing. I've opened this issue as a good new user issue.

The largest offenders are

While target and valueobject actually have more properties, a quick grep showed a lot of these are exercised in existing tests.

コントリビューターガイド