[lit] Add --show-xfail flag to LIT.
authorEric Fiselier <eric@efcs.ca>
Sat, 2 Aug 2014 01:29:52 +0000 (01:29 +0000)
committerEric Fiselier <eric@efcs.ca>
Sat, 2 Aug 2014 01:29:52 +0000 (01:29 +0000)
commit2785e77db1408859a441235e3cbb770d568408d3
treeeebf3b8be866cbde564f42621ceb8d59653794e9
parent63fab54fac2b31f32b7f8bde035c296bfb9b11bf
[lit] Add --show-xfail flag to LIT.

Summary:
This patch add a --show-xfail flag. If this flag is specified then each xfail test will be printed to output.
When it is not given xfail tests are ignored. Ignoring xfail tests is the current behavior.

This flag is meant to mirror the --show-unsupported flag that was recently added.

Reviewers: ddunbar, EricWF

Reviewed By: EricWF

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D4750

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214609 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CommandGuide/lit.rst
utils/lit/lit/main.py