-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
[WIP] migrate more of src/test/run-pass to src/test/ui/run-pass #54139
[WIP] migrate more of src/test/run-pass to src/test/ui/run-pass #54139
Conversation
…test/ui/run-pass/*/` These are cases where I feel reasonably confident that I chose a "good" target subdirectory for the file.
…i/run-pass/*.rs` A followup task would be to categorize all of these files and move them into appropriate subdirectories. But I reached a point where I stopped being able to do trivial categorizations, and I decided it was better to focus on the main goal (which is to get compare-mode=nll testing of all the run-pass test suite). --- Also, as a special case, I discovered that lexer-crlf-line-endings-string-literal-doc-comment.rs test needs special `.gitattributes` to be ported over.
20576e8
to
6c5fe50
Compare
marking as WIP until T-compiler decides how we are going to resolve #54047 |
☔ The latest upstream changes (presumably #54146) made this pull request unmergeable. Please resolve the merge conflicts. |
Discussed at compiler team meeting. Long term we will probably adopt some test layout that puts everything in a place that acts like But short term I am going to move stuff back to |
This may be enough to consider marking #53764 as closed