-
Notifications
You must be signed in to change notification settings - Fork 12.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #86522 - JohnTitor:move-ui-tests, r=petrochenkov
Move some UI tests to more suitable subdirs cc #73494 The classified result is here: https://gist.github.com/JohnTitor/c9e00840990b5e4a8fc562ec3571e427 - issues/issue-27060.rs: misclassified, should be packed. - issues/issue-45157.rs: moved to nll. - issues/issue-69532.rs: ~~couldn't figured out the best place, placed a new `llvm` dir~~ moved to consts. - fsu-moves-and-copies.rs: moved to borrowck. - issues/issue-36638.rs: misclassified, moved to keyword. - issues/issue-48636.rs: moved to parser. - issues/issue-37655.rs: I'm not sure but associated-types shouldn't the best, moved to coercion but region may be better. - issues/issue-20005.rs: moved to associated-types. - issues/issue-82869.rs: moved to asm. - issues/issue-24535-allow-mutable-borrow-in-match-guard.rs: moved to nll. - issues/issue-52169.rs: moved to macros. - test-passed.rs: moved to test-attrs along with `test-` prefixed tests. - test-cfg.rs: moved to conditional-compilation. - non-integer-atomic.rs: moved to intrinsics. - issues/issue-54521-2.rs: moved to parser. - issues/issue-17756.rs: moved to consts. - conversion-methods.rs: ~~moved to suggestions~~ moved to typeck. r? `@petrochenkov`
- Loading branch information
Showing
53 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
src/test/ui/issues/issue-36638.rs → .../ui/keyword/keyword-self-as-type-param.rs
This file contains 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
6 changes: 3 additions & 3 deletions
6
src/test/ui/issues/issue-36638.stderr → ...keyword/keyword-self-as-type-param.stderr
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions
8
src/test/ui/issues/issue-54521.stderr → src/test/ui/parser/issue-54521-3.stderr
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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