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 / Tests | Assignee: | sideshowbarker <mike> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
sideshowbarker
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
sideshowbarker
Pull request: https://github.com/WebKit/WebKit/pull/29208
sideshowbarker
Pull request: https://github.com/WebKit/WebKit/pull/29416
EWS
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
<rdar://problem/129220885>