[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

eric at webkit.org eric at webkit.org
Fri Jan 21 15:11:37 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 8c14762836d0ca085bf085b3443772734d24bed9
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jan 8 23:56:02 2011 +0000

    2011-01-08  Eric Seidel  <eric at 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:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75332 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index eb6f285..0fc4949 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,5 +1,17 @@
 2011-01-08  Eric Seidel  <eric at 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:
+
+2011-01-08  Eric Seidel  <eric at webkit.org>
+
         Reviewed by Mihai Parparita.
 
         commit-queue hangs when the ChangeLog diff is bad
diff --git a/Tools/Scripts/webkitpy/layout_tests/layout_package/test_failures.py b/Tools/Scripts/webkitpy/layout_tests/layout_package/test_failures.py
index 5dd0114..2b8190b 100644
--- a/Tools/Scripts/webkitpy/layout_tests/layout_package/test_failures.py
+++ b/Tools/Scripts/webkitpy/layout_tests/layout_package/test_failures.py
@@ -187,11 +187,11 @@ class FailureTimeout(TestFailure):
 
 
 class FailureCrash(TestFailure):
-    """Test shell crashed."""
+    """DumpRenderTree crashed."""
 
     @staticmethod
     def message():
-        return "Test shell crashed"
+        return "DumpRenderTree crashed"
 
     def result_html_output(self, filename):
         # FIXME: create a link to the minidump file

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list