Rollup merge of #111021 - c410-f3r:dqewdas, r=petrochenkov
Move some tests r? ``@petrochenkov``
This commit is contained in:
commit
985ea22489
34 changed files with 1 additions and 18 deletions
|
|
@ -9,7 +9,7 @@ use std::path::{Path, PathBuf};
|
|||
|
||||
const ENTRY_LIMIT: usize = 900;
|
||||
// FIXME: The following limits should be reduced eventually.
|
||||
const ISSUES_ENTRY_LIMIT: usize = 1953;
|
||||
const ISSUES_ENTRY_LIMIT: usize = 1920;
|
||||
const ROOT_ENTRY_LIMIT: usize = 895;
|
||||
|
||||
fn check_entries(tests_path: &Path, bad: &mut bool) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue