Skip to content

Commit 3fca198

Browse files
committed
Move coverage tests from run-make-fulldeps to run-make
Fixes: rust-lang#83830
1 parent 0b0d293 commit 3fca198

File tree

92 files changed

+10
-10
lines changed

Some content is hidden

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

92 files changed

+10
-10
lines changed

src/bootstrap/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ note: if you're sure you want to do this, please open an issue as to why. In the
11971197
.arg(builder.ensure(tool::JsonDocCk { compiler: json_compiler, target }));
11981198
}
11991199

1200-
if mode == "run-make" && suite.ends_with("fulldeps") {
1200+
if mode == "run-make" && !suite.ends_with("fulldeps") {
12011201
let rust_demangler = builder
12021202
.ensure(tool::RustDemangler { compiler, target, extra_features: Vec::new() })
12031203
.expect("in-tree tool");

src/test/run-make-fulldeps/coverage/compiletest-ignore-dir

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

src/test/run-make-fulldeps/coverage/coverage_tools.mk

Lines changed: 0 additions & 6 deletions
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.

0 commit comments

Comments
 (0)