Bug 230892 - [ iOS ] TestWebKitAPI.WebKit.AddAndRemoveDataDetectors Is failing
Summary: [ iOS ] TestWebKitAPI.WebKit.AddAndRemoveDataDetectors Is failing
Status: RESOLVED DUPLICATE of bug 230890
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: iPhone / iPad Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-09-28 08:24 PDT by ayumi_kojima
Modified: 2021-09-28 08:44 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ayumi_kojima 2021-09-28 08:24:15 PDT
TestWebKitAPI.WebKit.AddAndRemoveDataDetectors

Is failing on iOS.

History: https://results.webkit.org/?suite=api-tests&test=TestWebKitAPI.WebKit.AddAndRemoveDataDetectors

Stdio:

TestWebKitAPI.WebKit.AddAndRemoveDataDetectors
        
        /Volumes/Data/worker/ios-simulator-14-release/build/Tools/TestWebKitAPI/cocoa/TestWKWebView.mm:191
        Expected equality of these values:
          count
            Which is: 5
          [self stringByEvaluatingJavaScript:script].integerValue
            Which is: 0
        
        
        /Volumes/Data/worker/ios-simulator-14-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/DataDetection.mm:139
        Expected equality of these values:
          3U
            Which is: 3
          results.count
            Which is: 0
        
        
        /Volumes/Data/worker/ios-simulator-14-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/DataDetection.mm:140
        Value of: [results[0].value containsString:@"+1-234-567-8900"]
          Actual: false
        Expected: true
        
        
        /Volumes/Data/worker/ios-simulator-14-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/DataDetection.mm:141
        Value of: [results[0].value containsString:@"https://www.apple.com"]
          Actual: false
        Expected: true
        
        
        /Volumes/Data/worker/ios-simulator-14-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/DataDetection.mm:142
        Value of: [results[0].value containsString:@"2 Apple Park Way, Cupertino 95014"]
          Actual: false
        Expected: true
        
        
        /Volumes/Data/worker/ios-simulator-14-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/DataDetection.mm:143
        Expected equality of these values:
          "SignatureBlock"
          results[0].type
            Which is: ""
        
        
        /Volumes/Data/worker/ios-simulator-14-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/DataDetection.mm:144
        Expected equality of these values:
          "Date"
          results[1].type
            Which is: ""
        
        
        /Volumes/Data/worker/ios-simulator-14-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/DataDetection.mm:145
        Expected equality of these values:
          "December 21, 2021"
          results[1].value
            Which is: ""
        
        
        /Volumes/Data/worker/ios-simulator-14-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/DataDetection.mm:146
        Expected equality of these values:
          "FlightInformation"
          results[2].type
            Which is: ""
        
        
        /Volumes/Data/worker/ios-simulator-14-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/DataDetection.mm:147
        Expected equality of these values:
          "AC780"
          results[2].value
            Which is: ""
        
        
        /Volumes/Data/worker/ios-simulator-14-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/DataDetection.mm:150
        Expected equality of these values:
          DDResultCategoryCalendarEvent
            Which is: 4
          results[1].category
            Which is: 0
        
        
        /Volumes/Data/worker/ios-simulator-14-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/DataDetection.mm:151
        Expected equality of these values:
          DDResultCategoryMisc
            Which is: 5
          results[2].category
            Which is: 0
        
        
        /Volumes/Data/worker/ios-simulator-14-release/build/Tools/TestWebKitAPI/cocoa/TestWKWebView.mm:191
        Expected equality of these values:
          count
            Which is: 2
          [self stringByEvaluatingJavaScript:script].integerValue
            Which is: 0
        
        
        /Volumes/Data/worker/ios-simulator-14-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/DataDetection.mm:139
        Expected equality of these values:
          3U
            Which is: 3
          results.count
            Which is: 0
        
        
        /Volumes/Data/worker/ios-simulator-14-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/DataDetection.mm:140
        Value of: [results[0].value containsString:@"+1-234-567-8900"]
          Actual: false
        Expected: true
        
        
        /Volumes/Data/worker/ios-simulator-14-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/DataDetection.mm:141
        Value of: [results[0].value containsString:@"https://www.apple.com"]
          Actual: false
        Expected: true
        
        
        /Volumes/Data/worker/ios-simulator-14-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/DataDetection.mm:142
        Value of: [results[0].value containsString:@"2 Apple Park Way, Cupertino 95014"]
          Actual: false
        Expected: true
        
        
        /Volumes/Data/worker/ios-simulator-14-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/DataDetection.mm:143
        Expected equality of these values:
          "SignatureBlock"
          results[0].type
            Which is: ""
        
        
        /Volumes/Data/worker/ios-simulator-14-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/DataDetection.mm:144
        Expected equality of these values:
          "Date"
          results[1].type
            Which is: ""
        
        
        /Volumes/Data/worker/ios-simulator-14-rel
Comment 1 Radar WebKit Bug Importer 2021-09-28 08:24:39 PDT
<rdar://problem/83623548>
Comment 2 ayumi_kojima 2021-09-28 08:44:53 PDT

*** This bug has been marked as a duplicate of bug 230890 ***