Skip to content

Commit

Permalink
Auto merge of rust-lang#96371 - c410-f3r:z-errors, r=petrochenkov
Browse files Browse the repository at this point in the history
Move some tests to more reasonable places

cc rust-lang#73494
r? `@petrochenkov`
  • Loading branch information
bors committed Apr 27, 2022
2 parents bb85bca + b72f6e5 commit 2799141
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 2 deletions.
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.
4 changes: 2 additions & 2 deletions src/tools/tidy/src/ui_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ use std::path::Path;

const ENTRY_LIMIT: usize = 1000;
// FIXME: The following limits should be reduced eventually.
const ROOT_ENTRY_LIMIT: usize = 986;
const ISSUES_ENTRY_LIMIT: usize = 2292;
const ROOT_ENTRY_LIMIT: usize = 980;
const ISSUES_ENTRY_LIMIT: usize = 2278;

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

0 comments on commit 2799141

Please sign in to comment.