when bug 51379 is resolved
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: +FOOZOO +Got: +| <html> +| <head> +| <body> +| "FOO?ZOO" +Expected: +| <html> +| <head> +| <body> +| "FOO�ZOO" + +Test 65 of 67 in resources/entities01.dat failed. Input: +FOOZOO +Got: +| <html> +| <head> +| <body> +| "FOO?ZOO" +Expected: +| <html> +| <head> +| <body> +| "FOO�ZOO" resources/entities02.dat: PASS resources/comments01.dat: PASS
Oh God, more Qt UTF8-related foo.
I don't get this locally - linked against both Qt 7.1 stable trunk and Qt 6.X.
Created attachment 112191 [details] Remove from Skipped list. Test passes with current revisions. (Qt 4.8.0-rc1)
Comment on attachment 112191 [details] Remove from Skipped list. Clearing flags on attachment: 112191 Committed r98329: <http://trac.webkit.org/changeset/98329>
All reviewed patches have been landed. Closing bug.