Skip to content

Commit fa26929

Browse files
committedAug 14, 2021
Auto merge of #87600 - JohnTitor:classify-ui-tests, r=petrochenkov
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 #73494 r? `@petrochenkov`
2 parents 99efc51 + b7b0291 commit fa26929

File tree

10 files changed

+1
-27
lines changed

10 files changed

+1
-27
lines changed
 
File renamed without changes.

‎src/test/ui/estr-subtyping.rs

Lines changed: 0 additions & 15 deletions
This file was deleted.

‎src/test/ui/estr-subtyping.stderr

Lines changed: 0 additions & 11 deletions
This file was deleted.

‎src/tools/tidy/src/ui_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use std::path::Path;
88
const ENTRY_LIMIT: usize = 1000;
99
// FIXME: The following limits should be reduced eventually.
1010
const ROOT_ENTRY_LIMIT: usize = 1345;
11-
const ISSUES_ENTRY_LIMIT: usize = 2530;
11+
const ISSUES_ENTRY_LIMIT: usize = 2525;
1212

1313
fn check_entries(path: &Path, bad: &mut bool) {
1414
let dirs = walkdir::WalkDir::new(&path.join("test/ui"))

0 commit comments

Comments
 (0)
Please sign in to comment.