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    

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.