Bug 88481
| Summary: | fast/loader/webarchive-encoding-respected.html fails on non-Mac ports | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
| Component: | Page Loading | Assignee: | Brady Eidson <beidson> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | beidson, japhet, loislo, ojan |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryosuke Niwa
fast/loader/webarchive-encoding-respected.html has been failing on Chromium ever since it was added in http://trac.webkit.org/changeset/119644.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Also failing on GTK:
http://build.webkit.org/results/GTK%20Linux%2064-bit%20Release/r119653%20(24835)/fast/loader/webarchive-encoding-respected-pretty-diff.html
Ryosuke Niwa
Qt: http://build.webkit.org/results/Qt%20Linux%20Release/r119659%20(47989)/fast/loader/webarchive-encoding-respected-pretty-diff.html
Ryosuke Niwa
Added a failing text expectation in http://trac.webkit.org/changeset/119665.
Brady Eidson
Boneheaded move on my part, my apologies. In the morning when I'm back at my dev machine I will move the test to platform/mac and remove the TestExpectations that were checked in.
Brady Eidson
Moved the test to platform/mac and removed it from the other's TestExpectations in http://trac.webkit.org/changeset/119730
Ryosuke Niwa
Thank you!