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

Eric Fiselier eric at efcs.ca
Fri Aug 22 21:17:22 PDT 2014


Hi mclow.lists, danalbert,

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.

http://reviews.llvm.org/D5037

Files:
  test/CMakeLists.txt

Index: test/CMakeLists.txt
===================================================================
--- test/CMakeLists.txt
+++ test/CMakeLists.txt
@@ -14,7 +14,7 @@
     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()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5037.12875.patch
Type: text/x-patch
Size: 432 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140823/e3b94f34/attachment.bin>


More information about the cfe-commits mailing list