Bug 237174 - [ iOS ] editing/pasteboard/dom-paste/dom-paste-same-origin.html is a flaky timeout/failure
Summary: [ iOS ] editing/pasteboard/dom-paste/dom-paste-same-origin.html is a flaky ti...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dawn Morningstar
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-02-24 18:18 PST by Dawn Morningstar
Modified: 2022-06-14 11:05 PDT (History)
4 users (show)

See Also:


Attachments
expectations (1.45 KB, patch)
2022-02-24 18:27 PST, Dawn Morningstar
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dawn Morningstar 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
Comment 1 Radar WebKit Bug Importer 2022-02-24 18:19:16 PST
<rdar://problem/89451128>
Comment 2 Dawn Morningstar 2022-02-24 18:20:12 PST
Setting expectations until further investigation can be completed.
Comment 3 Dawn Morningstar 2022-02-24 18:27:15 PST
Created attachment 453162 [details]
expectations
Comment 4 Robert Jenner 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>
Comment 5 Ryan Haddad 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.
Comment 6 Dawn Morningstar 2022-06-14 10:56:05 PDT
Re-opening for pull request https://github.com/WebKit/WebKit/pull/1510
Comment 7 EWS 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.