forked from OSchip/llvm-project
[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:
parent
561dfb57fc
commit
916223b61f
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue