Skip to content

Commit

Permalink
remove FIXME(rust-lang#33435) and remove the spurious failures counte…
Browse files Browse the repository at this point in the history
…r measure
  • Loading branch information
nivkner committed Mar 17, 2018
1 parent 0d8fa82 commit be73a1f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/tools/compiletest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -452,11 +452,6 @@ pub fn run_tests(config: &Config) {
_ => { /* proceed */ }
}

// FIXME(#33435) Avoid spurious failures in codegen-units/partitioning tests.
if let Mode::CodegenUnits = config.mode {
let _ = fs::remove_dir_all("tmp/partitioning-tests");
}

let opts = test_opts(config);
let tests = make_tests(config);
// sadly osx needs some file descriptor limits raised for running tests in
Expand Down

0 comments on commit be73a1f

Please sign in to comment.