Skip to content

Commit

Permalink
Rollup merge of rust-lang#102055 - c410-f3r:moar-errors, r=petrochenkov
Browse files Browse the repository at this point in the history
Move some tests to more reasonable directories

r? `@petrochenkov`
  • Loading branch information
Dylan-DPC authored Oct 9, 2022
2 parents c078410 + d45f6db commit 1381e48
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 173 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 0 additions & 14 deletions src/test/ui/issues/issue-3563-2.rs

This file was deleted.

75 changes: 0 additions & 75 deletions src/test/ui/span/issue-7575.rs

This file was deleted.

82 changes: 0 additions & 82 deletions src/test/ui/span/issue-7575.stderr

This file was deleted.

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 = 968;
const ISSUES_ENTRY_LIMIT: usize = 2147;
const ROOT_ENTRY_LIMIT: usize = 950;
const ISSUES_ENTRY_LIMIT: usize = 2141;

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

0 comments on commit 1381e48

Please sign in to comment.