Skip to content

Commit b755501

Browse files
committed
Auto merge of #56444 - petrochenkov:uifull, r=davidtwco
Move compile-fail-fulldeps tests to UI cc #53353 r? @davidtwco
2 parents 850fc6a + 44fe586 commit b755501

File tree

134 files changed

+1110
-173
lines changed

Some content is hidden

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

134 files changed

+1110
-173
lines changed

src/bootstrap/builder.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ impl<'a> Builder<'a> {
389389
test::UiFullDeps,
390390
test::RunPassFullDeps,
391391
test::RunFailFullDeps,
392-
test::CompileFailFullDeps,
393392
test::Rustdoc,
394393
test::Pretty,
395394
test::RunPassPretty,

src/bootstrap/test.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -832,12 +832,6 @@ host_test!(RunFailFullDeps {
832832
suite: "run-fail-fulldeps"
833833
});
834834

835-
host_test!(CompileFailFullDeps {
836-
path: "src/test/compile-fail-fulldeps",
837-
mode: "compile-fail",
838-
suite: "compile-fail-fulldeps"
839-
});
840-
841835
host_test!(Rustdoc {
842836
path: "src/test/rustdoc",
843837
mode: "rustdoc",

src/test/compile-fail-fulldeps/auxiliary/lint_group_plugin_test.rs

Lines changed: 0 additions & 51 deletions
This file was deleted.

src/test/compile-fail-fulldeps/auxiliary/lint_plugin_test.rs

Lines changed: 0 additions & 48 deletions
This file was deleted.

src/test/compile-fail-fulldeps/auxiliary/macro_reexport_1.rs

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/test/compile-fail/proc-macro/auxiliary/derive-clona.rs

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/test/compile-fail/proc-macro/auxiliary/derive-foo.rs

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)