Revert "remove FIXME(#33435) and remove the spurious failures counter measure"
This reverts commit be73a1f963
.
This commit is contained in:
parent
d5b55c1159
commit
66d120cd26
@ -452,6 +452,11 @@ pub fn run_tests(config: &Config) {
|
|||||||
_ => { /* proceed */ }
|
_ => { /* 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 opts = test_opts(config);
|
||||||
let tests = make_tests(config);
|
let tests = make_tests(config);
|
||||||
// sadly osx needs some file descriptor limits raised for running tests in
|
// sadly osx needs some file descriptor limits raised for running tests in
|
||||||
|
Loading…
Reference in New Issue
Block a user