Skip to content

Commit 86fc193

Browse files
committed
[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.
1 parent 6a64079 commit 86fc193

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lldb/test/API/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ if ("${LLDB_TEST_COMPILER}" STREQUAL "")
6868
endif()
6969

7070
if ( CMAKE_SYSTEM_NAME MATCHES "Windows" )
71-
# All tests are currently flaky on Windows, so rerun them all once when they fail.
72-
set(LLDB_TEST_COMMON_ARGS ${LLDB_TEST_COMMON_ARGS} --rerun-all-issues)
73-
7471
set(LLDB_TEST_DEBUG_TEST_CRASHES
7572
0
7673
CACHE BOOL "(Windows only) Enables debugging of tests in the test suite by showing the crash dialog when lldb crashes")

0 commit comments

Comments
 (0)