Bug 53030

Summary: [Qt] Unskip html5lib/runner.html
Product: WebKit Reporter: Robert Hogan <robert>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dominicc, ossy
Priority: P2 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on: 51379    
Bug Blocks:    
Attachments:
Description Flags
Remove from Skipped list. none

Description Robert Hogan 2011-01-24 11:32:55 PST
when bug 51379 is resolved
Comment 1 Dominic Cooney 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
Comment 2 Robert Hogan 2011-02-13 04:58:49 PST
Oh God, more Qt UTF8-related foo.
Comment 3 Robert Hogan 2011-02-13 05:28:07 PST
I don't get this locally - linked against both Qt 7.1 stable trunk and Qt 6.X.
Comment 4 Zoltan Arvai 2011-10-24 08:31:47 PDT
Created attachment 112191 [details]
Remove from Skipped list.

Test passes with current revisions. (Qt 4.8.0-rc1)
Comment 5 Csaba Osztrogonác 2011-10-25 02:34:52 PDT
Comment on attachment 112191 [details]
Remove from Skipped list.

Clearing flags on attachment: 112191

Committed r98329: <http://trac.webkit.org/changeset/98329>
Comment 6 Csaba Osztrogonác 2011-10-25 02:34:59 PDT
All reviewed patches have been landed.  Closing bug.