Bug 47375
Summary: | [Chromium] Some FileSystem layout tests are failing on chromium Windows | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kinuko Yasuda <kinuko> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ericu, kkanetkar, michaeln |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 | ||
Bug Depends on: | |||
Bug Blocks: | 42903 |
Kinuko Yasuda
fast/filesystem/async-operations.html = TEXT
fast/filesystem/op-get-entry.html = TEXT
fast/filesystem/op-move.html = TEXT
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kinuko Yasuda
They're working on my local chromium build on Windows. Maybe a test_shell problem?
Kavita Kanetkar
I will take a look.
Kinuko Yasuda
Thanks!
As for LayoutTests/fast/filesystem/async-operations.html
it's getting:
http://trac.webkit.org/browser/trunk/LayoutTests/platform/chromium-win/fast/filesystem/async-operations-expected.txt?rev=69332
while actual expected result is:
http://trac.webkit.org/browser/trunk/LayoutTests/fast/filesystem/async-operations-expected.txt
LayoutTests/fast/filesystem/op-{get-entry,move}.html are the new ones just added a few hours ago and may not have rolled yet.
The changeset is here: http://trac.webkit.org/changeset/69339
Kavita Kanetkar
This requires some chrome-side changes for test shell to work correctly. Chromium builds should work fine. Related chromium issue:
http://code.google.com/p/chromium/issues/detail?id=58424
Kinuko Yasuda
Must be fixed now.