about summary refs log tree commit diff
path: root/library/test/src
AgeCommit message (Expand)AuthorLines
2024-03-12Remove unused fields in some structuresArthur Carcano-8/+1
2024-03-11libtest: Print timing information on WASIAlex Crichton-3/+4
2024-03-07Rust is a proper name: rust → RustRalf Jung-2/+2
2024-03-04libtest: Print the names of failed tests eagerlyjyn-7/+28
2024-02-22Use generic `NonZero` everywhere else.Markus Reiter-2/+3
2024-01-30Actually abort in panic-abort-testsTyler Mandry-41/+31
2024-01-22rustc: implement support for `riscv32im_risc0_zkvm_elf`Erik Kaneda-2/+3
2024-01-12Auto merge of #118548 - Enselic:bench-padding, r=thomcc,ChrisDentonbors-14/+8
2023-12-10remove redundant importssurechen-19/+0
2023-12-07libtest: Fix padding of benchmarks run as testsMartin Nordholts-14/+8
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-5/+4
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-0/+2
2023-08-23Bump cfg(bootstrap)Mark Rousskov-1/+1
2023-08-09Rollup merge of #114377 - Enselic:test_get_dbpath_for_term-utf-8, r=thomccMatthias Krüger-7/+5
2023-08-03Add `internal_features` lintNilstrieb-0/+1
2023-08-02test_get_dbpath_for_term(): handle non-utf8 pathsMartin Nordholts-6/+4
2023-08-02test_get_dbpath_for_term(): Use assert_eq!()Martin Nordholts-3/+3
2023-07-31Rollup merge of #113717 - cuishuang:master, r=NilstriebMatthias Krüger-1/+1
2023-07-31remove repetitive wordscui fliter-1/+1
2023-07-23Auto merge of #113975 - matthiaskrgr:clippy_07_2023, r=fee1-deadbors-2/+1
2023-07-23fix couple of clippy findings:Matthias Krüger-2/+1
2023-07-23match on chars instead of &strs for .split() or .strip_prefix()Matthias Krüger-1/+1
2023-07-01Auto merge of #111992 - ferrocene:pa-panic-abort-tests-bench, r=m-ou-sebors-118/+170
2023-06-13ignore core, alloc and test tests that require unwinding on panic=abortPietro Albini-0/+5
2023-05-27Auto merge of #111348 - ozkanonur:remove-hardcoded-rustdoc-flags, r=albertlar...bors-2/+4
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-19/+23
2023-05-26remove nested function from run_testPietro Albini-63/+47
2023-05-26refactor executing tests to centralize actually invoking testsPietro Albini-41/+90
2023-05-24libtest: Improve error when missing `-Zunstable-options`jyn-2/+2
2023-05-20derive `Default` trait for `compiletest::common::Config`ozkanonur-2/+4
2023-05-04Rollup merge of #110651 - durin42:xunit-stdout, r=cuviperMatthias Krüger-5/+35
2023-05-01Ensure test library issues json string line-by-lineRaoul Strackx-70/+62
2023-04-28junit: fix typo in comment and don't include output for passes when not reque...Augie Fackler-2/+2
2023-04-28handle cfg(bootstrap)Pietro Albini-121/+0
2023-04-21junit: also include per-case stdout in xmlAugie Fackler-5/+35
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-15Implementing "<test_binary> --list --format json" #107307 #49359Partha P. Das-31/+377
2023-03-03Match unmatched backticks in library/est31-1/+1
2023-01-29Rollup merge of #106769 - lenko-d:libtest-print_why_a_test_was_ignored_if_its...Matthias Krüger-1/+16
2023-01-25Rollup merge of #106767 - chbaker0:disable-unstable-features, r=Mark-SimulacrumDylan DPC-1/+2
2023-01-22Print why a test was ignored if it's the only test specified.Lenko Donchev-1/+16
2023-01-14Remove various double spaces in source comments.André Vennberg-2/+2
2023-01-12Allow setting CFG_DISABLE_UNSTABLE_FEATURES to 0Collin Baker-1/+2
2023-01-03Fix a few clippy lints in libtestJoshua Nelson-51/+51
2022-12-19Fix `uninlined_format_args` in libtestnils-24/+15