about summary refs log tree commit diff
path: root/library/test
AgeCommit message (Expand)AuthorLines
2021-02-19Rollup merge of #82274 - andersk:test-unwrap, r=Mark-SimulacrumDylan DPC-6/+7
2021-02-19Remove unsafe impl Send for CompletedTest & TestResultTomasz Miąsko-4/+0
2021-02-18libtest: Fix unwrap panic on duplicate TestDesc.Anders Kaseorg-6/+7
2021-02-18Rollup merge of #81546 - hyd-dev:libtest-run-out-of-threads, r=Mark-SimulacrumDylan DPC-1/+12
2021-02-17[libtest] Run the test synchronously when hitting thread limithyd-dev-1/+12
2021-02-09Stabilize str_split_onceJacob Pratt-1/+0
2021-02-08Rollup merge of #81356 - ehuss:libtest-filters, r=m-ou-seMara Bos-22/+34
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-7/+2
2021-01-28Rollup merge of #80868 - johanngan:should-panic-msg-with-expected, r=m-ou-seYuki Okushi-16/+25
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
2021-01-07Update `compiler_builtins` to 0.1.39Yuki Okushi-1/+1
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-19Rollup merge of #79090 - hermitcore:builtins, r=Mark-SimulacrumDylan DPC-0/+2
2020-11-16libary: Forward compiler-builtins "asm" and "mangled-names" featureStefan Lankes-0/+2
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-27Rollup merge of #77703 - Keruspe:system-libunwind, r=Mark-SimulacrumYuki Okushi-0/+1
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-21allow using the system-wide llvm-libunwind as the unwinderMarc-Antoine Perennou-0/+1
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-02Rollup merge of #77389 - jyn514:THE-PAPERCLIP-COMETH, r=Mark-SimulacrumYuki Okushi-10/+8
2020-10-01Fix some clippy issuesJoshua Nelson-10/+8
2020-09-27libary: Forward compiler-builtins "mem" featureJoe Richey-0/+1
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