Bug 180635
Summary: | run-webkit-tests should accept partial test names as command line arguments | ||
---|---|---|---|
Product: | WebKit | Reporter: | Blaze Burg <bburg> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ap, joepeck, lforschler |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Blaze Burg
Currently there is weird handling here. Specifying a subdirectory under LayoutTests will have the path completed to LayoutTests/${path-to-test}. But just specifying a test name, like async-test-suite.html or 'async-test-suite' does not work. When I'm fixing lots of tests, I don't care about the particular test's directory, I just want to run it again quickly. This would accelerate that workflow.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |