Bug 114252 - [Qt][Wk2] All sputnik tests are failing with Qt 5.1.
Summary: [Qt][Wk2] All sputnik tests are failing with Qt 5.1.
Status: RESOLVED DUPLICATE of bug 117203
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 114171
  Show dependency treegraph
 
Reported: 2013-04-09 01:19 PDT by Ádám Kallai
Modified: 2013-06-05 06:08 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ádám Kallai 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
Comment 1 Allan Sandfeld Jensen 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?
Comment 2 Csaba Osztrogonác 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.
Comment 3 Andras Becsi 2013-06-05 04:54:30 PDT
I do not see these errors any more after Bug 117203.
Zoltan, could you verify that?
Comment 4 Zoltan Arvai 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.
Comment 5 Andras Becsi 2013-06-05 06:08:57 PDT

*** This bug has been marked as a duplicate of bug 117203 ***