Changeset 83732 in webkit


Ignore:
Timestamp:
Apr 13, 2011 7:28:06 AM (13 years ago)
Author:
Lucas Forschler
Message:

2011-04-13 Lucas Forschler <Lucas Forschler>

Reviewed by Adam Roben.

https://bugs.webkit.org/show_bug.cgi?id=58384
Update kill-old-processes to include a few new ones.

  • BuildSlaveSupport/win/kill-old-processes:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/win/kill-old-processes

    r80830 r83732  
    2727
    2828def main():
    29     tasksToKill = ["DumpRenderTree.exe", "DumpRenderTree_debug.exe", "testapi.exe", "testapi_debug.exe",
    30                 "svn.exe", "httpd.exe", "cl.exe", "link.exe", "midl.exe", "devenv.exe", "perl.exe",
     29    tasksToKill = ["Safari.exe", "DumpRenderTree.exe", "DumpRenderTree_debug.exe", "testapi.exe", "testapi_debug.exe",
     30                "svn.exe", "httpd.exe", "cl.exe", "link.exe", "midl.exe", "devenv.exe", "devenv.com", "perl.exe",
    3131                "imagediff.exe", "imagediff_debug.exe", "jsc.exe", "jsc_debug.exe", "WebKit2WebProcess.exe",
    3232                "WebKit2WebProcess_debug.exe", "WebKitTestRunner.exe", "WebKitTestRunner_debug.exe",
    33                 "wdiff.exe", "LightTPD.exe"]
     33                "wdiff.exe", "LightTPD.exe", "VCBuildHelper.exe"]
    3434
    3535    for task in tasksToKill:
  • trunk/Tools/ChangeLog

    r83728 r83732  
     12011-04-13  Lucas Forschler  <lforschler@apple.com>
     2
     3        Reviewed by Adam Roben.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=58384
     6        Update kill-old-processes to include a few new ones.
     7       
     8        * BuildSlaveSupport/win/kill-old-processes:
     9
    1102011-04-13  Gustavo Noronha Silva  <gns@gnome.org>
    211
Note: See TracChangeset for help on using the changeset viewer.