Skip to content

Commit d69cf4f

Browse files
author
Davide Italiano
committed
[Debugger] Stop re-running all the issues and hope they pass.
This maybe was needed in the past, but we're moving to a model where we really want to control what's failing and why. If something fails, stop re-running. Instead, try to get a proper blame mail and investigate. This might be a little shaky in the short term but I'm confident it will go a long way.
1 parent d6c7736 commit d69cf4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/build-script-impl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2843,7 +2843,6 @@ for host in "${ALL_HOSTS[@]}"; do
28432843
SWIFTLIBS="${swift_build_dir}/lib/swift" \
28442844
"${LLDB_SOURCE_DIR}"/test/dotest.py \
28452845
--executable "${lldb_executable}" \
2846-
--rerun-all-issues \
28472846
${LLDB_TEST_SUBDIR_CLAUSE} \
28482847
${LLDB_DOTEST_CC_OPTS} \
28492848
${LLDB_FORMATTER_OPTS}

0 commit comments

Comments
 (0)