| commit | 6951707943c771422c4e22ee8b7cd653642272ce | [log] [tgz] |
|---|---|---|
| author | Francis Ricci <francisjricci@gmail.com> | Fri Sep 23 21:32:47 2016 +0000 |
| committer | Francis Ricci <francisjricci@gmail.com> | Fri Sep 23 21:32:47 2016 +0000 |
| tree | ecf078549a7a0299badf57741d893e8822026990 | |
| parent | 497ef1772f24b1c137ce8936ef9e0875aff4dc72 [diff] |
Allow for tests to be disabled at runtime Summary: The current implementation of the test suite allows the user to run a certain subset of tests using '-p', but does not allow the inverse, where a user wants to run all but some number of known failing tests. Implement this functionality. Reviewers: labath, zturner, tfiala Subscribers: jingham, sas, lldb-commits Differential Revision: https://reviews.llvm.org/D24629 llvm-svn: 282298