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

+1-1
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

-3
This file was deleted.

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

-6
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Directory "coverage" supports the tests at prefix ../coverage-*
2+
3+
# Use ./x.py [options] test src/test/run-make/coverage to run all related tests.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Common Makefile include for Rust `run-make/coverage-* tests. Include this
2+
# file with the line:
3+
#
4+
# -include ../coverage/coverage_tools.mk
5+
6+
-include ../../run-make-fulldeps/tools.mk

0 commit comments

Comments
 (0)