diff options
author | Eric Fiselier <eric@efcs.ca> | 2014-08-02 01:29:52 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2014-08-02 01:29:52 +0000 |
commit | c85f00a0622d7e49e9ac8a6612e0fd23a0417bd5 (patch) | |
tree | cd96992d6f7ae66990d819263eeda97c00e6e59b /llvm/docs | |
parent | a80c8770f9506277cd4768fdddda0b78444b6ab2 (diff) | |
download | bcm5719-llvm-c85f00a0622d7e49e9ac8a6612e0fd23a0417bd5.tar.gz bcm5719-llvm-c85f00a0622d7e49e9ac8a6612e0fd23a0417bd5.zip |
[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
llvm-svn: 214609
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/CommandGuide/lit.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst index de7fefff300..ffb4abd3922 100644 --- a/llvm/docs/CommandGuide/lit.rst +++ b/llvm/docs/CommandGuide/lit.rst @@ -88,6 +88,10 @@ OUTPUT OPTIONS Show the names of unsupported tests. +.. option:: --show-xfail + + Show the names of tests that were expected to fail. + .. _execution-options: EXECUTION OPTIONS |