[Lldb-commits] [PATCH] D75864: Add a decorator option to skip tests based on a default setting
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 10 08:40:02 PDT 2020
aprantl added a comment.
In D75864#1913876 <https://reviews.llvm.org/D75864#1913876>, @labath wrote:
> If a test requires a specific value of a setting, would it make more sense to just (re)set its value at the start of a test?
This is not meant for requiring a setting, but to run the testsuite once in normal mode, and then again with --setting "experimental-feature-that-doesn't-work-for-all-tests-yet=true" and have a way to mark tests as not yet supported with that feature.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75864/new/
https://reviews.llvm.org/D75864
More information about the lldb-commits
mailing list