Bug 52996
Summary: | [GTK] r76449 results change fixed 32bits ones and broke 64bits | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alejandro G. Castro <alex> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | krit, zimmermann |
Priority: | P3 | Keywords: | Gtk |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
Alejandro G. Castro
After the rebaseline done in r76449 the tests changed started to fail in the 64bots, it fixed the 32bits bots though:
http://trac.webkit.org/changeset/76449
The tests failing are:
svg/W3C-SVG-1.1-SE/filters-image-03-f.svg
svg/W3C-SVG-1.1-SE/pservers-pattern-03-f.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
I'm going to skip the tests until we have more information about what could be causing this issue. Adding committers
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alejandro G. Castro
Skipped the tests:
http://trac.webkit.org/changeset/76486
Dirk, Nikolas, do you have any idea of what could be causing this difference in the 64 and 32 bits bots?
Nikolas Zimmermann
(In reply to comment #1)
> Skipped the tests:
>
> http://trac.webkit.org/changeset/76486
>
> Dirk, Nikolas, do you have any idea of what could be causing this difference in the 64 and 32 bits bots?
Investigating.
Nikolas Zimmermann
Fixed in r76586 - rebaselined results in r76588 (unskipped gtk tests again).