Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit baa1446

Browse files
committed
Revert "Attempt to fix #22628 by killing all stdtests"
This reverts commit 9911005.
1 parent 8dd753f commit baa1446

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

master/master.cfg

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -909,16 +909,6 @@ def make_and_check_buildfactory(check, android, windows, parallel):
909909
workdir=BUILD_WORKDIR,
910910
command=[MakeCommand(), "clean-llvm"]))
911911

912-
if windows:
913-
taskkill_cmd = ["taskkill", "/T", "/F", "/FI", "IMAGENAME eq stdtest*"]
914-
# FIXME https://github.com/rust-lang/rust/issues/22628
915-
# Windows test hangs cause lots of problems. This tries
916-
# to kill stdtest.
917-
f.addStep(ShellCommand(env=CommandEnv(),
918-
name="taskkill hack",
919-
command=taskkill_cmd,
920-
workdir=WORKDIR))
921-
922912
# msys make is pretty buggy with paralellization
923913
if windows or not parallel:
924914
command = [MakeCommand()]

0 commit comments

Comments
 (0)