[libcxx-commits] [PATCH] D159120: Remove lit's --summary flag from buildbots.

Eric Fiselier via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 31 11:24:04 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG3e0bc8cf78a6: Remove lit's --summary flag from buildbots. (authored by EricWF).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D159120/new/

https://reviews.llvm.org/D159120

Files:
  libcxx/appveyor.yml
  libcxx/utils/ci/run-buildbot


Index: libcxx/utils/ci/run-buildbot
===================================================================
--- libcxx/utils/ci/run-buildbot
+++ libcxx/utils/ci/run-buildbot
@@ -142,7 +142,7 @@
           -DLIBUNWIND_ENABLE_WERROR=YES \
           -DLIBCXX_ENABLE_CLANG_TIDY=${ENABLE_CLANG_TIDY} \
           ${ENABLE_STD_MODULES} \
-          -DLLVM_LIT_ARGS="-sv --show-unsupported --xunit-xml-output test-results.xml --timeout=1500 --time-tests" \
+          -DLLVM_LIT_ARGS="-v --show-unsupported --xunit-xml-output test-results.xml --timeout=1500 --time-tests" \
           "${@}"
 }
 
Index: libcxx/appveyor.yml
===================================================================
--- libcxx/appveyor.yml
+++ libcxx/appveyor.yml
@@ -46,7 +46,7 @@
   - cmake -G "%GENERATOR%" %CMAKE_OPTIONS%
     "-DCMAKE_BUILD_TYPE=%configuration%"
     "-DLLVM_PATH=C:\projects\deps\llvm"
-    -DLLVM_LIT_ARGS="-sv --show-xfail --show-unsupported"
+    -DLLVM_LIT_ARGS="-v --show-xfail --show-unsupported"
     %APPVEYOR_BUILD_FOLDER%
 
   #############################################################################


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159120.555109.patch
Type: text/x-patch
Size: 1104 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230831/41e2ba74/attachment.bin>


More information about the libcxx-commits mailing list