Move some UI tests to more suitable subdirs#87600
Merged
bors merged 1 commit intorust-lang:masterfrom Aug 14, 2021
Merged
Conversation
Collaborator
|
☔ The latest upstream changes (presumably #86754) made this pull request unmergeable. Please resolve the merge conflicts. |
Contributor
|
Everything looks reasonable. |
Contributor
|
|
a037d1a to
b7b0291
Compare
Member
Author
|
Thanks for the review! I'll leave |
Collaborator
|
📌 Commit b7b0291 has been approved by |
JohnTitor
added a commit
to JohnTitor/rust
that referenced
this pull request
Aug 11, 2021
…ochenkov Move some UI tests to more suitable subdirs The classifui result: https://gist.github.com/JohnTitor/c9e00840990b5e4a8fc562ec3571e427/e06c42226c6038da91e403c33b9947843420cf44 Some notes: - backtrace-debuginfo.rs: previously I skipped this, I'm still not sure what the best dir is. Any ideas? - estr-subtyping.rs: Seems a quite old test so removed, shouldn't? - deref-suggestion.rs: moved to inference as `suggestions` is not an ideal dir. - issue-43023.rs: a bit misclassified, moved to `derives` cc rust-lang#73494 r? `@petrochenkov`
JohnTitor
added a commit
to JohnTitor/rust
that referenced
this pull request
Aug 11, 2021
…ochenkov Move some UI tests to more suitable subdirs The classifui result: https://gist.github.com/JohnTitor/c9e00840990b5e4a8fc562ec3571e427/e06c42226c6038da91e403c33b9947843420cf44 Some notes: - backtrace-debuginfo.rs: previously I skipped this, I'm still not sure what the best dir is. Any ideas? - estr-subtyping.rs: Seems a quite old test so removed, shouldn't? - deref-suggestion.rs: moved to inference as `suggestions` is not an ideal dir. - issue-43023.rs: a bit misclassified, moved to `derives` cc rust-lang#73494 r? ``@petrochenkov``
Collaborator
|
☔ The latest upstream changes (presumably #86532) made this pull request unmergeable. Please resolve the merge conflicts. |
Collaborator
Collaborator
|
☀️ Test successful - checks-actions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The classifui result: https://gist.github.com/JohnTitor/c9e00840990b5e4a8fc562ec3571e427/e06c42226c6038da91e403c33b9947843420cf44
Some notes:
suggestionsis not an ideal dir.derivescc #73494
r? @petrochenkov