- Notifications
You must be signed in to change notification settings - Fork 13.8k
Closed
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Description
TLDR:
In test files: // check-pass // build-pass // run-pass In `x.py` command line (forcing): --force =check --force >=check --force <=check --force =build --force >=build --force <=build --force =run --force >=run --force <=run In `x.py` command line (running a subset): --select =check --select >=check --select <=check --select =build --select >=build --select <=build --select =run --select >=run --select <=run
TODO:
More detailed description, motivation, etc.
cc @Centril
Metadata
Metadata
Assignees
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.