Bug 230892
Summary: | [ iOS ] TestWebKitAPI.WebKit.AddAndRemoveDataDetectors Is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | ayumi_kojima |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | iPhone / iPad | ||
OS: | Unspecified |
ayumi_kojima
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/83623548>
ayumi_kojima
*** This bug has been marked as a duplicate of bug 230890 ***