Bug 65831 - [Qt] svg/zoom/page/zoom-svg-through-* results diverging between bots
Summary: [Qt] svg/zoom/page/zoom-svg-through-* results diverging between bots
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure, Qt, QtTriaged
Depends on: 52810
Blocks: 62204
  Show dependency treegraph
 
Reported: 2011-08-07 15:01 PDT by Balazs Kelemen
Modified: 2012-03-29 05:30 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Balazs Kelemen 2011-08-07 15:01:20 PDT
We have differencies between the master and the Szeged bot like this:

-                          RenderSVGRoot {svg} at (23,0) size 92x69
+                          RenderSVGRoot {svg} at (22,0) size 93x69

The results have been added in http://trac.webkit.org/changeset/92564 and modified in http://trac.webkit.org/changeset/92566.
The results are not even consistent between the Szeged bots.
x86_64 Debug fails on object-with-absolute-size-2.xhtml, object-with-absolute-size.xhtml and object-with-auto-size.html.
x86_64 Release fails on object-with-absolute-size-2.xhtml and object-with-absolute-size.xhtml.
x86_32 Debug falis only on object-with-auto-size.html.
ARMv5 Release fails on object-with-absolute-size-2.xhtml, object-with-absolute-size.xhtml and object-with-auto-size.html and object-with-percentage-size.xhtml.

I'm going to skip all the 4 tests that are affected but we should find out what's going on.
Comment 1 Zoltan Horvath 2011-08-08 00:33:02 PDT
The following tests have different results on Qt SnowLeopard Intel Release. (http://trac.webkit.org/changeset/92564)

fast/writing-mode/border-styles-vertical-lr.html
fast/writing-mode/border-styles-vertical-rl.html
svg/zoom/page/zoom-svg-through-object-with-huge-size.xhtml
svg/zoom/page/zoom-svg-through-object-with-override-size.html

I skipped them. (http://trac.webkit.org/changeset/92586)
Comment 2 Balazs Kelemen 2011-08-08 01:47:12 PDT
(In reply to comment #1)
> The following tests have different results on Qt SnowLeopard Intel Release. (http://trac.webkit.org/changeset/92564)
> 
> fast/writing-mode/border-styles-vertical-lr.html
> fast/writing-mode/border-styles-vertical-rl.html
> svg/zoom/page/zoom-svg-through-object-with-huge-size.xhtml
> svg/zoom/page/zoom-svg-through-object-with-override-size.html
> 
> I skipped them. (http://trac.webkit.org/changeset/92586)

The Mac bot just needs platform specific result for these tests. There is no reason to skip them. The problem is that nobody cares with the Mac bot on a daily basis - which is the only way to keep a bot green.
Comment 3 Zoltan Horvath 2011-08-08 01:54:24 PDT
(In reply to comment #2)

> 
> The Mac bot just needs platform specific result for these tests. There is no reason to skip them. The problem is that nobody cares with the Mac bot on a daily basis - which is the only way to keep a bot green.

As I know we don't have qtwebkitmac build, so we should find a volunteer who will do this.
Comment 4 Csaba Osztrogonác 2011-08-08 05:22:24 PDT
Unfortunately there are differences between 32/64 systems and release/debug mode. Check https://bugs.webkit.org/show_bug.cgi?id=52810 for details.

Snow Leopard is a 64 bit system, so these tests fail on it too.
Comment 5 Nikolas Zimmermann 2011-11-29 02:07:22 PST
(In reply to comment #4)
> Unfortunately there are differences between 32/64 systems and release/debug mode. Check https://bugs.webkit.org/show_bug.cgi?id=52810 for details.
> 
> Snow Leopard is a 64 bit system, so these tests fail on it too.

I'm keen to hear an update regarding that, now that bug 47467 is fixed.
Comment 6 Csaba Osztrogonác 2012-03-29 05:30:09 PDT
Everything is different on Qt Mac and nobody maintains qt-mac specific results.