about summary refs log tree commit diff
path: root/library/test
AgeCommit message (Expand)AuthorLines
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
2021-06-06Auto merge of #84863 - ABouttefeux:libtest, r=m-ou-sebors-2/+120
2021-06-04rustdoc: link to stable/beta docs consistently in documentationJoshua Nelson-1/+1
2021-05-27Auto merge of #84568 - andoriyu:libtest/junit_formatter, r=yaahcbors-5/+190
2021-05-18change based on reviewAliénore Bouttefeux-17/+17
2021-05-16remove mode for run and ignore testsAliénore Bouttefeux-4/+14
2021-05-14Expose `Concurrent` (private type in public i'face)Alan Egerton-1/+1
2021-05-09add bootstrap cfgAliénore Bouttefeux-3/+49
2021-05-03change based on reviewAliénore Bouttefeux-10/+10
2021-05-03proof of concept add test type on printsAliénore Bouttefeux-2/+64
2021-04-30Better output for junit formatterAndrey Cherkashin-12/+52
2021-04-26Update junit.rsAndrey Cherkashin-1/+1
2021-04-25feat(libtest): Add JUnit formatterAndrey Cherkashin-5/+150
2021-04-25move core::hint::black_box under its own feature gateRalf Jung-2/+10
2021-04-12Auto merge of #82300 - andersk:libtest-id, r=Amanieubors-41/+75
2021-03-27lazily calls some fnsklensy-1/+1
2021-03-24libtest: Index tests by a unique TestIdAnders Kaseorg-41/+75
2021-03-14Remove Option::{unwrap_none, expect_none}.Mara Bos-3/+3
2021-02-28Auto merge of #82350 - ehuss:test-chapter, r=jyn514bors-8/+2
2021-02-26Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-seGuillaume Gomez-1/+0
2021-02-21Rollup merge of #82349 - tmiasko:pretty-test-timeout, r=Mark-SimulacrumYuki Okushi-4/+0
2021-02-20Add a chapter on the test harness.Eric Huss-8/+2
2021-02-21test: Print test name only once on timeoutTomasz Miąsko-4/+0
2021-02-19Rollup merge of #82274 - andersk:test-unwrap, r=Mark-SimulacrumDylan DPC-6/+7
2021-02-19Remove unsafe impl Send for CompletedTest & TestResultTomasz Miąsko-4/+0
2021-02-18libtest: Fix unwrap panic on duplicate TestDesc.Anders Kaseorg-6/+7
2021-02-18Rollup merge of #81546 - hyd-dev:libtest-run-out-of-threads, r=Mark-SimulacrumDylan DPC-1/+12
2021-02-17[libtest] Run the test synchronously when hitting thread limithyd-dev-1/+12
2021-02-09Stabilize str_split_onceJacob Pratt-1/+0
2021-02-08Rollup merge of #81356 - ehuss:libtest-filters, r=m-ou-seMara Bos-22/+34
2021-02-07Auto merge of #81821 - nikic:update-wasm32, r=sanxiynbors-1/+1
2021-02-06Upgrade wasm32 image to Ubuntu 20.04Nikita Popov-1/+1