Bug 237174

Summary: [ iOS ] editing/pasteboard/dom-paste/dom-paste-same-origin.html is a flaky timeout/failure
Product: WebKit Reporter: Dawn Morningstar <Morningstar>
Component: New BugsAssignee: Dawn Morningstar <Morningstar>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: jenner, webkit-bot-watchers-bugzilla, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
expectations none

Dawn Morningstar
Reported 2022-02-24 18:18:51 PST
editing/pasteboard/dom-paste/dom-paste-same-origin.html is a flaky timeout/failure on iOS queues HISTORY: https://results.webkit.org/?suite=layout-tests&test=editing%2Fpasteboard%2Fdom-paste%2Fdom-paste-same-origin.html DIFF URL: --- /Volumes/Data/worker/ios-simulator-15-release-gpuprocess-arm64-tests-wk2/build/layout-test-results/editing/pasteboard/dom-paste/dom-paste-same-origin-expected.txt +++ /Volumes/Data/worker/ios-simulator-15-release-gpuprocess-arm64-tests-wk2/build/layout-test-results/editing/pasteboard/dom-paste/dom-paste-same-origin-actual.txt @@ -1,5 +1,5 @@ Click here to copy -Click here to copy + Click here to copy Verifies that programmatic paste is allowed when copied data is from the same origin. To manually test, click or tap the text on the bottom to programmatically copy, and then click or tap the editable area and check that the text is pasted twice. @@ -11,8 +11,9 @@ PASS document.execCommand('Paste') is true PASS event.clipboardData.getData('text/plain') is "Click here to copy" PASS document.execCommand('Paste') is true -PASS editor.textContent is "Click here to copyClick here to copy" +FAIL editor.textContent should be Click here to copyClick here to copy. Was Click here to copy. PASS successfullyParsed is true +Some tests failed. TEST COMPLETE stderr: https://build.webkit.org/results/Apple-iOS-15-Simulator-Release-WK2-Tests/r290442%20(1538)/editing/pasteboard/dom-paste/dom-paste-same-origin-stderr.txt
Attachments
expectations (1.45 KB, patch)
2022-02-24 18:27 PST, Dawn Morningstar
no flags
Radar WebKit Bug Importer
Comment 1 2022-02-24 18:19:16 PST
Dawn Morningstar
Comment 2 2022-02-24 18:20:12 PST
Setting expectations until further investigation can be completed.
Dawn Morningstar
Comment 3 2022-02-24 18:27:15 PST
Created attachment 453162 [details] expectations
Robert Jenner
Comment 4 2022-02-24 18:38:29 PST
Comment on attachment 453162 [details] expectations Clearing flags on attachment: 453162 Committed r290490 (247780@trunk): <https://commits.webkit.org/247780@trunk>
Ryan Haddad
Comment 5 2022-05-18 15:55:50 PDT
This test was timing out pretty frequently until at or around https://commits.webkit.org/248106@main, it now appears to be consistently passing. Let's remove test expectations.
Dawn Morningstar
Comment 6 2022-06-14 10:56:05 PDT
Re-opening for pull request https://github.com/WebKit/WebKit/pull/1510
EWS
Comment 7 2022-06-14 11:05:41 PDT
Test gardening commit r295529 (251534@main): <https://commits.webkit.org/251534@main> Reviewed commits have been landed. Closing PR #1510 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.