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)
commitf4d5a8ec9ee6af75a271b517b74f38b7a5c6f18a
treeccb2b1365f7828c8b501f102cf8ee9eb29aef20a
parent5e3ab2b95f4c1183fe43b3057791678ed1847b9a
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

llvm-svn: 238766
llvm/utils/lit/lit/TestRunner.py
llvm/utils/lit/lit/TestingConfig.py