[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

ggaren at apple.com ggaren at apple.com
Wed Dec 22 13:25:06 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 8a04d28fc279aa02d941526b5fc82c2f01d19c69
Author: ggaren at apple.com <ggaren at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 14 21:55:23 2010 +0000

    Not reviewed.
    
    Fixed layout test failure seen on buildbot by correcting expected results.
    
    It looks like Darin accidentally checked in the wrong expected results.
    
    * fast/css/visited-link-hang-expected.txt:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67500 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index f3d787b..232ccdd 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2010-09-14  Geoffrey Garen  <ggaren at apple.com>
+
+        Not reviewed.
+        
+        Fixed layout test failure seen on buildbot by correcting expected results.
+        
+        It looks like Darin accidentally checked in the wrong expected results.
+
+        * fast/css/visited-link-hang-expected.txt:
+
 2010-09-14  Chris Guillory   <chris.guillory at google.com>
 
         Reviewed by Chris Fleizach.
diff --git a/LayoutTests/fast/css/visited-link-hang-expected.txt b/LayoutTests/fast/css/visited-link-hang-expected.txt
index 27c7a7f..25a31a0 100644
--- a/LayoutTests/fast/css/visited-link-hang-expected.txt
+++ b/LayoutTests/fast/css/visited-link-hang-expected.txt
@@ -1,3 +1,9 @@
-The URL of this link has a ton of slashes.
+If this test runs without hanging, then it has passed. The visited link hash algorithm was N^2 at one point and would hang.
 
-If this test runs without hanging, then it passes. The visited link hash algorithm was N^2 at one point and would hang.
+Link with tons of slashes
+
+Link with tons of slashes with dots
+
+Link with tons of slashes with double dots
+
+TEST PASSED

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list