Bug 47375 - [Chromium] Some FileSystem layout tests are failing on chromium Windows
Summary: [Chromium] Some FileSystem layout tests are failing on chromium Windows
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 42903
  Show dependency treegraph
 
Reported: 2010-10-07 13:21 PDT by Kinuko Yasuda
Modified: 2010-10-12 01:43 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kinuko Yasuda 2010-10-07 13:21:30 PDT
fast/filesystem/async-operations.html = TEXT
  fast/filesystem/op-get-entry.html = TEXT
  fast/filesystem/op-move.html = TEXT
Comment 1 Kinuko Yasuda 2010-10-07 14:59:28 PDT
They're working on my local chromium build on Windows.  Maybe a test_shell problem?
Comment 2 Kavita Kanetkar 2010-10-07 15:02:13 PDT
I will take a look.
Comment 3 Kinuko Yasuda 2010-10-07 15:10:27 PDT
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
Comment 4 Kavita Kanetkar 2010-10-07 21:42:44 PDT
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
Comment 5 Kinuko Yasuda 2010-10-12 01:43:29 PDT
Must be fixed now.