Bug 94735 - Layout test fast/text/emphasis-overlap.html started failing differently after r126312
Summary: Layout test fast/text/emphasis-overlap.html started failing differently after...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Koji Ishii
URL:
Keywords:
Depends on: 83512
Blocks:
  Show dependency treegraph
 
Reported: 2012-08-22 11:30 PDT by Kenneth Russell
Modified: 2012-08-27 10:44 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Russell 2012-08-22 11:30:43 PDT
After http://trac.webkit.org/changeset/126312/ , fast/text/emphasis-overlap.html started failing with "image" rather than "image+text" differences on Chromium Linux. Here are the flakiness dashboard results:

http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&tests=fast%2Ftext%2Femphasis-overlap.html

To be honest I don't understand exactly what's going on there because it looks like there are still text differences for Webkit Linux and other bots. However, I'm suppressing this failure in LayoutTests/platform/chromium/TextExpectations for the moment.
Comment 1 Kenneth Russell 2012-08-22 11:33:35 PDT
Committed r126324: <http://trac.webkit.org/changeset/126324>
Comment 2 Koji Ishii 2012-08-26 09:29:35 PDT
hmm...me neither. I re-reviewed the changeset, but I don't think any code touches Linux at all. Sorry for the trouble anyway.
Comment 3 Tony Chang 2012-08-27 10:44:11 PDT
The reason is that LayoutTests/platform/chromium-win/fast/text/emphasis-overlap-expected.txt was added.  Chromium Linux will use results in chromium-win if there are no results in chromium-linux (for may tests, the results are the same).

I think going from image+text to image is a progression, so this seems fine to me.