[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 13:52:53 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 8e4421d9e2a2ee394f8aaa9542bc93e2a69caf9d
Author: mitz at apple.com <mitz at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 28 20:14:43 2010 +0000

    Added Qt-specific results for the test added in the previous change. Qt doesn’t use ICU so
    it fails the test.
    
    * platform/qt/fast/text/find-soft-hyphen-expected.txt: Added.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68553 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 460bfae..8da9f98 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,12 @@
 2010-09-28  Dan Bernstein  <mitz at apple.com>
 
+        Added Qt-specific results for the test added in the previous change. Qt doesn’t use ICU so
+        it fails the test.
+
+        * platform/qt/fast/text/find-soft-hyphen-expected.txt: Added.
+
+2010-09-28  Dan Bernstein  <mitz at apple.com>
+
         Reviewed by Darin Adler.
 
         Improved the handling of soft hyphens in copy and find operations, addressing the following
diff --git a/LayoutTests/platform/qt/fast/text/find-soft-hyphen-expected.txt b/LayoutTests/platform/qt/fast/text/find-soft-hyphen-expected.txt
new file mode 100644
index 0000000..58f698d
--- /dev/null
+++ b/LayoutTests/platform/qt/fast/text/find-soft-hyphen-expected.txt
@@ -0,0 +1,18 @@
+Tests find for strings with soft hyphens in them.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+FAIL canFind("ab", "a" + softHyphen + "b") should be true. Was false.
+FAIL canFind("ab", "a" + softHyphen + softHyphen + "b") should be true. Was false.
+FAIL canFind("àb", "a" + softHyphen + "b") should be true. Was false.
+FAIL canFind("ab", "a" + softHyphen + "̀b") should be true. Was false.
+FAIL canFind("ab", "à" + softHyphen + "b") should be true. Was false.
+PASS canFind("a" + softHyphen + "b", "a" + softHyphen + "b") is true
+FAIL canFind("a" + softHyphen + "b", "ab") should be true. Was false.
+PASS canFind("a" + hyphen + "b", "a" + softHyphen + "b") is false
+PASS canFind("a-b", "a" + softHyphen + "b") is false
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list