Changeset 159051 in webkit


Ignore:
Timestamp:
Nov 11, 2013 9:33:19 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

Do not shut down ImageDiff server after every diff during the tests.
https://bugs.webkit.org/show_bug.cgi?id=124140

Patch by Tamas Gergely <gertom@inf.u-szeged.hu> on 2013-11-11
Reviewed by Csaba Osztrogonác.

There was a FIXME: There is no need to shut down the ImageDiff
server after every diff. Shutdown is removed from that point.

  • Scripts/webkitpy/port/image_diff.py:

(ImageDiffer._read):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r158946 r159051  
     12013-11-11  Tamas Gergely  <gertom@inf.u-szeged.hu>
     2
     3        Do not shut down ImageDiff server after every diff during the tests.
     4        https://bugs.webkit.org/show_bug.cgi?id=124140
     5
     6        Reviewed by Csaba Osztrogonác.
     7
     8        There was a FIXME: There is no need to shut down the ImageDiff
     9        server after every diff. Shutdown is removed from that point.
     10
     11        * Scripts/webkitpy/port/image_diff.py:
     12        (ImageDiffer._read):
     13
    1142013-11-08  Matthew Hanson  <matthew_hanson@apple.com>
    215
  • trunk/Tools/Scripts/webkitpy/port/image_diff.py

    r148502 r159051  
    101101            err_str += "ImageDiff crashed\n"
    102102
    103         # FIXME: There is no need to shut down the ImageDiff server after every diff.
    104         self._process.stop()
    105 
    106103        diff_percent = 0
    107104        if output and output.startswith('diff'):
Note: See TracChangeset for help on using the changeset viewer.