Skip to content

Commit

Permalink
Rollup merge of rust-lang#115154 - olanti-p:move-issues-24-08-2023, r…
Browse files Browse the repository at this point in the history
…=compiler-errors

Move some ui tests to subdirectories

cc rust-lang#73494
issue-2804 -> `macros/` (there's already the minified `issue-2804-2` there)
issue-17431 -> `structs-enums/struct-rec` and new `structs-enums/enum-rec` (original issue pertains to detection of recursive enums and structs)
issue-29181 and issue-66768 - moved according to the classifier tool
  • Loading branch information
weihanglo authored Aug 24, 2023
2 parents 1d52669 + 8216f17 commit d417ae5
Show file tree
Hide file tree
Showing 20 changed files with 2 additions and 2 deletions.
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 @@ -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 = 1891;
const ROOT_ENTRY_LIMIT: usize = 866;
const ISSUES_ENTRY_LIMIT: usize = 1874;
const ROOT_ENTRY_LIMIT: usize = 865;

const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
"rs", // test source files
Expand Down
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.
File renamed without changes.
File renamed without changes.

0 comments on commit d417ae5

Please sign in to comment.