[Webkit-unassigned] [Bug 87356] [Chromium] File blob layout tests are failing since chromium r138702.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 30 15:05:50 PDT 2012


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


Eric U. <ericu at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |ericu at chromium.org
                   |kit.org                     |




--- Comment #3 from Eric U. <ericu at chromium.org>  2012-05-30 15:05:50 PST ---
Due to my Chromium change, the mechanism the test uses to set up blobs containing nonexistent files no longer works [for Chromium only].  We notice that the files don't exist, treat them as zero length, and don't bother to add them to the blob.  Since this is only text fixture code, there's no real bug to fix, but we can't easily reproduce the test functionality without adding a bunch of code to DumpRenderTree.  I think the right fix here is just to add Chromium-specific expectations for these three tests.  Another alternative would be to break up the test into the pieces Chromium can handle and those it can't, and skip the latter, but that seems messier for non-Chromium ports.

-- 
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