Skip to content

Commit fe15494

Browse files
authored
Rollup merge of #82203 - c410-f3r:tests-tests-tests, r=Dylan-DPC
Move some tests to more reasonable directories - 4 cc #81941
2 parents 135a05c + e7e9371 commit fe15494

File tree

55 files changed

+5
-19
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+5
-19
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/test/ui/emit-artifact-notifications.nll.stderr

-1
This file was deleted.

src/test/ui/emit-artifact-notifications.polonius.stderr

-1
This file was deleted.

src/test/ui/emit-artifact-notifications.stderr

-1
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/test/ui/range_inclusive_gate.rs

-14
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"artifact":"$TEST_BUILD_DIR/rmeta/emit-artifact-notifications.nll/libemit_artifact_notifications.rmeta","emit":"metadata"}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"artifact":"$TEST_BUILD_DIR/rmeta/emit-artifact-notifications.polonius/libemit_artifact_notifications.rmeta","emit":"metadata"}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"artifact":"$TEST_BUILD_DIR/rmeta/emit-artifact-notifications/libemit_artifact_notifications.rmeta","emit":"metadata"}
File renamed without changes.
File renamed without changes.

src/tools/tidy/src/ui_tests.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ use std::path::Path;
77

88
const ENTRY_LIMIT: usize = 1000;
99
// FIXME: The following limits should be reduced eventually.
10-
const ROOT_ENTRY_LIMIT: usize = 1459;
11-
const ISSUES_ENTRY_LIMIT: usize = 2615;
10+
const ROOT_ENTRY_LIMIT: usize = 1418;
11+
const ISSUES_ENTRY_LIMIT: usize = 2582;
1212

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

0 commit comments

Comments
 (0)