Bug 261318

Summary: REGRESSION(261705@main): [ macOS wk1 ] editing/pasteboard/datatransfer-types-dropping-text-file-promise.html is a consistent/flaky text failure.
Product: WebKit Reporter: Ben Schwartz <ben_schwartz>
Component: TextAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: mmaxfield, pvollan, webkit-bot-watchers-bugzilla, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=228780

Description Ben Schwartz 2023-09-07 22:38:57 PDT
editing/pasteboard/datatransfer-types-dropping-text-file-promise.html

This test is a consistent/flaky text failure on macOS wk1.

HISTORY:

https://results.webkit.org/?suite=layout-tests&test=editing/pasteboard/datatransfer-types-dropping-text-file-promise.html

TEXT DIFF:

 PASS dataTransfer.types.includes("Files") is true
 PASS dataTransfer.types.includes("text/uri-list") is false
 PASS dataTransfer.getData("url") is ""
-PASS successfullyParsed is true
 
-TEST COMPLETE
-

DIFF URL:

https://build.webkit.org/results/Apple-Ventura-Debug-AppleSilicon-WK1-Tests/267761@main%20(3431)/editing/pasteboard/datatransfer-types-dropping-text-file-promise-pretty-diff.html

REPRODUCTION:

I was able to reproduce this issue on macOS Ventura (13.5, 22G74/arm64) ToT using the following command:

run-webkit-tests -1 --verbose --clobber-old-results --iterations 100 --child-processes 10 -f --exit-after-n-failures 1 editing/pasteboard/datatransfer-types-dropping-text-file-promise.html

REGRESSION:

I was able to bisect a regression point at 261705@main, as I verified the issue did not reproduce before that point.
Comment 1 Radar WebKit Bug Importer 2023-09-07 22:39:14 PDT
<rdar://problem/115155299>
Comment 2 EWS 2023-09-07 22:47:03 PDT
Test gardening commit 267769@main (b4f81d6fa35b): <https://commits.webkit.org/267769@main>

Reviewed commits have been landed. Closing PR #17577 and removing active labels.