rust/src/tools/compiletest
bors d2074cbeec Auto merge of #98817 - the8472:dont-optimize-ui-tests, r=Mark-Simulacrum
Only obey optimize-tests flag on UI tests that are run-pass

stage1 UI tests walltime on my machine:

```
optimize-tests = false, master
25.98s

optimize-tests = true, master
34.69s

optimize-tests = true, patched
28.79s
```

Effects:

- faster UI tests
- llvm asserts get exercised less on build-pass tests
- the difference between opt and nopt builds shrinks a bit
- aux libs don't get optimized since they don't have a pass mode and almost never have explicit compile flags
2022-07-04 12:32:39 +00:00
..
src Auto merge of #98817 - the8472:dont-optimize-ui-tests, r=Mark-Simulacrum 2022-07-04 12:32:39 +00:00
Cargo.toml Upgrade tracing-subscriber 2021-12-22 10:47:36 -06:00