Reviewed by Ojan Vafai.
kill hung lighttpd processes on the chromium win bot
https://bugs.webkit.org/show_bug.cgi?id=56152
Sometimes this process doesn't exit and it holds on to
a log file that we can't delete or copy, causing the tests
to go red.
* BuildSlaveSupport/win/kill-old-processes:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@80830
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
"svn.exe", "httpd.exe", "cl.exe", "link.exe", "midl.exe", "devenv.exe", "perl.exe",\r
"imagediff.exe", "imagediff_debug.exe", "jsc.exe", "jsc_debug.exe", "WebKit2WebProcess.exe",\r
"WebKit2WebProcess_debug.exe", "WebKitTestRunner.exe", "WebKitTestRunner_debug.exe",\r
- "wdiff.exe"]\r
+ "wdiff.exe", "LightTPD.exe"]\r
\r
for task in tasksToKill:\r
os.system("taskkill /f /im " + task)\r
+2011-03-11 Tony Chang <tony@chromium.org>
+
+ Reviewed by Ojan Vafai.
+
+ kill hung lighttpd processes on the chromium win bot
+ https://bugs.webkit.org/show_bug.cgi?id=56152
+
+ Sometimes this process doesn't exit and it holds on to
+ a log file that we can't delete or copy, causing the tests
+ to go red.
+
+ * BuildSlaveSupport/win/kill-old-processes:
+
2011-03-11 Ilya Sherman <isherman@chromium.org>
Reviewed by Kent Tamura.