-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Description
Currently to run an individual test, you have to run ./x.py test src/test/run-pass --test-args foo.rs
. This isn't very obvious; it would be nice if src/test
was special cased such that ./x.py test ./x.py test src/test/run-pass/foo.rs
works
Relevant code: https://github.com/rust-lang/rust/blob/master/src/bootstrap/test.rs
Metadata
Metadata
Assignees
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.