-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Adds a --failed
flag to x test
#114775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds a --failed
flag to x test
#114775
Conversation
r? @ozkanonur (rustbot has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
okay. the CI really seems to hate creating files. both solutions worked fine on my system 😅, so it just seems like its a weird quirk with the CI. i don't really know what to do at this point. could i have some guidance on this please? @ozkanonur |
Before doing the PR review on feature implementations, it is necessary to discuss within the bootstrap team whether this feature is truly needed and worth to implement and maintain. In the past, we haven't been very open to similar feature requests/ideas, mainly because we can already achieve such things using subcommands (like grep, awk, etc.). If you want, You can initiate the discussion in the bootstrap channel on Zulip, or I can bring it up for discussion in the upcoming bootstrap meeting. |
For now, PR is marked as |
Started a discussion around the feature here. Thanks for letting me know. |
# This is the 1st commit message: remove tests after they pass # This is the commit message rust-lang#2: fixes for CI
This comment has been minimized.
This comment has been minimized.
The job Click to see the possible cause of the failure (guessed by this bot)
|
From #114609 (comment) |
This flag runs solely tests that failed on the previous iteration.
related to: #114609