[Lldb-commits] [lldb] 86fc193 - [lldb] Don't pass --rerun-all-issues on Windows.

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 21 19:58:39 PDT 2020


Author: Jonas Devlieghere
Date: 2020-08-21T19:58:24-07:00
New Revision: 86fc1933099d8818c7d7559ae41e5903a1daf9bd

URL: https://github.com/llvm/llvm-project/commit/86fc1933099d8818c7d7559ae41e5903a1daf9bd
DIFF: https://github.com/llvm/llvm-project/commit/86fc1933099d8818c7d7559ae41e5903a1daf9bd.diff

LOG: [lldb] Don't pass --rerun-all-issues on Windows.

The functionality has been removed for a while and now the dotest
argument has been removed asll.

Added: 
    

Modified: 
    lldb/test/API/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/CMakeLists.txt b/lldb/test/API/CMakeLists.txt
index 192c0adc66a2..1cd705c56540 100644
--- a/lldb/test/API/CMakeLists.txt
+++ b/lldb/test/API/CMakeLists.txt
@@ -68,9 +68,6 @@ if ("${LLDB_TEST_COMPILER}" STREQUAL "")
 endif()
 
 if ( CMAKE_SYSTEM_NAME MATCHES "Windows" )
-  # All tests are currently flaky on Windows, so rerun them all once when they fail.
-  set(LLDB_TEST_COMMON_ARGS ${LLDB_TEST_COMMON_ARGS} --rerun-all-issues)
-
   set(LLDB_TEST_DEBUG_TEST_CRASHES
     0
     CACHE BOOL "(Windows only) Enables debugging of tests in the test suite by showing the crash dialog when lldb crashes")


        


More information about the lldb-commits mailing list