RESOLVED FIXED 56617
Several tests fail on Windows 7 SP1 due to font differences from Windows 7 "SP0"
https://bugs.webkit.org/show_bug.cgi?id=56617
Summary Several tests fail on Windows 7 SP1 due to font differences from Windows 7 "SP0"
Adam Roben (:aroben)
Reported 2011-03-17 17:50:56 PDT
These bidi SVG tests are failing on Windows 7 Release (WebKit2 Tests): svg/W3C-I18N/text-dirLTR-ubOverride.svg svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context.svg svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context.svg svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context.svg svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context.svg svg/text/bidi-text-query.svg Here's an example (with many other failures): http://build.webkit.org/results/Windows%207%20Release%20(WebKit2%20Tests)/r81410%20(4248)/results.html
Attachments
Replace old-run-webkit-tests's win-7 platform with win-7sp0 (2.77 KB, patch)
2011-04-20 08:51 PDT, Adam Roben (:aroben)
ddkilzer: review+
Adam Roben (:aroben)
Comment 1 2011-03-18 01:24:20 PDT
It looks like these tests are failing due to different fonts being used from WebKit1. I think these two tests fall into the same category: css2.1/t0905-c5525-flthw-00-c-g.html css2.1/t0905-c5526-flthw-00-c-g.html
Adam Roben (:aroben)
Comment 2 2011-03-18 02:14:15 PDT
Added expected failure results Committed r81456: <http://trac.webkit.org/changeset/81456>
Jessie Berlin
Comment 3 2011-03-18 14:05:28 PDT
Adam Roben (:aroben)
Comment 4 2011-04-19 11:15:34 PDT
It turns out that this is not WK2-specific. It is specific to Windows 7 SP1. The tests fail in the same way when run in WK1 on Windows 7 SP1. It just happens that our WK2 testers are our only testers with SP1 installed.
Adam Roben (:aroben)
Comment 5 2011-04-19 11:16:49 PDT
Our current plan for fixing this is to move the current results to a new platform/win-7sp0 directory and to check in the SP1 results in platform/win.
Adam Roben (:aroben)
Comment 6 2011-04-19 11:23:26 PDT
(In reply to comment #1) > It looks like these tests are failing due to different fonts being used from WebKit1. I think these two tests fall into the same category: > > css2.1/t0905-c5525-flthw-00-c-g.html > css2.1/t0905-c5526-flthw-00-c-g.html Interestingly, these two tests do *not* fail in WK1 on Windows 7 SP1. So maybe they actually have a different underlying cause?
Adam Roben (:aroben)
Comment 7 2011-04-19 12:47:44 PDT
The css2.1 tests are now covered by bug 58918.
Adam Roben (:aroben)
Comment 8 2011-04-20 08:51:29 PDT
Created attachment 90345 [details] Replace old-run-webkit-tests's win-7 platform with win-7sp0
David Kilzer (:ddkilzer)
Comment 9 2011-04-20 08:55:45 PDT
Comment on attachment 90345 [details] Replace old-run-webkit-tests's win-7 platform with win-7sp0 r=me
Note You need to log in before you can comment on or make changes to this bug.