Changeset 75332 in webkit


Ignore:
Timestamp:
Jan 8, 2011 3:56:02 PM (13 years ago)
Author:
eric@webkit.org
Message:

2011-01-08 Eric Seidel <eric@webkit.org>

Reviewed by Ojan Vafai.

test_failures.py should not mention TestShell (long live DumpRenderTree!)
https://bugs.webkit.org/show_bug.cgi?id=52067

I ran test-webkitpy, but didn't bother adding a unit test for this string change.
https://bugs.webkit.org/show_bug.cgi?id=51138#c3 is an example of why this is needed.

  • Scripts/webkitpy/layout_tests/layout_package/test_failures.py:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r75328 r75332  
     12011-01-08  Eric Seidel  <eric@webkit.org>
     2
     3        Reviewed by Ojan Vafai.
     4
     5        test_failures.py should not mention TestShell (long live DumpRenderTree!)
     6        https://bugs.webkit.org/show_bug.cgi?id=52067
     7
     8        I ran test-webkitpy, but didn't bother adding a unit test for this string change.
     9        https://bugs.webkit.org/show_bug.cgi?id=51138#c3 is an example of why this is needed.
     10
     11        * Scripts/webkitpy/layout_tests/layout_package/test_failures.py:
     12
    1132011-01-08  Eric Seidel  <eric@webkit.org>
    214
  • trunk/Tools/Scripts/webkitpy/layout_tests/layout_package/test_failures.py

    r75191 r75332  
    188188
    189189class FailureCrash(TestFailure):
    190     """Test shell crashed."""
    191 
    192     @staticmethod
    193     def message():
    194         return "Test shell crashed"
     190    """DumpRenderTree crashed."""
     191
     192    @staticmethod
     193    def message():
     194        return "DumpRenderTree crashed"
    195195
    196196    def result_html_output(self, filename):
Note: See TracChangeset for help on using the changeset viewer.