Rollup merge of #111558 - c410-f3r:t3st3ss, r=WaffleLapkin
Move tests r? `@petrochenkov`
This commit is contained in:
commit
9e47e90071
src/tools/tidy/src
tests/ui
async-await
coercion
consts
enum-discriminant
extern
for-loop-while
pattern
structs-enums
issue-3008-1.rsissue-3008-1.stderrissue-3008-2.rsissue-3008-2.stderrissue-3008-3.rsissue-3008-3.stderr
typeck
where-clauses
@ -10,8 +10,8 @@ use std::path::{Path, PathBuf};
|
||||
|
||||
const ENTRY_LIMIT: usize = 900;
|
||||
// FIXME: The following limits should be reduced eventually.
|
||||
const ISSUES_ENTRY_LIMIT: usize = 1920;
|
||||
const ROOT_ENTRY_LIMIT: usize = 896;
|
||||
const ISSUES_ENTRY_LIMIT: usize = 1898;
|
||||
const ROOT_ENTRY_LIMIT: usize = 894;
|
||||
|
||||
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
|
||||
"rs", // test source files
|
||||
|
Loading…
x
Reference in New Issue
Block a user