rust/library/test/src
Matthias Krüger d855121a44
Rollup merge of #93479 - smoelius:master, r=yaahc
Use `optflag` for `--report-time`

Essentially, what is described here:
https://github.com/rust-lang/rust/issues/64888#issuecomment-1008047228

There is one difference. The comment proposes to add a
`--report-time-color` option. This change instead uses libtest's
existing `--color` option for that purpose.
2022-02-17 06:29:59 +01:00
..
formatters Rollup merge of #93479 - smoelius:master, r=yaahc 2022-02-17 06:29:59 +01:00
helpers Rollup merge of #89082 - smoelius:master, r=kennytm 2021-10-07 20:26:12 -07:00
stats mv std libs to library/ 2020-07-27 19:51:13 -05:00
term Ignore automatically derived impls of Clone and Debug in dead code analysis 2021-09-09 19:49:07 +02:00
bench.rs move core::hint::black_box under its own feature gate 2021-04-25 11:08:12 +02:00
cli.rs Use optflag for --report-time 2022-01-30 10:25:40 -05:00
console.rs remove allow_fail test flag 2022-01-28 18:31:49 +08:00
event.rs Implement #85440 2021-09-29 21:51:46 -04:00
lib.rs Change Termination::report return type to ExitCode 2022-01-28 12:53:36 -08:00
options.rs feat(libtest): Add JUnit formatter 2021-04-25 15:51:50 -07:00
stats.rs Remove unused allow deprecated 2021-12-29 18:06:01 +01:00
term.rs Remove unused stuff and switch to pub(crate) whenever possible. 2021-07-18 22:00:41 +08:00
test_result.rs remove allow_fail test flag 2022-01-28 18:31:49 +08:00
tests.rs Rollup merge of #93479 - smoelius:master, r=yaahc 2022-02-17 06:29:59 +01:00
time.rs Use optflag for --report-time 2022-01-30 10:25:40 -05:00
types.rs add allow_fail field in TestDesc to pass check 2022-01-28 19:40:49 +08:00