about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/Linker.cpp
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-11-07 01:02:16 +0900
committerGitHub <noreply@github.com>2020-11-07 01:02:16 +0900
commit3f5723c6c59d902987bf19cba51a71ce87df1b26 (patch)
treebf3411fb0fdc6963741194f89e02d30bcc1d3960 /compiler/rustc_llvm/llvm-wrapper/Linker.cpp
parent7931b2454dc8de91285e9a2469acfc939b369787 (diff)
parentf289a8762837a6b4e5603278c0098ec327ec449e (diff)
downloadrust-3f5723c6c59d902987bf19cba51a71ce87df1b26.tar.gz
rust-3f5723c6c59d902987bf19cba51a71ce87df1b26.zip
Rollup merge of #78705 - Mark-Simulacrum:nicer-failure-compiletest, r=jyn514
Print a summary of which test suite failed

Especially on CI, where cross-compiling is common and single builder may end up
with multiple hosts and multiple targets, it can be annoying to scroll back to
the nearest start of test marker. This prints out a summary of the test suite
being run directly in compiletest.

For example, on a mir-opt failure, this would show something like this:

```
failures:
    [mir-opt] mir-opt/while-storage.rs

test result: FAILED. 140 passed; 1 failed; 2 ignored; 0 measured; 0 filtered out

Some tests failed in compiletest suite=mir-opt mode=mir-opt host=x86_64-unknown-linux-gnu target=x86_64-unknown-linux-gnu
```

Fixes #78517
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/Linker.cpp')
0 files changed, 0 insertions, 0 deletions