Skip to content

Commit

Permalink
Rollup merge of #106043 - c410-f3r:moar-errors, r=petrochenkov
Browse files Browse the repository at this point in the history
Move tests

r? ``@petrochenkov``

* 6470 is an ancient LLVM compilation bug
* 22375 to typeck because of #23013
  • Loading branch information
Noratrieb authored Dec 23, 2022
2 parents 85d39ba + d4344d2 commit a800051
Show file tree
Hide file tree
Showing 22 changed files with 1 addition and 18 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
17 changes: 0 additions & 17 deletions src/test/ui/issues/issue-6470.rs

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/tools/tidy/src/ui_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use std::path::Path;
const ENTRY_LIMIT: usize = 1000;
// FIXME: The following limits should be reduced eventually.
const ROOT_ENTRY_LIMIT: usize = 939;
const ISSUES_ENTRY_LIMIT: usize = 2040;
const ISSUES_ENTRY_LIMIT: usize = 2020;

fn check_entries(path: &Path, bad: &mut bool) {
for dir in Walk::new(&path.join("test/ui")) {
Expand Down

0 comments on commit a800051

Please sign in to comment.