Skip to content

Commit 8ac3d7b

Browse files
authored
Rollup merge of rust-lang#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 rust-lang#73494 r? `@petrochenkov`
2 parents 0bb6f0c + b7b0291 commit 8ac3d7b

10 files changed

+1
-27
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: src/test/ui/estr-subtyping.rs

-15
This file was deleted.

Diff for: src/test/ui/estr-subtyping.stderr

-11
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: src/tools/tidy/src/ui_tests.rs

+1-1
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)