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

rniwa at webkit.org rniwa at webkit.org
Wed Dec 22 16:22:31 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit cf453454950e59ff47555d8af4a57273768acfac
Author: rniwa at webkit.org <rniwa at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 22 21:16:44 2010 +0000

    2010-11-22  Ryosuke Niwa  <rniwa at webkit.org>
    
            Unreviewed update of Windows's skipped list and Chromium's test expectation.
    
            fast/text/international/thai-cursor-position.html erroneously had an expected result
            on Windows even though textInputController hasn't been implemented on Windows (the bug 32021).
    
            Removed the expected result and added the tests to Windows platform's skipped list.
    
            * platform/chromium/test_expectations.txt: Removed fast/text/international/thai-cursor-position.html.
            * platform/win/Skipped: Added fast/text/international/thai-cursor-position.html.
            * platform/win/fast/text/international/thai-cursor-position-expected.txt: Removed.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72553 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 2d122fe..dc7e62f 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,16 @@
+2010-11-22  Ryosuke Niwa  <rniwa at webkit.org>
+
+        Unreviewed update of Windows's skipped list and Chromium's test expectation.
+
+        fast/text/international/thai-cursor-position.html erroneously had an expected result
+        on Windows even though textInputController hasn't been implemented on Windows (the bug 32021).
+
+        Removed the expected result and added the tests to Windows platform's skipped list.
+
+        * platform/chromium/test_expectations.txt: Removed fast/text/international/thai-cursor-position.html.
+        * platform/win/Skipped: Added fast/text/international/thai-cursor-position.html.
+        * platform/win/fast/text/international/thai-cursor-position-expected.txt: Removed.
+
 2010-10-21  Luiz Agostini  <luiz.agostini at openbossa.org>
 
         Reviewed by Darin Adler.
@@ -40,7 +53,7 @@
 
         editing/selection/5825350-1.html and 5825350-2.html erroneously
         had expectations with console error message even though textInputController
-        hasn't been implemented on Windows (the bug 32021),
+        hasn't been implemented on Windows (the bug 32021).
 
         Removed these expectations and added the tests to the skipped list.
 
diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt
index cab652a..34db52f 100644
--- a/LayoutTests/platform/chromium/test_expectations.txt
+++ b/LayoutTests/platform/chromium/test_expectations.txt
@@ -654,9 +654,6 @@ BUG3273 : editing/selection/5825350-1.html = TEXT
 BUG3273 : editing/selection/5825350-2.html = TEXT
 BUG3273 : editing/selection/mixed-editability-10.html = TEXT
 
-// WebKit 50358:50395
-BUG3273 WIN LINUX : fast/text/international/thai-cursor-position.html = TEXT
-
 // Linux pixeltest failure: caret is in the wrong place
 // Upstream WebKit also skips this test and Safari with latest WebKit shows
 // same behavior as Chromium.
diff --git a/LayoutTests/platform/win/Skipped b/LayoutTests/platform/win/Skipped
index a341908..260d403 100644
--- a/LayoutTests/platform/win/Skipped
+++ b/LayoutTests/platform/win/Skipped
@@ -927,6 +927,7 @@ editing/spelling/context-menu-suggestions.html
 # https://webkit.org/b/32021 - DRT's textInputController is unimplemented on Windows
 editing/selection/5825350-1.html
 editing/selection/5825350-2.html
+fast/text/international/thai-cursor-position.html
 
 # textInputController.hasSpellingMarkers() is not implemented.
 editing/spelling/spelling-backspace-between-lines.html
diff --git a/LayoutTests/platform/win/fast/text/international/thai-cursor-position-expected.txt b/LayoutTests/platform/win/fast/text/international/thai-cursor-position-expected.txt
deleted file mode 100644
index c74ee8f..0000000
--- a/LayoutTests/platform/win/fast/text/international/thai-cursor-position-expected.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-CONSOLE MESSAGE: line 23: ReferenceError: Can't find variable: textInputController
-This tests that the pixel-level x coordinate of a character range (0,0) doesn't change before and after inserting a Thai character. If this test finishes successfully, this test displays "SUCCEEDED". Otherwise this test displays "FAILED".
-
-

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list