The gui command requires curses support, which can be disabled at
compile time. This patch adds the ability to detect this situation in
the test suite and skip the test accordingly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
packages/Python/lldbsuite/test/decorators.py | ||
---|---|---|
786 ↗ | (On Diff #218336) | I find a bit confusing the function returns opposite of key existence but its name does not indicate that. The skipIf could stay in its name. |
packages/Python/lldbsuite/test/decorators.py | ||
---|---|---|
786 ↗ | (On Diff #218336) | good point, lemme rename that |