Bug 246228
| Summary: | [run-webkit-tests] Support user specifying variant directly | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jonathan Bedard <jbedard> |
| Component: | Tools / Tests | Assignee: | Jonathan Bedard <jbedard> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jonathan Bedard
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
<rdar://problem/100907445>
Jonathan Bedard
Pull request: https://github.com/WebKit/WebKit/pull/5149
EWS
Committed 255305@main (f8b4d273d3df): <https://commits.webkit.org/255305@main>
Reviewed commits have been landed. Closing PR #5149 and removing active labels.
EWS
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.