Bug 63906 - [Chromium] LayoutTests/fast/filesystem/workers/simple-persistent-sync.html is failing on chromium worker tests
Summary: [Chromium] LayoutTests/fast/filesystem/workers/simple-persistent-sync.html is...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kinuko Yasuda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-04 07:14 PDT by Kinuko Yasuda
Modified: 2011-07-05 01:36 PDT (History)
0 users

See Also:


Attachments
Patch (1.48 KB, patch)
2011-07-04 07:19 PDT, Kinuko Yasuda
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kinuko Yasuda 2011-07-04 07:14:39 PDT
[Chromium] LayoutTests/fast/filesystem/workers/simple-persistent-sync.html is failing on chromium worker tests.

Seems like test expectation data needs to be updated to reflect the recent API change (requestFileSystem -> webkitRequestFileSystem).

http://build.chromium.org/p/chromium/builders/Linux%20Tests%20%28dbg%29%282%29/builds/9988

[7363:7373:4838466893:WARNING:resource_dispatcher_host.cc(1590)] Request doesn't seem to have our data
chrome/test/ui/ui_layout_test.cc:259: Failure
Value of: value.c_str()
  Actual: "[Worker] webkitRequestFileSystemSync PERSISTENT test.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


Starting worker: ../resources/simple-persistent-sync.js
[Worker] Successfully obtained PERSISTENT FileSystem:file__0:Persistent
PASS [Worker] fileSystem.name.length > 0 is true
PASS [Worker] fileSystem.root.fullPath is "/"
PASS successfullyParsed is true

TEST COMPLETE

"
Expected: expected_result_value.c_str()
Which is: "[Worker] requestFileSystemSync PERSISTENT test.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


Starting worker: ../resources/simple-persistent-sync.js
[Worker] Successfully obtained PERSISTENT FileSystem:file__0:Persistent
PASS [Worker] fileSystem.name.length > 0 is true
PASS [Worker] fileSystem.root.fullPath is "/"
PASS successfullyParsed is true

TEST COMPLETE

"
Comment 1 Kinuko Yasuda 2011-07-04 07:19:57 PDT
Created attachment 99627 [details]
Patch
Comment 2 Kinuko Yasuda 2011-07-05 01:36:08 PDT
Committed r90386: <http://trac.webkit.org/changeset/90386>
Comment 3 Kinuko Yasuda 2011-07-05 01:36:59 PDT
Comment on attachment 99627 [details]
Patch

Clearing flag as it's basically just an expectation fix for chromium.