Bug 114252

Summary: [Qt][Wk2] All sputnik tests are failing with Qt 5.1.
Product: WebKit Reporter: Ádám Kallai <kadam>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: abecsi, allan.jensen, ossy, zarvai
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 114171    

Ádám Kallai
Reported 2013-04-09 01:19:07 PDT
The fails are same. Missing whitespace end of line (after PASS). The same fails was reported by Ossy in bug 69129. For example: --- /home/kadam/webkit/Webkittmp/layout-test-results/sputnik/Conformance/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.4_T3-expected.txt +++ /home/kadam/webkit/Webkittmp/layout-test-results/sputnik/Conformance/11_Expressions/11.8_Relational_Operators/11.8.4_The_Grater_than_or_equal_Operator/S11.8.4_A2.4_T3-actual.txt @@ -1,6 +1,6 @@ S11.8.4_A2.4_T3 -PASS +PASS TEST COMPLETE
Attachments
Note You need to log in before you can comment on or make changes to this bug.
Allan Sandfeld Jensen
Comment 1 2013-04-11 02:40:33 PDT
(In reply to comment #0) > The fails are same. Missing whitespace end of line (after PASS). The same fails was reported by Ossy in bug 69129. > Does that mean the tests are now back to what they were before 5.0?
Csaba Osztrogonác
Comment 2 2013-04-11 02:48:22 PDT
(In reply to comment #1) > (In reply to comment #0) > > The fails are same. Missing whitespace end of line (after PASS). The same fails was reported by Ossy in bug 69129. > > > Does that mean the tests are now back to what they were before 5.0? Not at all. It means that the results are incorrect now, Qt 5.1-WK2 differs from the general results. The space after PASS is missing now. We had a same bug before with early Qt 5.0: bug 69129 . But nobody knows what caused and what fixed it, because nobody investigated this bug. All tests were skipped for 2 weeks and the bug disappeared after a Qt update. I think it should be fixed instead of papering over the problem and maintaing additional 5000 expected files because of this Qt or QtWebKit bug.
Andras Becsi
Comment 3 2013-06-05 04:54:30 PDT
I do not see these errors any more after Bug 117203. Zoltan, could you verify that?
Zoltan Arvai
Comment 4 2013-06-05 05:44:19 PDT
(In reply to comment #3) > I do not see these errors any more after Bug 117203. > Zoltan, could you verify that? I got no failure with Qt 5.1 and current (r151214) WebKit2.
Andras Becsi
Comment 5 2013-06-05 06:08:57 PDT
*** This bug has been marked as a duplicate of bug 117203 ***