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

mitz at apple.com mitz at apple.com
Wed Dec 22 12:19:16 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit db215a460f027cf59a6b6ef25f6fdf3ee8e99dbf
Author: mitz at apple.com <mitz at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 19 05:41:31 2010 +0000

    fast/text/hyphenate-character.html is failing on the Leopard Commit Bot
    https://bugs.webkit.org/show_bug.cgi?id=41093
    -and some of-
    fast/text/hyphen* tests have different results on Leopard
    https://bugs.webkit.org/show_bug.cgi?id=43296
    
    Reviewed by Mark Rowe.
    
    * fast/text/hyphenate-character.html: Specify the hyphenation locale, which removes the
    dependency on user preferences.
    * fast/text/hyphens.html: Ditto.
    * platform/mac-leopard/Skipped: Don’t skip the above tests.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65652 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index d1e20dd..757fc82 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,18 @@
+2010-08-18  Dan Bernstein  <mitz at apple.com>
+
+        Reviewed by Mark Rowe.
+
+        fast/text/hyphenate-character.html is failing on the Leopard Commit Bot
+        https://bugs.webkit.org/show_bug.cgi?id=41093
+        -and some of-
+        fast/text/hyphen* tests have different results on Leopard
+        https://bugs.webkit.org/show_bug.cgi?id=43296
+
+        * fast/text/hyphenate-character.html: Specify the hyphenation locale, which removes the
+        dependency on user preferences.
+        * fast/text/hyphens.html: Ditto.
+        * platform/mac-leopard/Skipped: Don’t skip the above tests.
+
 2010-08-17  MORITA Hajime  <morrita at google.com>
 
         Reviewed by Tony Chang.
diff --git a/LayoutTests/fast/text/hyphenate-character.html b/LayoutTests/fast/text/hyphenate-character.html
index 857f4f6..9e19be5 100644
--- a/LayoutTests/fast/text/hyphenate-character.html
+++ b/LayoutTests/fast/text/hyphenate-character.html
@@ -1,4 +1,8 @@
 <style>
+    html {
+        -webkit-hyphenate-locale: "en_US";
+    }
+
     .text-box {
         border: solid;
         padding: 4px;
diff --git a/LayoutTests/fast/text/hyphens.html b/LayoutTests/fast/text/hyphens.html
index e14e1f4..5ca0b51 100644
--- a/LayoutTests/fast/text/hyphens.html
+++ b/LayoutTests/fast/text/hyphens.html
@@ -1,4 +1,8 @@
 <style>
+    html {
+        -webkit-hyphenate-locale: "en_US";
+    }
+
     .text-box {
         border: solid;
         padding: 4px;
diff --git a/LayoutTests/platform/mac-leopard/Skipped b/LayoutTests/platform/mac-leopard/Skipped
index 34d2689..6e7193e 100644
--- a/LayoutTests/platform/mac-leopard/Skipped
+++ b/LayoutTests/platform/mac-leopard/Skipped
@@ -82,10 +82,8 @@ fast/canvas/webgl/texture-npot.html
 # https://bugs.webkit.org/show_bug.cgi?id=41808
 svg/filters/filter-empty-g.svg
 
-# Results differ between Leopard and Snow Leopard, needs investigation.
+# Results depend on user defaults.
 # https://bugs.webkit.org/show_bug.cgi?id=43296
-fast/text/hyphens.html
-fast/text/hyphenate-character.html
 fast/text/hyphenate-locale.html
 
 # Disable media test which fails on the Leopard Commit Bot

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list