lit: Allow configurations to restrict the set of tests to run
authorArnold Schwaighofer <aschwaighofer@apple.com>
Mon, 1 Jun 2015 17:50:03 +0000 (17:50 +0000)
committerArnold Schwaighofer <aschwaighofer@apple.com>
Mon, 1 Jun 2015 17:50:03 +0000 (17:50 +0000)
commit5a0272c7597074605e99ed15a878f5786550a388
treecfd4abde8b19fae2c9dd3944064fafb6b8fbb165
parent6f9474c1e124036ac71e36ce5626c04c1625ae21
lit: Allow configurations to restrict the set of tests to run

By setting limit_to_features to a non empty list of features a configuration can
restrict the set of tests to run to only include tests that require a feature in
this list.

rdar://21082253

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238766 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/lit/TestRunner.py
utils/lit/lit/TestingConfig.py