Changeset 48803 in webkit


Ignore:
Timestamp:
Sep 27, 2009 12:45:25 PM (15 years ago)
Author:
eric@webkit.org
Message:

2009-09-27 Jakub Wieczorek <faw217@gmail.com>

Reviewed by Darin Adler.

run-webkit-tests: Do not strip the metrics when there is no expected result for a test.
https://bugs.webkit.org/show_bug.cgi?id=29771

  • Scripts/run-webkit-tests:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r48801 r48803  
     12009-09-27  Jakub Wieczorek  <faw217@gmail.com>
     2
     3        Reviewed by Darin Adler.
     4
     5        run-webkit-tests: Do not strip the metrics when there is no expected result for a test.
     6        https://bugs.webkit.org/show_bug.cgi?id=29771
     7
     8        * Scripts/run-webkit-tests:
     9
    1102009-09-27  Jakub Wieczorek  <faw217@gmail.com>
    211
  • trunk/WebKitTools/Scripts/run-webkit-tests

    r48655 r48803  
    645645    }
    646646
    647     if ($ignoreMetrics && !$isText) {
     647    if ($ignoreMetrics && !$isText && defined $expected) {
    648648        ($actual, $expected) = stripMetrics($actual, $expected);
    649649    }
Note: See TracChangeset for help on using the changeset viewer.