Bug 41933 - Some tests fail on Windows 7 but pass on XP due to fonts
Summary: Some tests fail on Windows 7 but pass on XP due to fonts
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: Brian Weinstein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-08 23:10 PDT by Brian Weinstein
Modified: 2010-07-08 23:48 PDT (History)
2 users (show)

See Also:


Attachments
[PATCH] Fix (1003.57 KB, patch)
2010-07-08 23:14 PDT, Brian Weinstein
mitz: review+
bweinstein: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.