[Webkit-unassigned] [Bug 53030] [Qt] Unskip html5lib/runner.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 6 18:10:10 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=53030





--- Comment #1 from Dominic Cooney <dominicc at google.com>  2011-02-06 18:10:10 PST ---
After 51379 keygen no longer fails, but entity test fails:

--- /home/webkitbuildbot/slaves/release32bit/buildslave/qt-linux-release/build/layout-test-results/html5lib/runner-expected.txt    2011-02-06 17:47:15.689742095 -0800
+++ /home/webkitbuildbot/slaves/release32bit/buildslave/qt-linux-release/build/layout-test-results/html5lib/runner-actual.txt    2011-02-06 17:47:15.689742095 -0800
@@ -315,8 +315,35 @@

 resources/html5test-com.dat: PASS

-resources/entities01.dat: PASS
+resources/entities01.dat:
+63
+65

+Test 63 of 67 in resources/entities01.dat failed. Input:
+FOO&#x10FFFE;ZOO
+Got:
+| <html>
+|   <head>
+|   <body>
+|     "FOO?ZOO"
+Expected:
+| <html>
+|   <head>
+|   <body>
+|     "FOO�ZOO"
+
+Test 65 of 67 in resources/entities01.dat failed. Input:
+FOO&#x10FFFF;ZOO
+Got:
+| <html>
+|   <head>
+|   <body>
+|     "FOO?ZOO"
+Expected:
+| <html>
+|   <head>
+|   <body>
+|     "FOO�ZOO"
 resources/entities02.dat: PASS

 resources/comments01.dat: PASS

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list