about summary refs log tree commit diff
path: root/library/test/src
AgeCommit message (Expand)AuthorLines
2021-01-25libtest: Store pending timeouts in a dequeAnders Kaseorg-18/+27
2021-01-24libtest: Wait for test threads to exit after they report completionAnders Kaseorg-14/+45
2021-01-24libtest: allow multiple filtersEric Huss-22/+34
2021-01-10Print failure message on all tests that should panic, but don'tjohanngan-16/+25
2020-12-15stabilise --include-ignoredGiles Cope-7/+2
2020-12-07Dogfood 'str_split_once()` in the std libEric Arellano-15/+10
2020-11-29Auto merge of #75752 - jakoschiko:test-suite-time, r=m-ou-sebors-11/+54
2020-11-27libtest: Print the total time taken to execute a test suiteJakob Schikowski-11/+54
2020-11-26Fix new 'unnecessary trailing semicolon' warningsAaron Hill-2/+2
2020-11-23Auto merge of #78439 - lzutao:rm-clouldabi, r=Mark-Simulacrumbors-1/+1
2020-11-22Drop support for cloudabi targetsLzu Tao-1/+1
2020-11-22Stabilise `then`varkor-1/+0
2020-11-10Merge set_panic and set_print into set_output_capture.Mara Bos-19/+10
2020-11-10Remove io::LocalOutput and use Arc<Mutex<dyn>> for local streams.Mara Bos-44/+4
2020-11-08Rollup merge of #78065 - tshepang:nits, r=dtolnayMara Bos-11/+7
2020-10-27Auto merge of #78227 - SergioBenitez:test-stdout-threading, r=m-ou-sebors-0/+7
2020-10-23Rollup merge of #77890 - gilescope:welformed-json-output-from-libtest, r=KodrAusYuki Okushi-4/+10
2020-10-22Capture output from threads spawned in testsTyler Mandry-0/+7
2020-10-21make concurrency helper more pleasant to readTshepang Lekhonkhobe-11/+7
2020-10-18Auto merge of #74480 - yoshuawuyts:hardware_threads, r=dtolnaybors-101/+3
2020-10-16Add std::thread::available_concurrencyYoshua Wuyts-101/+3
2020-10-13Replace absolute paths with relative onesest31-2/+2
2020-10-13Fixing escaping to ensure generation of welformed json.Giles Cope-4/+10
2020-10-01Fix some clippy issuesJoshua Nelson-10/+8
2020-09-21Rollup merge of #77009 - est31:dogfood_total_cmp, r=lcnrRalf Jung-17/+2
2020-09-21Dogfood total_cmp in the test crateest31-17/+2
2020-09-21Rollup merge of #76959 - est31:write, r=oli-obkRalf Jung-10/+10
2020-09-20Replace write_fmt with write!est31-10/+10
2020-09-20Use as_nanos in bench.rs and base.rsest31-5/+1
2020-08-23Prefer https link for wikipedia URLsLzu Tao-3/+3
2020-08-08Rollup merge of #75270 - matthiaskrgr:clippy_aug_1, r=Dylan-DPCYuki Okushi-2/+2
2020-08-08fix clippy::needless_return: remove unneeded return statementsMatthias Krüger-2/+2
2020-08-07Prevent `__rust_begin_short_backtrace` frames from being tail-call optimised ...Alan Egerton-1/+4
2020-07-27mv std libs to library/mark-0/+4856