[Webkit-unassigned] [Bug 229446] New: [ iOS ] TestWebKitAPI.DocumentEditingContext.Request* tests are failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 24 09:27:37 PDT 2021


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

            Bug ID: 229446
           Summary: [ iOS ] TestWebKitAPI.DocumentEditingContext.Request*
                    tests are failing
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: iPhone / iPad
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ayumi_kojima at apple.com

TestWebKitAPI.DocumentEditingContext.RequestLastLine
TestWebKitAPI.DocumentEditingContext.RequestLastTwoLines
TestWebKitAPI.DocumentEditingContext.RequestFirstTwoLines
TestWebKitAPI.DocumentEditingContext.RequestFirstLine

Are failing on iOS.

History https://results.webkit.org/?suite=api-tests&suite=api-tests&suite=api-tests&suite=api-tests&test=TestWebKitAPI.DocumentEditingContext.RequestLastLine&test=TestWebKitAPI.DocumentEditingContext.RequestFirstLine&test=TestWebKitAPI.DocumentEditingContext.RequestFirstTwoLines&test=TestWebKitAPI.DocumentEditingContext.RequestLastTwoLines

Diffs:

TestWebKitAPI.DocumentEditingContext.RequestFirstLine

        /Volumes/Data/worker/ios-simulator-14-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/DocumentEditingContext.mm:1287
        Expected equality of these values:
          "The first sentence in the first paragraph"
          (NSString *)context.contextAfter
            Which is: "The first sentence in the first paragraph. The second sentence in the first paragraph. The third sentence in the first paragraph."

TestWebKitAPI.DocumentEditingContext.RequestFirstTwoLines

        /Volumes/Data/worker/ios-simulator-14-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/DocumentEditingContext.mm:1300
        Expected equality of these values:
          "The first sentence in the first paragraph. The second sentence in"
          (NSString *)context.contextAfter
            Which is: "The first sentence in the first paragraph. The second sentence in the first paragraph. The third sentence in the first paragraph.\nThe first sentence in the second paragraph. The second sentence in the second paragraph. The third sentence in the second paragraph."
        With diff:
        @@ -1,1 +1,2 @@
        -The first sentence in the first paragraph. The second sentence in
        +The first sentence in the first paragraph. The second sentence in the first paragraph. The third sentence in the first paragraph.
        +The first sentence in the second paragraph. The second sentence in the second paragraph. The third sentence in the second paragraph.


TestWebKitAPI.DocumentEditingContext.RequestLastLine

        /Volumes/Data/worker/ios-simulator-14-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/DocumentEditingContext.mm:1311
        Expected equality of these values:
          "third sentence in the third paragraph."
          (NSString *)context.contextBefore
            Which is: "The first sentence in the third paragraph. The second sentence in the third paragraph. The third sentence in the third paragraph."

TestWebKitAPI.DocumentEditingContext.RequestLastTwoLines

        /Volumes/Data/worker/ios-simulator-14-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/DocumentEditingContext.mm:1324
        Expected equality of these values:
          "in the third paragraph. The third sentence in the third paragraph."
          (NSString *)context.contextBefore
            Which is: "The first sentence in the second paragraph. The second sentence in the second paragraph. The third sentence in the second paragraph.\nThe first sentence in the third paragraph. The second sentence in the third paragraph. The third sentence in the third paragraph."
        With diff:
        @@ -1,1 +1,2 @@
        -in the third paragraph. The third sentence in the third paragraph.
        +The first sentence in the second paragraph. The second sentence in the second paragraph. The third sentence in the second paragraph.
        +The first sentence in the third paragraph. The second sentence in the third paragraph. The third sentence in the third paragraph.

-- 
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/20210824/13dfbe14/attachment-0001.htm>


More information about the webkit-unassigned mailing list