llvm/llvm-project

[LLDB] Swig python extensions are missing test coverage

Open

#168 920 ouverte le 20 nov. 2025

Voir sur GitHub
 (14 commentaires) (2 réactions) (0 assignés)C++ (10 782 forks)batch import
good first issuelldbtest-suite

Métriques du dépôt

Stars
 (26 378 stars)
Métriques de merge PR
 (Merge moyen 1j 2h) (1 000 PRs mergées en 30 j)

Description

@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.

Guide contributeur