Skip to content

Commit be73a1f

Browse files
committed
remove FIXME(rust-lang#33435) and remove the spurious failures counter measure
1 parent 0d8fa82 commit be73a1f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/tools/compiletest/src/main.rs

-5
Original file line numberDiff line numberDiff line change
@@ -452,11 +452,6 @@ pub fn run_tests(config: &Config) {
452452
_ => { /* proceed */ }
453453
}
454454

455-
// FIXME(#33435) Avoid spurious failures in codegen-units/partitioning tests.
456-
if let Mode::CodegenUnits = config.mode {
457-
let _ = fs::remove_dir_all("tmp/partitioning-tests");
458-
}
459-
460455
let opts = test_opts(config);
461456
let tests = make_tests(config);
462457
// sadly osx needs some file descriptor limits raised for running tests in

0 commit comments

Comments
 (0)