Bug 49874
Summary: | editing/selection/extend-selection-home-end.html fails on Windows | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | aroben, ojan, tonikitoo, tony, xji |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows XP |
Ryosuke Niwa
editing/selection/extend-selection-home-end.html fails on windows.
http://build.webkit.org/results/Windows%20XP%20Debug%20(Tests)/r72488%20(22789)/editing/selection/extend-selection-home-end-diffs.txt
I'm not sure why it's grabbing the wrong result. As far as I can tell, there are only four expected result for this file:
http://trac.webkit.org/browser/trunk/LayoutTests/editing/selection/extend-selection-home-end-expected.txt
http://trac.webkit.org/browser/trunk/LayoutTests/platform/gtk/editing/selection/extend-selection-home-end-expected.txt
http://trac.webkit.org/browser/trunk/LayoutTests/platform/chromium-win/editing/selection/extend-selection-home-end-expected.txt
http://trac.webkit.org/browser/trunk/LayoutTests/platform/mac/editing/selection/extend-selection-home-end-expected.txt
And Windows should be using the first one but it apparently isn't according to the diff.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
(In reply to comment #0)
> editing/selection/extend-selection-home-end.html fails on windows.
> http://build.webkit.org/results/Windows%20XP%20Debug%20(Tests)/r72488%20(22789)/editing/selection/extend-selection-home-end-diffs.txt
>
> I'm not sure why it's grabbing the wrong result. As far as I can tell, there are only four expected result for this file:
> http://trac.webkit.org/browser/trunk/LayoutTests/editing/selection/extend-selection-home-end-expected.txt
> http://trac.webkit.org/browser/trunk/LayoutTests/platform/gtk/editing/selection/extend-selection-home-end-expected.txt
> http://trac.webkit.org/browser/trunk/LayoutTests/platform/chromium-win/editing/selection/extend-selection-home-end-expected.txt
> http://trac.webkit.org/browser/trunk/LayoutTests/platform/mac/editing/selection/extend-selection-home-end-expected.txt
>
> And Windows should be using the first one but it apparently isn't according to the diff.
Windows prefers Mac-specific results to cross-platform results. See <http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/old-run-webkit-tests#L1665>.
Adam Roben (:aroben)
Committed r72543: <http://trac.webkit.org/changeset/72543>