mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
Move most ui-fulldeps tests to ui
They pass fine. Only tests that required `extern crate rustc_*` or were marked `ignore-stage1` have been keep in fulldeps.
This commit is contained in:
parent
9693b178fc
commit
2ffb0de8cf
@ -9,7 +9,7 @@ use std::path::{Path, PathBuf};
|
||||
|
||||
// FIXME: The following limits should be reduced eventually.
|
||||
const ENTRY_LIMIT: usize = 885;
|
||||
const ROOT_ENTRY_LIMIT: usize = 880;
|
||||
const ROOT_ENTRY_LIMIT: usize = 891;
|
||||
const ISSUES_ENTRY_LIMIT: usize = 1978;
|
||||
|
||||
fn check_entries(tests_path: &Path, bad: &mut bool) {
|
||||
|
Loading…
Reference in New Issue
Block a user