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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 27 15:19:44 PDT 2020


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

            Bug ID: 209685
           Summary: REGRESSION: 4
                    TestWebKitAPI.DragAndDropTests.DataTransferSetData
                    tests failing on iOS
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ryanhaddad at apple.com

Failed

    TestWebKitAPI.DragAndDropTests.DataTransferSetDataInvalidURL
        2020-03-27 14:12:15.559 TestWebKitAPI[48608:5108740] Encountered error: Error Domain=NSCocoaErrorDomain Code=3840 "No value." UserInfo={NSDebugDescription=No value.} while serializing JSON string.
        2020-03-27 14:12:15.559 TestWebKitAPI[48608:5108740] 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


    TestWebKitAPI.DragAndDropTests.DataTransferSetDataCannotWritePlatformTypes
        2020-03-27 14:12:14.494 TestWebKitAPI[48602:5107756] Encountered error: Error Domain=NSCocoaErrorDomain Code=3840 "No value." UserInfo={NSDebugDescription=No value.} while serializing JSON string.
        2020-03-27 14:12:14.494 TestWebKitAPI[48602:5107756] Expected JSON:  to match values: {
            dragover =     {
                "com.adobe.pdf" = "";
                "text/plain" = "";
            };
            drop =     {
                "com.adobe.pdf" = "try and decode me!";
                "text/plain" = foo;
            };
        }

        /Volumes/Data/slave/ios-simulator-13-release/build/Tools/TestWebKitAPI/Tests/ios/DragAndDropTestsIOS.mm:126
        Value of: [registeredTypes containsObject:(NSString *)firstType]
          Actual: false
        Expected: true


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


Timeout

    TestWebKitAPI.DragAndDropTests.DataTransferSetDataValidURL
        2020-03-27 14:12:49.648 TestWebKitAPI[48620:5110799] Encountered error: Error Domain=NSCocoaErrorDomain Code=3840 "No value." UserInfo={NSDebugDescription=No value.} while serializing JSON string.
        2020-03-27 14:12:49.648 TestWebKitAPI[48620:5110799] Expected JSON:  to match values: {
            dragover =     {
                "text/uri-list" = "";
            };
            drop =     {
                "text/uri-list" = "https://webkit.org/b/123";
            };
        }

    TestWebKitAPI.DragAndDropTests.DataTransferSetDataUnescapedURL
        2020-03-27 14:12:16.622 TestWebKitAPI[48614:5109712] Encountered error: Error Domain=NSCocoaErrorDomain Code=3840 "No value." UserInfo={NSDebugDescription=No value.} while serializing JSON string.
        2020-03-27 14:12:16.623 TestWebKitAPI[48614:5109712] Expected JSON:  to match values: {
            dragover =     {
                "text/uri-list" = "";
            };
            drop =     {
                "text/uri-list" = "http://webkit.org/b/\U4f60\U597d;?x=8 + 6";
            };
        }

https://build.webkit.org/builders/Apple%20iOS%2013%20Simulator%20Release%20WK2%20(Tests)/builds/3367

-- 
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/20200327/262c0a89/attachment.htm>


More information about the webkit-unassigned mailing list