WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
246228
[run-webkit-tests] Support user specifying variant directly
https://bugs.webkit.org/show_bug.cgi?id=246228
Summary
[run-webkit-tests] Support user specifying variant directly
Jonathan Bedard
Reported
2022-10-07 12:02:39 PDT
There are some WPT tests that are variants on a single file. run-webkit-tests treats arguments as file names, and a file name+variant will never match a file on disk. To make matters more complicated, we use `glob` so that users can pass things like `css*` to run-webkit-tests, `glob` respects `?` though, so we can't just blindly treat all paths with a ? in them as test variants.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-10-07 12:02:54 PDT
<
rdar://problem/100907445
>
Jonathan Bedard
Comment 2
2022-10-07 12:04:37 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/5149
EWS
Comment 3
2022-10-07 18:27:37 PDT
Committed
255305@main
(f8b4d273d3df): <
https://commits.webkit.org/255305@main
> Reviewed commits have been landed. Closing PR #5149 and removing active labels.
EWS
Comment 4
2022-10-11 06:54:09 PDT
Committed
252432.520@safari-7614-branch
(2ba2101f572b): <
https://commits.webkit.org/252432.520@safari-7614-branch
> Reviewed commits have been landed. Closing PR #111 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug