From c85f00a0622d7e49e9ac8a6612e0fd23a0417bd5 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Sat, 2 Aug 2014 01:29:52 +0000 Subject: [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 --- llvm/docs/CommandGuide/lit.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'llvm/docs') 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 -- cgit v1.2.3