Bug 61370
| Summary: | [Chromium/Linux] fonts-glyph-04-t.svg fails after r87152 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adam Klein <adamk> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | krit, schenney, zimmermann |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Adam Klein
http://trac.webkit.org/changeset/87152 claims to be only a refactoring, but this test now fails when it didn't before:
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20chromium.org&tests=svg%2FW3C-SVG-1.1%2Ffonts-glyph-04-t.svg
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
The 'l' looks different?
Nikolas Zimmermann
Pixel test baseline passes with 0 failures on mac (our default run-webkit-tests --tolerance 0.011 -p svg) That test doesn't fail for me locally on Snow Leopard...
Dirk Schulze
(In reply to comment #2)
> Pixel test baseline passes with 0 failures on mac (our default run-webkit-tests --tolerance 0.011 -p svg) That test doesn't fail for me locally on Snow Leopard...
You can't compare chromium Mac with chromium Linux. Mac is using CG, Linux is using Skia as graphic library.
Nikolas Zimmermann
(In reply to comment #3)
> (In reply to comment #2)
> > Pixel test baseline passes with 0 failures on mac (our default run-webkit-tests --tolerance 0.011 -p svg) That test doesn't fail for me locally on Snow Leopard...
>
> You can't compare chromium Mac with chromium Linux. Mac is using CG, Linux is using Skia as graphic library.
I didn't say that, I'm just saying that on Cg/Mac nothing is broken.
Stephen Chenney
Committed r113891: <http://trac.webkit.org/changeset/113891>