RESOLVED FIXED 229446
[ iOS ] TestWebKitAPI.DocumentEditingContext.Request* tests are failing
https://bugs.webkit.org/show_bug.cgi?id=229446
Summary [ iOS ] TestWebKitAPI.DocumentEditingContext.Request* tests are failing
ayumi_kojima
Reported 2021-08-24 09:27:37 PDT
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.
Attachments
Patch (2.84 KB, patch)
2021-08-24 14:01 PDT, zalan
no flags
Radar WebKit Bug Importer
Comment 1 2021-08-24 09:28:13 PDT
zalan
Comment 2 2021-08-24 14:01:33 PDT
zalan
Comment 3 2021-08-24 19:44:30 PDT
The queue for the api-ios is 9hours long. :( landing this now.
EWS
Comment 4 2021-08-24 20:07:25 PDT
Committed r281542 (240909@main): <https://commits.webkit.org/240909@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 436327 [details].
Note You need to log in before you can comment on or make changes to this bug.