-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Move tests #125256
Move tests #125256
Conversation
Thanks! |
@@ -3618,6 +3615,7 @@ ui/recursion/issue-83150.rs | |||
ui/recursion/issue-86784.rs | |||
ui/recursion/issue-95134.rs | |||
ui/recursion_limit/issue-105700.rs | |||
ui/recursion_limit/issue-37311-type-length-limit/issue-37311.rs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you please instead rename this and the associated .stderr files to
- tests/ui/recursion_limit/type-length-limit-issue-37311.rs
- tests/ui/recursion_limit/type-length-limit-issue-37311.stderr
- tests/ui/recursion_limit/type-length-limit-issue-37311.polonius.stderr
My reasoning is that there doesn't seem to be much merit in nesting these inside a folder that has the same name, and that this would allow eliminating these entries from this list.
ui/static/issue-3668-non-constant-value-in-constant/issue-3668-2.rs | ||
ui/static/issue-3668-non-constant-value-in-constant/issue-3668.rs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same request but
- tests/ui/static/non-constant-value-in-constant-issue-3668.rs
- tests/ui/static/non-constant-value-in-constant-issue-3668-2.rs
and so on.
ui/generics/issue-5997-outer-generic-parameter/issue-5997-enum.rs | ||
ui/generics/issue-5997-outer-generic-parameter/issue-5997-struct.rs | ||
ui/generics/issue-5997-outer-generic-parameter/issue-5997.rs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same request.
ui/cross-crate/issue-38875/auxiliary/issue-38875-b.rs | ||
ui/cross-crate/issue-38875/issue-38875.rs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The original issue was named "constant evaluation error" points to nothing when crossing the crate boundary, the solution PR was implement lazy-loading of crate's sources, could you rename this for that? Perhaps the root one should be
- tests/ui/cross-crate/lazy-load-externs/const-issue-38875.rs
@bors r- (for renaming requests) |
☔ The latest upstream changes (presumably #125379) made this pull request unmergeable. Please resolve the merge conflicts. |
@c410-f3r any updates on this? thanks |
This PR is outdated so I am going to close it. |
r? @petrochenkov