Bug 65831

Summary: [Qt] svg/zoom/page/zoom-svg-through-* results diverging between bots
Product: WebKit Reporter: Balazs Kelemen <kbalazs>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: laszlo.gombos, ossy, s.mathur, zimmermann, zoltan
Priority: P2 Keywords: LayoutTestFailure, Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Bug Depends on: 52810    
Bug Blocks: 62204    

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.