summary refs log tree commit diff
path: root/library/test/src/lib.rs
AgeCommit message (Expand)AuthorLines
2023-11-15Bump cfg(bootstrap)sMark Rousskov-2/+2
2023-11-02Add insta-stable std::hash::{DefaultHasher, RandomState} exportsltdk-3/+2
2023-11-02Move RandomState and DefaultHasher into std::hash, but don't export for nowltdk-3/+3
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-0/+2
2023-08-23Bump cfg(bootstrap)Mark Rousskov-1/+1
2023-08-03Add `internal_features` lintNilstrieb-0/+1
2023-07-23fix couple of clippy findings:Matthias Krüger-2/+1
2023-05-26convert benches to tests in subprocess if we're not benchmarkingPietro Albini-2/+17
2023-05-26add StaticBenchAsTestFn and DynBenchAsTestFn to convert benches to testsPietro Albini-18/+4
2023-05-26remove nested function from run_testPietro Albini-63/+47
2023-05-26refactor executing tests to centralize actually invoking testsPietro Albini-41/+28
2023-04-14Rollup merge of #110154 - DaniPopes:library-typos, r=JohnTitorMatthias Krüger-5/+5
2023-04-10Fix typos in libraryDaniPopes-5/+5
2023-04-10Stabilize IsTerminalJosh Triplett-1/+0
2023-03-03Match unmatched backticks in library/est31-1/+1
2023-01-14Remove various double spaces in source comments.André Vennberg-1/+1
2023-01-03Fix a few clippy lints in libtestJoshua Nelson-1/+1
2022-12-19Fix `uninlined_format_args` in libtestnils-3/+2
2022-12-01Create a hacky fail-fast mode that stops tests at the first failureOli Scherer-0/+20
2022-11-04Rollup merge of #103681 - RalfJung:libtest-thread, r=thomccMatthias Krüger-30/+28
2022-10-31Include both benchmarks and tests in the numbers given to `TeFiltered{,Out}`Thom Chiovoloni-2/+5
2022-10-28libtest: run all tests in their own thread, if supported by the hostRalf Jung-30/+28
2022-10-27Do fewer passes and generally be more efficient when filtering testsBen Kimock-25/+62
2022-10-26Print the precondition we violated, and visible through output captureBen Kimock-0/+25
2022-10-24Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726Yuki Okushi-10/+7
2022-10-15Add `IsTerminal` trait to determine if a descriptor or handle is a terminalJosh Triplett-0/+1
2022-10-02Rollup merge of #100451 - hovinen:no-panic-on-result-err-in-test, r=Mark-Simu...Dylan DPC-19/+42
2022-09-27Stabilize bench_black_boxUrgau-1/+0
2022-09-16Do not panic when a test function returns Result::Err.Bradford Hovinen-19/+42
2022-09-01Sort tests at compile time, not at startupBen Kimock-10/+7
2022-06-03Fully stabilize NLLJack Huey-1/+0
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-10Use implicit capture syntax in format_argsT-O-R-U-S-6/+6
2022-02-22Stabilize Termination and ExitCodeJane Lusby-2/+1
2022-01-28Change Termination::report return type to ExitCodeJane Lusby-1/+2
2022-01-07Stabilize `#[feature(available_parallelism)]`Yoshua Wuyts-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-6/+4
2021-11-10Update more rustc/libtest things for wasm64Alex Crichton-2/+2
2021-10-07Rollup merge of #89082 - smoelius:master, r=kennytmJubilee-2/+9
2021-09-29Implement #85440Samuel E. Moelius III-2/+9
2021-09-28Rename `std::thread::available_onccurrency` to `std::thread::available_parall...Yoshua Wuyts-1/+1
2021-07-18Fix compilation errors.Charles Lew-1/+2
2021-06-04rustdoc: link to stable/beta docs consistently in documentationJoshua Nelson-1/+1
2021-05-14Expose `Concurrent` (private type in public i'face)Alan Egerton-1/+1
2021-04-25move core::hint::black_box under its own feature gateRalf Jung-0/+1
2021-03-24libtest: Index tests by a unique TestIdAnders Kaseorg-23/+34
2021-03-14Remove Option::{unwrap_none, expect_none}.Mara Bos-3/+3