Skip to content

Commit

Permalink
Rollup merge of rust-lang#82203 - c410-f3r:tests-tests-tests, r=Dylan…
Browse files Browse the repository at this point in the history
…-DPC

Move some tests to more reasonable directories - 4

cc rust-lang#81941
  • Loading branch information
JohnTitor committed Feb 18, 2021
2 parents 135a05c + e7e9371 commit fe15494
Show file tree
Hide file tree
Showing 55 changed files with 5 additions and 19 deletions.
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.
1 change: 0 additions & 1 deletion src/test/ui/emit-artifact-notifications.nll.stderr

This file was deleted.

1 change: 0 additions & 1 deletion src/test/ui/emit-artifact-notifications.polonius.stderr

This file was deleted.

1 change: 0 additions & 1 deletion src/test/ui/emit-artifact-notifications.stderr

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.
14 changes: 0 additions & 14 deletions src/test/ui/range_inclusive_gate.rs

This file was deleted.

1 change: 1 addition & 0 deletions src/test/ui/rmeta/emit-artifact-notifications.nll.stderr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"artifact":"$TEST_BUILD_DIR/rmeta/emit-artifact-notifications.nll/libemit_artifact_notifications.rmeta","emit":"metadata"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"artifact":"$TEST_BUILD_DIR/rmeta/emit-artifact-notifications.polonius/libemit_artifact_notifications.rmeta","emit":"metadata"}
File renamed without changes.
1 change: 1 addition & 0 deletions src/test/ui/rmeta/emit-artifact-notifications.stderr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"artifact":"$TEST_BUILD_DIR/rmeta/emit-artifact-notifications/libemit_artifact_notifications.rmeta","emit":"metadata"}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 = 1459;
const ISSUES_ENTRY_LIMIT: usize = 2615;
const ROOT_ENTRY_LIMIT: usize = 1418;
const ISSUES_ENTRY_LIMIT: usize = 2582;

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

0 comments on commit fe15494

Please sign in to comment.