about summary refs log tree commit diff
path: root/library/test/src/tests.rs
AgeCommit message (Expand)AuthorLines
2025-04-28Remove backticks from `ShouldPanic::YesWithMessage`'s `TrFailedMsg`Lieselotte-3/+3
2025-01-24Remove a bunch of emscripten test ignoresbjorn3-10/+0
2025-01-20test: add `#![warn(unreachable_pub)]`Urgau-14/+14
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+2
2023-12-10remove redundant importssurechen-17/+0
2023-06-13ignore core, alloc and test tests that require unwinding on panic=abortPietro Albini-0/+5
2023-04-28handle cfg(bootstrap)Pietro Albini-100/+0
2023-03-15Implementing "<test_binary> --list --format json" #107307 #49359Partha P. Das-0/+200
2023-01-22Print why a test was ignored if it's the only test specified.Lenko Donchev-0/+1
2022-12-01Create a hacky fail-fast mode that stops tests at the first failureOli Scherer-0/+1
2022-10-28libtest: run all tests in their own thread, if supported by the hostRalf Jung-17/+9
2022-10-24Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726Yuki Okushi-27/+0
2022-09-16Do not panic when a test function returns Result::Err.Bradford Hovinen-22/+68
2022-09-01Sort tests at compile time, not at startupBen Kimock-27/+0
2022-04-05trivial cfg(bootstrap) changesPietro Albini-19/+0
2022-02-25Switch bootstrap cfgsMark Rousskov-38/+0
2022-02-24Include ignore message in libtest outputAntonio Yang-0/+38
2022-02-17Rollup merge of #93479 - smoelius:master, r=yaahcMatthias Krüger-1/+0
2022-01-30Use `optflag` for `--report-time`Samuel E. Moelius III-1/+0
2022-01-28add allow_fail field in TestDesc to pass checkyuhaixin.hx-0/+38
2022-01-28remove allow_fail test flagyuhaixin.hx-20/+0
2022-01-09eplace usages of vec![].into_iter with [].into_iterLucas Kent-1/+1
2021-09-29Add testsSamuel E. Moelius III-25/+92
2021-09-29Implement #85440Samuel E. Moelius III-0/+2
2021-06-28Update to new bootstrap compilerMark Rousskov-38/+0
2021-05-09add bootstrap cfgAliénore Bouttefeux-0/+38
2021-05-03proof of concept add test type on printsAliénore Bouttefeux-0/+38
2021-03-24libtest: Index tests by a unique TestIdAnders Kaseorg-11/+19
2021-02-08Rollup merge of #81356 - ehuss:libtest-filters, r=m-ou-seMara Bos-9/+26
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
2021-02-03Allow/fix non_fmt_panic in tests.Mara Bos-1/+1
2021-01-31Rollup merge of #80053 - gilescope:include-ignore, r=m-ou-seJonas Schievink-6/+1
2021-01-24libtest: allow multiple filtersEric Huss-9/+26
2021-01-10Print failure message on all tests that should panic, but don'tjohanngan-15/+24
2020-12-15stabilise --include-ignoredGiles Cope-6/+1
2020-11-27libtest: Print the total time taken to execute a test suiteJakob Schikowski-0/+1
2020-07-27mv std libs to library/mark-0/+688