summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2014-08-23 04:33:20 +0000
committerEric Fiselier <eric@efcs.ca>2014-08-23 04:33:20 +0000
commit916223b61fb0bf092adc2723e57429d62b9d569d (patch)
tree93795b62b0ad22d9ab746e72ceca86002ed4a7a7
parent561dfb57fc3f370037f5e1eebb66a8c76ae9e794 (diff)
downloadbcm5719-llvm-916223b61fb0bf092adc2723e57429d62b9d569d.tar.gz
bcm5719-llvm-916223b61fb0bf092adc2723e57429d62b9d569d.zip
[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
-rw-r--r--libcxx/test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/CMakeLists.txt b/libcxx/test/CMakeLists.txt
index b04bb97264d..7236decfcc9 100644
--- a/libcxx/test/CMakeLists.txt
+++ b/libcxx/test/CMakeLists.txt
@@ -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()
OpenPOWER on IntegriCloud