Bug 213079

Summary: REGRESSION (r262879): 3 TestWebKitAPI.TextManipulation tests are failing
Product: WebKit Reporter: Jacob Uphoff <jacob_uphoff>
Component: New BugsAssignee: Sihui Liu <sihui_liu>
Status: RESOLVED FIXED    
Severity: Normal CC: sihui_liu, webkit-bot-watchers-bugzilla, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Jacob Uphoff 2020-06-11 09:16:38 PDT
3 API tests started to failure after commit r262879.

Failed

    TestWebKitAPI.TextManipulation.InsertingContentIntoAlreadyManipulatedContentDoesNotCreateTextManipulationItem
        
        /Volumes/Data/slave/catalina-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/TextManipulation.mm:2438
        Value of: foundNewItemAfterCompletingTextManipulation
          Actual: true
        Expected: false
        

    TestWebKitAPI.TextManipulation.StartTextManipulationFindSameParagraphWithNewContent
        
        /Volumes/Data/slave/catalina-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/TextManipulation.mm:388
        Expected equality of these values:
          items[1].tokens.count
            Which is: 1
          2UL
            Which is: 2
        
        
        /Volumes/Data/slave/catalina-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/TextManipulation.mm:389
        Expected equality of these values:
          "hello"
          items[1].tokens[0].content.UTF8String
            Which is: " world"
        
        
        File name unavailable
        Unknown C++ exception thrown in the test body.
Comment 1 Radar WebKit Bug Importer 2020-06-11 09:16:59 PDT
<rdar://problem/64256870>
Comment 3 Sihui Liu 2020-06-11 12:50:14 PDT
Created attachment 401673 [details]
Patch
Comment 4 EWS 2020-06-11 15:11:57 PDT
Committed r262926: <https://trac.webkit.org/changeset/262926>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 401673 [details].