about summary refs log tree commit diff
path: root/library/test/src/cli.rs
AgeCommit message (Expand)AuthorLines
2023-01-12Allow setting CFG_DISABLE_UNSTABLE_FEATURES to 0Collin Baker-1/+2
2022-12-19Fix `uninlined_format_args` in libtestnils-8/+4
2022-12-01Create a hacky fail-fast mode that stops tests at the first failureOli Scherer-0/+5
2022-10-15Add `IsTerminal` trait to determine if a descriptor or handle is a terminalJosh Triplett-2/+2
2022-07-09Fix binary name in help message for test binariesSmitty-1/+2
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-2/+2
2022-01-30Use `optflag` for `--report-time`Samuel E. Moelius III-11/+3
2021-09-30Check `allow_unstable` before checking environment variablesSamuel E. Moelius III-2/+2
2021-09-29Implement #85440Samuel E. Moelius III-0/+74
2021-04-25feat(libtest): Add JUnit formatterAndrey Cherkashin-4/+10
2021-02-20Add a chapter on the test harness.Eric Huss-8/+2
2021-02-08Rollup merge of #81356 - ehuss:libtest-filters, r=m-ou-seMara Bos-11/+6
2021-01-24libtest: allow multiple filtersEric Huss-11/+6
2020-12-15stabilise --include-ignoredGiles Cope-1/+1
2020-07-27mv std libs to library/mark-0/+431