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
(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?
(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.
I do not see these errors any more after Bug 117203. Zoltan, could you verify that?
(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.
*** This bug has been marked as a duplicate of bug 117203 ***