Changeset 56245 in webkit


Ignore:
Timestamp:
Mar 19, 2010 11:01:08 AM (14 years ago)
Author:
dpranke@chromium.org
Message:

2010-03-19 Dirk Pranke <dpranke@chromium.org>

Reviewed by Dimitri Glazkov.

Fix the rebaselining tool, which was broken by r36324 when I
added the concept of overridding expectations.

https://bugs.webkit.org/show_bug.cgi?id=36374

  • Scripts/webkitpy/layout_tests/layout_package/test_expectations.py:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r56235 r56245  
     12010-03-19  Dirk Pranke  <dpranke@chromium.org>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        Fix the rebaselining tool, which was broken by r36324 when I
     6        added the concept of overridding expectations.
     7
     8        https://bugs.webkit.org/show_bug.cgi?id=36374
     9
     10        * Scripts/webkitpy/layout_tests/layout_package/test_expectations.py:
     11
    1122010-03-19  Adam Barth  <abarth@webkit.org>
    213
  • trunk/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/test_expectations.py

    r56193 r56245  
    444444        """
    445445
    446         f_orig = self._get_iterable_expectations()
     446        f_orig = self._get_iterable_expectations(self._expectations)
    447447        f_new = []
    448448
Note: See TracChangeset for help on using the changeset viewer.