Bug 56617 - Several tests fail on Windows 7 SP1 due to font differences from Windows 7 "SP0"
Summary: Several tests fail on Windows 7 SP1 due to font differences from Windows 7 "SP0"
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Nobody
URL: http://build.webkit.org/results/Windo...
Keywords: InRadar, LayoutTestFailure, PlatformOnly
Depends on: 58991
Blocks:
  Show dependency treegraph
 
Reported: 2011-03-17 17:50 PDT by Adam Roben (:aroben)
Modified: 2011-04-20 09:12 PDT (History)
0 users

See Also:


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+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 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
Comment 1 Adam Roben (:aroben) 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
Comment 2 Adam Roben (:aroben) 2011-03-18 02:14:15 PDT
Added expected failure results

Committed r81456: <http://trac.webkit.org/changeset/81456>
Comment 3 Jessie Berlin 2011-03-18 14:05:28 PDT
<rdar://problem/9156325>
Comment 4 Adam Roben (:aroben) 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.
Comment 5 Adam Roben (:aroben) 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.
Comment 6 Adam Roben (:aroben) 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?
Comment 7 Adam Roben (:aroben) 2011-04-19 12:47:44 PDT
The css2.1 tests are now covered by bug 58918.
Comment 8 Adam Roben (:aroben) 2011-04-20 08:51:29 PDT
Created attachment 90345 [details]
Replace old-run-webkit-tests's win-7 platform with win-7sp0
Comment 9 David Kilzer (:ddkilzer) 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