[libcxx] Add --show-unsupported and --show-xfail to check-libcxx's default LIT args.

Summary:
In order to gather more information about testsuite results these flags should be added to LIT's default args.
These new switches were recently added to LIT. It been more than two weeks since both switches were added.
I think its time we add these to our LIT flags.


Reviewers: mclow.lists, danalbert

Reviewed By: danalbert

Subscribers: cfe-commits

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

llvm-svn: 216315
This commit is contained in:
Eric Fiselier 2014-08-23 04:33:20 +00:00
parent 561dfb57fc
commit 916223b61f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ if(PYTHONINTERP_FOUND)
set(LIT_EXECUTABLE "${CMAKE_SOURCE_DIR}/utils/lit/lit.py")
endif()
set(LIT_ARGS_DEFAULT "-sv")
set(LIT_ARGS_DEFAULT "-sv --show-unsupported --show-xfail")
if (MSVC OR XCODE)
set(LIT_ARGS_DEFAULT "${LIT_ARGS_DEFAULT} --no-progress-bar")
endif()