[Lldb-commits] [PATCH] D68003: [dotest] Support specifying a version for skipIfOutOfTreeDebugserver
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 24 18:22:39 PDT 2019
JDevlieghere marked an inline comment as done.
JDevlieghere added inline comments.
Herald added a subscriber: dexonsmith.
================
Comment at: lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentManyBreakpoints.py:18
@expectedFailureNetBSD
- @skipIfOutOfTreeDebugserver
+ @skipIfOutOfTreeDebugserver(['<=', '9999'])
def test(self):
----------------
I used 9999 here because that's commonly the placeholder until the next release.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68003/new/
https://reviews.llvm.org/D68003
More information about the lldb-commits
mailing list