Bug 69129

Summary: [Qt][WK2] Fix sputnik tests after migrating to refactored Qt5
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Critical CC: ossy, yael
Priority: P1 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 69104    

Csaba Osztrogonác
Reported 2011-09-29 23:46:26 PDT
All of them fail with this fail: (missing space after PASS text) --- /ramdisk/qt-linux-32-release-webkit2/build/layout-test-results/sputnik/Conformance/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.1_T1-expected.txt +++ /ramdisk/qt-linux-32-release-webkit2/build/layout-test-results/sputnik/Conformance/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.1_T1-actual.txt @@ -1,6 +1,6 @@ S7.2_A1.1_T1 "-PASS " "+PASS" TEST COMPLETE
Attachments
Csaba Osztrogonác
Comment 1 2011-09-29 23:53:14 PDT
There are 5010(all!) failing sputnik tests skipped in qt-wk2/Skipped now. (And there are 470 sputnik tests run and pass on the WK2 bot.)
Csaba Osztrogonác
Comment 3 2011-09-30 03:52:45 PDT
javascript code in sputnik/Conformance/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.1_T1.html which print PASS message: ... function printTestPassed(msg) { testPrint('<span><span class="pass">PASS</span> ' + escapeHTML(msg) + '</span>'); } ... It seems Qt eat somehow the space after the PASS, before the escapeHTML(msg).
Csaba Osztrogonác
Comment 4 2011-10-05 09:45:44 PDT
Sputnik tests work with newer Qt5, so I unskipped them: http://trac.webkit.org/changeset/96714
Note You need to log in before you can comment on or make changes to this bug.