Bug 114252
Summary: | [Qt][Wk2] All sputnik tests are failing with Qt 5.1. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ádám Kallai <kadam> |
Component: | Tools / Tests | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Allan Sandfeld Jensen
(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
(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
I do not see these errors any more after Bug 117203.
Zoltan, could you verify that?
Zoltan Arvai
(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
*** This bug has been marked as a duplicate of bug 117203 ***