Skip to content

Commit d16187c

Browse files
committed
Remove references to ./tmp in-tree
These used to be used by codegen-units tests, but were switched from manually specifying directories to just using `// incremental` in #89101. Remove the old references.
1 parent 0e1a6fb commit d16187c

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ no_llvm_build
4646
/unicode-downloads
4747
/target
4848
/src/tools/x/target
49-
# Generated by compiletest for incremental
50-
/tmp/
5149
# Created by default with `src/ci/docker/run.sh`
5250
/obj/
5351

src/tools/compiletest/src/main.rs

-5
Original file line numberDiff line numberDiff line change
@@ -351,11 +351,6 @@ pub fn opt_str2(maybestr: Option<String>) -> String {
351351
}
352352

353353
pub fn run_tests(config: Config) {
354-
// FIXME(#33435) Avoid spurious failures in codegen-units/partitioning tests.
355-
if let Mode::CodegenUnits = config.mode {
356-
let _ = fs::remove_dir_all("tmp/partitioning-tests");
357-
}
358-
359354
// If we want to collect rustfix coverage information,
360355
// we first make sure that the coverage file does not exist.
361356
// It will be created later on.

0 commit comments

Comments
 (0)