We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a64079 commit 86fc193Copy full SHA for 86fc193
lldb/test/API/CMakeLists.txt
@@ -68,9 +68,6 @@ if ("${LLDB_TEST_COMPILER}" STREQUAL "")
68
endif()
69
70
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
-
74
set(LLDB_TEST_DEBUG_TEST_CRASHES
75
0
76
CACHE BOOL "(Windows only) Enables debugging of tests in the test suite by showing the crash dialog when lldb crashes")
0 commit comments