summary refs log tree commit diff
path: root/library/test
AgeCommit message (Expand)AuthorLines
2022-04-07Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrumbors-51/+12
2022-04-07Rollup merge of #95709 - nnethercote:improve-terse-test-output, r=Dylan-DPCDylan DPC-3/+4
2022-04-06Improve terse test output.Nicholas Nethercote-3/+4
2022-04-05trivial cfg(bootstrap) changesPietro Albini-51/+12
2022-04-04Stabilize total_cmpPyry Kontio-1/+0
2022-03-29Rollup merge of #93840 - yaahc:termination-stabilization-celebration-station,...Dylan DPC-2/+1
2022-03-29Remove unnecessary .as_ref().Mara Bos-1/+1
2022-03-29Refactor after reviewAntonio Yang-22/+14
2022-03-11Show ignore message in console and json outputAntonio Yang-6/+36
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-40/+40
2022-02-25Switch bootstrap cfgsMark Rousskov-40/+0
2022-02-24Include ignore message in libtest outputAntonio Yang-2/+57
2022-02-22Stabilize Termination and ExitCodeJane Lusby-2/+1
2022-02-17Rollup merge of #93479 - smoelius:master, r=yaahcMatthias Krüger-16/+6
2022-02-07Rollup merge of #93416 - name1e5s:chore/remove_allow_fail, r=m-ou-seMara Bos-93/+55
2022-02-03Rollup merge of #93600 - last-partizan:fix-junit-formatter, r=yaahcYuki Okushi-2/+1
2022-02-02fix: Remove extra newlines from junit outputSerg Tereshchenko-2/+1
2022-01-30Use `optflag` for `--report-time`Samuel E. Moelius III-16/+6
2022-01-28Change Termination::report return type to ExitCodeJane Lusby-1/+2
2022-01-28add allow_fail field in TestDesc to pass checkyuhaixin.hx-0/+40
2022-01-28remove allow_fail test flagyuhaixin.hx-93/+15
2022-01-09eplace usages of vec![].into_iter with [].into_iterLucas Kent-1/+1
2022-01-08Auto merge of #92068 - fee1-dead:libcore2021, r=m-ou-sebors-1/+1
2022-01-07Stabilize `#[feature(available_parallelism)]`Yoshua Wuyts-1/+0
2021-12-29Remove unused allow deprecatedbjorn3-1/+0
2021-12-29Remove unused feature gates from libtestbjorn3-3/+0
2021-12-29Remove #![crate_name] attribute from libtestbjorn3-5/+0
2021-12-29Replace TDynBenchFn with Fn(&mut Bencher)bjorn3-12/+5
2021-12-23Switch all libraries to the 2021 editionDeadbeef-1/+1
2021-11-10Update more rustc/libtest things for wasm64Alex Crichton-3/+3
2021-11-04clippy::perf fixesMatthias Krüger-2/+2
2021-10-07Rollup merge of #89082 - smoelius:master, r=kennytmJubilee-39/+276
2021-10-06Rollup merge of #89324 - yoshuawuyts:hardware-parallelism, r=m-ou-seManish Goregaokar-2/+2
2021-09-30Check `allow_unstable` before checking environment variablesSamuel E. Moelius III-2/+2
2021-09-29Add testsSamuel E. Moelius III-25/+92
2021-09-29Implement #85440Samuel E. Moelius III-14/+184
2021-09-28Rollup merge of #89235 - yaahc:junit-formatting, r=kennytmGuillaume Gomez-1/+4
2021-09-28Rename `std::thread::available_onccurrency` to `std::thread::available_parall...Yoshua Wuyts-2/+2
2021-09-27Apply suggestions from code reviewJane Lusby-2/+2
2021-09-25Expose the std_detect env_override featureLuca Barbato-0/+1
2021-09-24make junit output more consistent with default formatJane Lusby-1/+4
2021-09-11don't clone types that are Copy (clippy::clone_on_copy)Matthias Krüger-1/+1
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-0/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-07-18Remove unused stuff and switch to pub(crate) whenever possible.Charles Lew-299/+58
2021-07-18Fix compilation errors.Charles Lew-30/+13
2021-07-18Move `library/term/src` to `library/test/src/term/`.Charles Lew-1/+1788
2021-06-28Update to new bootstrap compilerMark Rousskov-46/+0
2021-06-23Use HTTPS links where possibleSmitty-1/+1
2021-06-17Use as_secs_f64 in JunitFormatterDeadbeef-4/+4