[all-commits] [llvm/llvm-project] 0396aa: Add a decorator option to skip tests based on a de...
adrian-prantl via All-commits
all-commits at lists.llvm.org
Wed Mar 11 10:01:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0396aa4c05a4b97101da14b5e813c8ab3a34e9d0
https://github.com/llvm/llvm-project/commit/0396aa4c05a4b97101da14b5e813c8ab3a34e9d0
Author: Adrian Prantl <aprantl at apple.com>
Date: 2020-03-11 (Wed, 11 Mar 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/decorators.py
A lldb/test/API/sanity/TestSettingSkipping.py
Log Message:
-----------
Add a decorator option to skip tests based on a default setting.
This patch allows skipping a test based on a default setting, which is
useful when running the testsuite in different "modes" based on a
default setting. This is a feature I need for the Swift testsuite, but
I think it's generally useful.
Differential Revision: https://reviews.llvm.org/D75864
More information about the All-commits
mailing list