[Webkit-unassigned] [Bug 63906] New: [Chromium] LayoutTests/fast/filesystem/workers/simple-persistent-sync.html is failing on chromium worker tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 4 07:14:39 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=63906

           Summary: [Chromium]
                    LayoutTests/fast/filesystem/workers/simple-persistent-
                    sync.html is failing on chromium worker tests
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kinuko at chromium.org


[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

"

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list