Created attachment 79596 [details] diff The following tests has different results on 64 bit: fast/repaint/moving-shadow-on-container.html fast/repaint/moving-shadow-on-path.html svg/css/stars-with-shadow.html svg/overflow/overflow-on-inner-svg-element.svg svg/custom/svg-fonts-with-no-element-reference.html svg/custom/use-on-symbol-inside-pattern.svg diff: <attached>
similar bug: https://bugs.webkit.org/show_bug.cgi?id=52810
Having a debug bot would really increase test coverage. If there is no easy fix for this issues then we should skip them IMO.
http://trac.webkit.org/changeset/76449 made 7 tests fail on 64 bit: svg/W3C-SVG-1.1-SE/filters-image-03-f.svg svg/W3C-SVG-1.1-SE/pservers-pattern-03-f.svg svg/W3C-SVG-1.1/fonts-glyph-02-t.svg svg/text/text-hkern-on-vertical-text.svg svg/text/text-hkern.svg svg/text/text-vkern-on-horizontal-text.svg svg/text/text-vkern.svg
Fixed in r76586 - rebaselined results in r76588. Closing bug.(In reply to comment #3) > http://trac.webkit.org/changeset/76449 made 7 tests fail on 64 bit: > > svg/W3C-SVG-1.1-SE/filters-image-03-f.svg > svg/W3C-SVG-1.1-SE/pservers-pattern-03-f.svg > svg/W3C-SVG-1.1/fonts-glyph-02-t.svg > svg/text/text-hkern-on-vertical-text.svg > svg/text/text-hkern.svg > svg/text/text-vkern-on-horizontal-text.svg > svg/text/text-vkern.svg These are fixed again since r76586 - rebaselined results in r76588. Leaving bug open to cover the other 32 vs 64 bit diffs, not related to text/FontMetrics.
REGRESSION(76449) was fixed in https://bugs.webkit.org/show_bug.cgi?id=51456 Now we have only 5 64 bit related fails: fast/repaint/moving-shadow-on-container.html fast/repaint/moving-shadow-on-path.html svg/css/stars-with-shadow.html svg/custom/use-on-symbol-inside-pattern.svg svg/overflow/overflow-on-inner-svg-element.svg
I added all failing tests to the Skipped list to make buildbots happy: http://trac.webkit.org/changeset/83565 The list of failing tests should be updated.
I attached the results to the similar bug: https://bugs.webkit.org/show_bug.cgi?id=52810
*** This bug has been marked as a duplicate of bug 52810 ***