about summary refs log tree commit diff
path: root/library/test/src
AgeCommit message (Expand)AuthorLines
2022-10-28libtest: run all tests in their own thread, if supported by the hostRalf Jung-54/+37
2022-10-27Do fewer passes and generally be more efficient when filtering testsBen Kimock-29/+66
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-38/+8
2022-10-21WinConsole::new is not actually fallibleRalf Jung-5/+4
2022-10-15Add `IsTerminal` trait to determine if a descriptor or handle is a terminalJosh Triplett-35/+3
2022-10-02Rollup merge of #100451 - hovinen:no-panic-on-result-err-in-test, r=Mark-Simu...Dylan DPC-58/+129
2022-09-27Stabilize bench_black_boxUrgau-1/+0
2022-09-16Do not panic when a test function returns Result::Err.Bradford Hovinen-58/+129
2022-09-11Fix naming format of IEEE 754 standardLingMan-1/+1
2022-09-01Sort tests at compile time, not at startupBen Kimock-38/+8
2022-08-07test: skip terminfo parsing in MiriRalf Jung-0/+20
2022-07-22Lock stdout once when listing testsBen Kimock-1/+1
2022-07-09Fix binary name in help message for test binariesSmitty-1/+2
2022-06-03Fully stabilize NLLJack Huey-1/+0
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-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-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-28Rename `std::thread::available_onccurrency` to `std::thread::available_parall...Yoshua Wuyts-2/+2