Bug 274814

Summary: Enable copy-pasting file lists to run-webkit-tests from EWS “Found N new test failures” output
Product: WebKit Reporter: sideshowbarker <mike>
Component: Tools / TestsAssignee: sideshowbarker <mike>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

sideshowbarker
Reported 2024-05-28 19:24:12 PDT
EWS build report pages for PRs/patches/builds with test failures have at the top a list like this: > Found 5 new test failures: fast/events/onchange-passwordfield.html, fast/events/onchange-searchfield.html, fast/events/onchange-textfield.html, imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-untrusted-key-event.html, webgl/2.0.0/conformance/canvas/rapid-resizing.html Example report: https://ews-build.webkit.org/#/builders/34/builds/42694 Notably, the list of pathnames for the test failures is a _comma-separated_ list. However, run-webkit-tests currently expects a _space-separated_ list — without any commas. So the problem is, you can’t currently just copy that list of test failures from the EWS build report, and paste it into the command-line arguments you give to run-webkit-tests. It would be a nice convenience if we _could_ just copy-paste the file list from EWS into the run-webkit-tests command line.
Attachments
sideshowbarker
Comment 1 2024-05-28 19:37:20 PDT
sideshowbarker
Comment 2 2024-06-01 07:57:40 PDT
EWS
Comment 3 2024-06-04 08:28:53 PDT
Committed 279699@main (63136199676e): <https://commits.webkit.org/279699@main> Reviewed commits have been landed. Closing PR #29416 and removing active labels.
Radar WebKit Bug Importer
Comment 4 2024-06-04 08:29:15 PDT
Note You need to log in before you can comment on or make changes to this bug.