Bug 41933

Summary: Some tests fail on Windows 7 but pass on XP due to fonts
Product: WebKit Reporter: Brian Weinstein <bweinstein>
Component: Tools / TestsAssignee: Brian Weinstein <bweinstein>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, sfalken
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
[PATCH] Fix mitz: review+, bweinstein: commit-queue-

Description Brian Weinstein 2010-07-08 23:10:38 PDT
There are some tests that are failing on Windows 7 and pass on Windows XP due to font differences.

fast/text/backslash-to-yen-sign.html
fast/text/international/bold-bengali.html
fast/text/complex-character-based-fallback.html
fast/lists/w3-css3-list-styles-alphabetic.html
fast/lists/w3-css3-list-styles-numberic.html
transforms/2d/hindi-rotated.html

Patch coming that uses platform/win-xp for XP results, and platform/win for Windows 7 results.
Comment 1 Brian Weinstein 2010-07-08 23:14:08 PDT
Created attachment 61005 [details]
[PATCH] Fix
Comment 2 mitz 2010-07-08 23:17:34 PDT
Comment on attachment 61005 [details]
[PATCH] Fix

Did you use svn mv for moving the current results to win-xp? If not, you probably should.

rs=me
Comment 3 Brian Weinstein 2010-07-08 23:19:15 PDT
(In reply to comment #2)
> (From update of attachment 61005 [details])
> Did you use svn mv for moving the current results to win-xp? If not, you probably should.

I did not, but I should, good catch.

> 
> rs=me

Thanks!
Comment 4 Brian Weinstein 2010-07-08 23:48:11 PDT
Landed in r62900.