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
<rdar://problem/89451128>
Setting expectations until further investigation can be completed.
Created attachment 453162 [details] expectations
Comment on attachment 453162 [details] expectations Clearing flags on attachment: 453162 Committed r290490 (247780@trunk): <https://commits.webkit.org/247780@trunk>
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.
Re-opening for pull request https://github.com/WebKit/WebKit/pull/1510
Test gardening commit r295529 (251534@main): <https://commits.webkit.org/251534@main> Reviewed commits have been landed. Closing PR #1510 and removing active labels.