diff options
| author | Niv Kaminer <nivkner@zoho.com> | 2018-03-17 02:19:01 +0200 |
|---|---|---|
| committer | Niv Kaminer <nivkner@zoho.com> | 2018-03-17 20:25:07 +0200 |
| commit | be73a1f963e7830de2dbfbea6b362673ab7e6ded (patch) | |
| tree | 1b08c216c22529e22c713f98c711b772b5f2d36a /src/tools/compiletest | |
| parent | 0d8fa82eab070481d7ac82da4735dd651dfa9a00 (diff) | |
| download | rust-be73a1f963e7830de2dbfbea6b362673ab7e6ded.tar.gz rust-be73a1f963e7830de2dbfbea6b362673ab7e6ded.zip | |
remove FIXME(#33435) and remove the spurious failures counter measure
Diffstat (limited to 'src/tools/compiletest')
| -rw-r--r-- | src/tools/compiletest/src/main.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tools/compiletest/src/main.rs b/src/tools/compiletest/src/main.rs index e65c03a6e57..cf87062f6be 100644 --- a/src/tools/compiletest/src/main.rs +++ b/src/tools/compiletest/src/main.rs @@ -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 |
