about summary refs log tree commit diff
path: root/src/libtest/lib.rs
AgeCommit message (Expand)AuthorLines
2020-03-26Rename asm! to llvm_asm!Amanieu d'Antras-1/+0
2020-03-05Don't always eval arguments inside .expect(), use unwrap_or_else and closure....Matthias Krüger-1/+1
2020-03-05Const items have by default a static lifetime, there's no need to annotate it...Matthias Krüger-1/+1
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-06Respect --nocapture in panic=abort test modeTyler Mandry-9/+17
2020-01-17Rollup merge of #68301 - tmandry:dont-propagate-test-invoke, r=alexcrichtonDylan DPC-1/+2
2020-01-16Don't propagate __RUST_TEST_INVOKE to subprocessTyler Mandry-1/+2
2020-01-16don't clone types that are copyMatthias Krüger-3/+1
2020-01-15remove redundant clones, found by clippyMatthias Krüger-2/+2
2019-12-22Format the worldMark Rousskov-82/+53
2019-12-06Use `Instant::now` lazilyvarkor-2/+2
2019-12-06Rename to `then_some` and `then`varkor-2/+2
2019-12-06Use `to_option` in various placesvarkor-10/+3
2019-11-15Add --force-run-in-process unstable libtest optionTyler Mandry-1/+1
2019-10-25Re-enable Emscripten's exception handling supportThomas Lively-2/+2
2019-10-23Public some types for compiletest_rsLzu Tao-3/+4
2019-10-18Add public re-exports for benchesIgor Aleksanov-1/+2
2019-10-17Improve code styleIgor Aleksanov-4/+8
2019-10-17Make enum usage explicit and fix testsIgor Aleksanov-94/+90
2019-10-17Extract ConsoleTestStateIgor Aleksanov-282/+6
2019-10-17Split libtest into several smaller modulesIgor Aleksanov-1375/+42
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-3/+3
2019-10-12Auto merge of #64873 - popzxc:prettify-test-time, r=wesleywiserbors-60/+378
2019-10-09Follow the styling guideIgor Aleksanov-2/+10
2019-10-09Make interface of the feature more convenientIgor Aleksanov-5/+19
2019-10-09Resolve divergency with masterIgor Aleksanov-25/+53
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-3/+3
2019-10-04Fix ABI, run and fix more tests, re-enable CI for PRsThomas Lively-3/+3
2019-10-02Remove rustdoc warningGuillaume Gomez-1/+1
2019-09-29libtest: encapsulate time-related logic and avoid unnecessary allocationsIgor Aleksanov-19/+39
2019-09-29Enhance report-time optionIgor Aleksanov-38/+286
2019-09-28Spawn one subprocess per unit test when panic=abortTyler Mandry-90/+274
2019-09-26Include message on tests that should panicKenny Goodin-0/+1
2019-09-22libtest: Make --report-time an unstable optionJakob Schikowski-1/+7
2019-09-21libtest: Add --report-time flag to print test execution timeJakob Schikowski-24/+77
2019-08-27Rollup merge of #62600 - emmericp:libtest-add-show-output, r=gnzlbgMazdak Farrokhzad-6/+12
2019-08-21revert num_cpus changenewpavlov-1/+6
2019-08-21fix num_cpusArtyom Pavlov-7/+2
2019-08-21fix libtestArtyom Pavlov-2/+1
2019-08-02Remove some more `cfg(test)`sVadim Petrochenkov-22/+0
2019-08-02libtest: Unconfigure tests during normal buildVadim Petrochenkov-59/+15
2019-07-31Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]`Vadim Petrochenkov-1/+1
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-1/+0
2019-07-16Add supporting for vxWorksBaoshan Pang-0/+6
2019-07-12libtest: support display_output in JSON formatterPaul Emmerich-1/+1
2019-07-11libtest: add --show-output optionPaul Emmerich-5/+11
2019-06-16Separate libtest modulechansuke-455/+1
2019-05-30Make "panic did not include expected string" message consistentvarkor-2/+2
2019-05-24Use FnOnce instead of FnBox in libtestSimon Sapin-4/+2
2019-05-20Rollup merge of #60895 - chandde:master, r=alexcrichtonMazdak Farrokhzad-4/+5