about summary refs log tree commit diff
path: root/src/libtest/formatters/mod.rs
AgeCommit message (Collapse)AuthorLines
2020-07-27mv std libs to library/mark-40/+0
2020-03-07Use writeln!(fmt, "word") instead of write!(fmt, "word\n") ↵Matthias Krüger-1/+1
(clippy::write_with_newline)
2019-12-22Format the worldMark Rousskov-9/+6
2019-10-17Make enum usage explicit and fix testsIgor Aleksanov-2/+11
2019-10-17Extract ConsoleTestStateIgor Aleksanov-0/+1
2019-10-17Split libtest into several smaller modulesIgor Aleksanov-1/+1
2019-09-28Spawn one subprocess per unit test when panic=abortTyler Mandry-0/+9
2019-09-21libtest: Add --report-time flag to print test execution timeJakob Schikowski-0/+1
2019-07-12libtest: support display_output in JSON formatterPaul Emmerich-0/+1
2019-04-07Revert "Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbg"Jacob Greenfield-0/+22
This reverts commit 3eb4890dfe6db0279fdd3cda19f9643873ae3db9, reversing changes made to 7a4df3b53da369110984a2b57419c05a53e33b38.
2019-03-19Move libtest out of rust-lang/rustgnzlbg-22/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-01-26libtest: Split-up formatters.rs into smaller modulesGilad Naaman-0/+32
libtest: Split HumanFormatter into {Pretty,Terse} libtest: Fixed padding of benchmarks when not benchmarking libtest: Fixed benchmarks' names not showing in terse-mode libtest: Formatting