Bug 36945
| Summary: | REGRESSION(55975-56095): fast/forms/text-control-intrinsic-widths.html and fast/css/font-face-opentype.html failing on Windows Bots | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | aroben, bweinstein, ojan, yusukes |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
Eric Seidel (no email)
REGRESSION(55975-56095): fast/forms/text-control-intrinsic-widths.html and fast/css/font-face-opentype.html failing on Windows Bots
I ran the "failure-results" command to determine why the Windows bots are failing so many tests. Unfortunately the bots were either down, or failing > 20 tests for a long stretch (120 revisions) while these tests broke.
http://trac.webkit.org/browser/trunk/LayoutTests/fast/css/font-face-opentype.html
http://trac.webkit.org/browser/trunk/LayoutTests/fast/forms/text-control-intrinsic-widths.html
http://build.webkit.org/results/Windows%20Release%20(Tests)/r56893%20(10782)/fast/css/font-face-opentype-diffs.txt
--- /home/buildbot/slave/win-release-tests/build/layout-test-results/fast/css/font-face-opentype-expected.txt 2010-04-01 00:14:16.296250000 -0700
+++ /home/buildbot/slave/win-release-tests/build/layout-test-results/fast/css/font-face-opentype-actual.txt 2010-04-01 00:14:16.296250000 -0700
@@ -33,10 +33,10 @@
RenderText {#text} at (0,0) size 744x36
text run at (0,0) width 744: "Check if glyphs not in Ahem.otf can be rendered using a fallback font. If the test passes, you should see a single-quote"
text run at (0,18) width 104: "character below:"
- RenderBlock (anonymous) at (0,204) size 784x17
- RenderInline {SPAN} at (0,0) size 3x16
- RenderText {#text} at (0,1) size 3x16
- text run at (0,1) width 3: "'"
+ RenderBlock (anonymous) at (0,204) size 784x16
+ RenderInline {SPAN} at (0,0) size 16x16
+ RenderText {#text} at (0,0) size 16x16
+ text run at (0,0) width 16: "'"
RenderText {#text} at (0,0) size 0x0
RenderText {#text} at (0,0) size 0x0
RenderText {#text} at (0,0) size 0x0
http://build.webkit.org/results/Windows%20Release%20(Tests)/r56893%20(10782)/fast/forms/text-control-intrinsic-widths-diffs.txt
looks like a WebDings metrics difference.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
I filed bug 37089 to cover the font-face-opentype.html failure.
I filed bug 37091 to cover the text-controls-intrinsic-widths.html failure.
Let's close this bug now that we have more specific ones filed.
Eric Seidel (no email)
Thank you Adam!