Bug 213079 - REGRESSION (r262879): 3 TestWebKitAPI.TextManipulation tests are failing
Summary: REGRESSION (r262879): 3 TestWebKitAPI.TextManipulation tests are failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sihui Liu
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-06-11 09:16 PDT by Jacob Uphoff
Modified: 2020-06-11 15:11 PDT (History)
4 users (show)

See Also:


Attachments
Patch (6.25 KB, patch)
2020-06-11 12:50 PDT, Sihui Liu
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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].