Skip to content

x.py does not warn if test filters for file that does not exist #80621

Closed
@bugadani

Description

@bugadani
Contributor

I tried to run a specific ui test using ./x.py test src/test/ui/..., but mistyped the test's file name. This resulted in the file name silently being ignored and x.py started to execute all available tests instead.

Activity

added
A-contributor-roadblockArea: Makes things more difficult for new or seasoned contributors to Rust
T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
A-testsuiteArea: The testsuite used to check the correctness of rustc
on Jan 2, 2021
added a commit that references this issue on Jan 5, 2021

Rollup merge of rust-lang#80627 - bugadani:warn, r=Mark-Simulacrum

1c6593c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-contributor-roadblockArea: Makes things more difficult for new or seasoned contributors to RustA-testsuiteArea: The testsuite used to check the correctness of rustcC-bugCategory: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @bugadani@jyn514

      Issue actions

        x.py does not warn if test filters for file that does not exist · Issue #80621 · rust-lang/rust