| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-10-09 | Resolve divergency with master | Igor Aleksanov | -1/+1 | |
| 2019-09-29 | Enhance report-time option | Igor Aleksanov | -5/+120 | |
| 2019-09-28 | Spawn one subprocess per unit test when panic=abort | Tyler Mandry | -8/+8 | |
| 2019-09-26 | Include message on tests that should panic | Kenny Goodin | -2/+2 | |
| 2019-09-21 | libtest: Add --report-time flag to print test execution time | Jakob Schikowski | -6/+40 | |
| 2019-08-27 | Rollup merge of #62600 - emmericp:libtest-add-show-output, r=gnzlbg | Mazdak Farrokhzad | -0/+11 | |
| libtest: add --show-output flag to print stdout of successful tests This pull request adds a new flag `--show-output` for tests to show the output of successful tests. For most formatters this was already supported just not exposed via the CLI (apparently only used by `librustdoc`). I've also added support for this option in the JSON formatter. This kind of fixes https://github.com/rust-lang/rust/issues/54669 which wants `--format json` to work with `--nocapture`, which is... well, impossible. What this issue really calls for is `--show-output` as implemented here. | ||||
| 2019-08-02 | Remove some more `cfg(test)`s | Vadim Petrochenkov | -0/+21 | |
| 2019-08-02 | libtest: Unconfigure tests during normal build | Vadim Petrochenkov | -3/+46 | |
| 2019-07-11 | libtest: add --show-output option | Paul Emmerich | -0/+11 | |
| this new flag enables printing the captured stdout of successful tests utilizing the already existing display_output test runner option | ||||
| 2019-06-16 | Separate libtest module | chansuke | -0/+453 | |
