[Lldb-commits] [PATCH] D85365: [lldb] Modify the `skipIfRemote` decorator so we can skip all PExpect tests.
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 5 15:08:18 PDT 2020
JDevlieghere created this revision.
JDevlieghere added reviewers: davide, jasonmolenda, friss.
JDevlieghere requested review of this revision.
This patch modifies the `skipIfRemote` decorator so it can apply to a whole class, which allows us to skip all PExpect tests as a whole.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D85365
Files:
lldb/packages/Python/lldbsuite/test/decorators.py
lldb/packages/Python/lldbsuite/test/lldbpexpect.py
lldb/test/API/commands/expression/multiline-completion/TestMultilineCompletion.py
lldb/test/API/commands/gui/basic/TestGuiBasic.py
lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py
lldb/test/API/commands/gui/breakpoints/TestGuiBreakpoints.py
lldb/test/API/driver/batch_mode/TestBatchMode.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85365.283409.patch
Type: text/x-patch
Size: 5119 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200805/e44142a7/attachment.bin>
More information about the lldb-commits
mailing list