Rollup merge of #96849 - c410-f3r:z-errors, r=petrochenkov

Move some tests to more reasonable places

cc https://github.com/rust-lang/rust/issues/73494
r? `@petrochenkov`
This commit is contained in:
Yuki Okushi 2022-05-11 00:09:33 +09:00 committed by GitHub
commit ac97727528
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 2 additions and 2 deletions

View file

@ -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 = 977;
const ISSUES_ENTRY_LIMIT: usize = 2278;
const ROOT_ENTRY_LIMIT: usize = 974;
const ISSUES_ENTRY_LIMIT: usize = 2248;
fn check_entries(path: &Path, bad: &mut bool) {
let dirs = walkdir::WalkDir::new(&path.join("test/ui"))