Bug 180635 - run-webkit-tests should accept partial test names as command line arguments
Summary: run-webkit-tests should accept partial test names as command line arguments
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-10 09:31 PST by BJ Burg
Modified: 2017-12-10 09:31 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description BJ Burg 2017-12-10 09:31:33 PST
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.