Changeset 107195 in webkit


Ignore:
Timestamp:
Feb 9, 2012 1:18:37 AM (12 years ago)
Author:
rniwa@webkit.org
Message:

kill-old-processes should kill gcc and clang
https://bugs.webkit.org/show_bug.cgi?id=78189

Reviewed by Eric Seidel.

Added a bunch of processes names of gcc and clang to the list.

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

Legend:

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

    r97341 r107195  
    5656
    5757    tasksToKillMac = [
     58        "cc1plus",
     59        "cc1objplus",
     60        "clang",
     61        "clang++",
     62        "gcc-4.2",
     63        "i686-apple-darwin10-gcc-4.2.1"
    5864        "jsc",
    5965        "make",
     
    7278        "WebKitTestRunner",
    7379        "WebProcess",
     80        "xcodebuild",
    7481    ]
    7582
  • trunk/Tools/ChangeLog

    r107176 r107195  
     12012-02-09  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        kill-old-processes should kill gcc and clang
     4        https://bugs.webkit.org/show_bug.cgi?id=78189
     5
     6        Reviewed by Eric Seidel.
     7
     8        Added a bunch of processes names of gcc and clang to the list.
     9
     10        * BuildSlaveSupport/kill-old-processes:
     11
    1122012-02-07  MORITA Hajime  <morrita@google.com>
    213
Note: See TracChangeset for help on using the changeset viewer.