[Webkit-unassigned] [Bug 209685] REGRESSION: 4 TestWebKitAPI.DragAndDropTests.DataTransferSetData tests failing on iOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 3 21:48:10 PDT 2020


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

--- Comment #6 from Wenson Hsieh <wenson_hsieh at apple.com> ---
>From <https://bugs.webkit.org/show_bug.cgi?id=209988>, we observe:

        2020-04-03 21:05:45.096 TestWebKitAPI[69849:285586774] -[DragAndDropSimulator runFrom:to:additionalItemRequestLocations:] - preparing for drag session
        2020-04-03 21:05:45.096 TestWebKitAPI[69849:285586774] Preparing for drag session: 0x7fc9a0592d40
        2020-04-03 21:05:45.096 TestWebKitAPI[69849:285586774] Drag session requested: 0x7fc9a0592d40 at origin: {50, 225}
        2020-04-03 21:05:45.165 TestWebKitAPI[69849:285586774] Handling drag start request (started: 1, completion block: 0x7fc9a06ca330)
        2020-04-03 21:05:45.165 TestWebKitAPI[69849:285586774] auto DragAndDropSimulator::runFrom:to:additionalItemRequestLocations:::(anonymous class)::operator()() const - done preparing for drag session with phase: 1
        2020-04-03 21:05:45.166 TestWebKitAPI[69849:285586774] -[DragAndDropSimulator _advanceProgress] - phase: 1
        2020-04-03 21:05:45.166 TestWebKitAPI[69849:285586774] Drag items requested for session: 0x7fc9a0592d40
        2020-04-03 21:05:45.166 TestWebKitAPI[69849:285586774] Drag session: 0x7fc9a0592d40 starting with 0 items
        2020-04-03 21:05:45.166 TestWebKitAPI[69849:285586774] Cleaning up dragging state (has pending operation: 0)
        2020-04-03 21:05:45.171 TestWebKitAPI[69849:285586774] Encountered error: Error Domain=NSCocoaErrorDomain Code=3840 "No value." UserInfo={NSDebugDescription=No value.} while serializing JSON string.
        2020-04-03 21:05:45.171 TestWebKitAPI[69849:285586774] Expected JSON:  to match values: {
            dragover =     {
                "text/uri-list" = "";
            };
            drop =     {
                "text/uri-list" = "some random string";
            };
        }

        /Volumes/Data/slave/ios-simulator-13-release/build/Tools/TestWebKitAPI/Tests/ios/DragAndDropTestsIOS.mm:175
        Value of: success
          Actual: false
        Expected: true

…the smoking gun is this line:

        2020-04-03 21:05:45.166 TestWebKitAPI[69849:285586774] Drag session: 0x7fc9a0592d40 starting with 0 items

I would expect there to be at least 1 item in this case, due to the text selection.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200404/1daa125d/attachment-0001.htm>


More information about the webkit-unassigned mailing list