about summary refs log tree commit diff
path: root/src/libtest
AgeCommit message (Expand)AuthorLines
2017-02-14enable tools to use test runners programmaticallyOliver Schneider-2/+2
2017-02-12Auto merge of #38945 - battisti:fix_thread_num, r=alexcrichtonbors-0/+2
2017-02-11removed trailing whitespaceAlexander Battisti-1/+1
2017-01-12Auto merge of #38779 - Craig-Macomber:bench, r=alexcrichtonbors-97/+148
2017-01-09Fix for for setting test-threads to 0Alexander Battisti-0/+2
2017-01-02do not run outter part of benchmarks multimple times to fix issue 20142Craig Macomber-97/+148
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-12-15WIP: Cross-compilation for Redox targetJeremy Soller-0/+11
2016-12-14libtest: add --list option to list tests and benchmarksJeremy Fitzhardinge-20/+78
2016-12-05libtest: add --exact to make filter matching exactJeremy Fitzhardinge-2/+90
2016-11-30Update the bootstrap compilerAlex Crichton-1/+0
2016-11-18Warn when a #[should_panic] test has an unexpected messageJosh Driver-13/+30
2016-10-31Changed most vec! invocations to use square bracesiirelu-2/+2
2016-10-22Add Fuchsia supportRaph Levien-1/+2
2016-10-12Stabilise `?`Nick Cameron-1/+1
2016-10-06std: Minor cleanup to libtestAlex Crichton-65/+65
2016-09-30Change the sigs of set_print/set_panic to allow restoring the default objectsBrian Anderson-10/+6
2016-09-30Update libtest for single-threaded emscripten supportBrian Anderson-16/+53
2016-09-30Preliminary wasm32 supportBrian Anderson-2/+2
2016-09-28Auto merge of #36604 - japaric:libtest-skip, r=alexcrichtonbors-0/+10
2016-09-25Haiku: Style, TODO to FIXMEAlexander von Gluck IV-1/+1
2016-09-25Add support for the Haiku operating system on x86 and x86_64 machinesNiels Sascha Reedijk-0/+6
2016-09-20libtest: add a --skip flag to the test runnerJorge Aparicio-0/+10
2016-08-19std: Stabilize APIs for the 1.12 releaseAlex Crichton-1/+0
2016-08-13Auto merge of #35414 - jupp0r:feature/test-threads-flag, r=alexcrichtonbors-4/+23
2016-08-07save an Instant for the timeout instead of a DurationFelix Rath-24/+35
2016-08-07Add --test-threads option to test binariesJupp Müller-4/+23
2016-08-06add warning timeout for tests that run >1minFelix Rath-1/+47
2016-07-12Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}`Tobias Bucher-2/+6
2016-07-03prefer `if let` to match with `None => {}` arm in some placesZack M. Davis-6/+3
2016-06-05run rustfmt on libtest folderSrinivas Reddy Thatiparthy-2/+1
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-0/+2
2016-04-12Remove unused trait importsSeo Sanghyeon-2/+0
2016-04-06avoid "==" in assert! when one of the values is a boolTshepang Lekhonkhobe-1/+1
2016-03-31allow RUST_BACKTRACE=0 to act as if unsetEmanuel Czirai-3/+6
2016-03-22sprinkle feature gates here and thereJorge Aparicio-0/+1
2016-03-22try! -> ?Jorge Aparicio-30/+30
2016-03-15Auto merge of #31887 - SimonSapin:quiet-test, r=alexcrichtonbors-16/+34
2016-03-15Shorter output for `rustc --test` binaries.Simon Sapin-16/+34
2016-03-07mk: Distribute fewer TARGET_CRATESAlex Crichton-5/+1
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-1/+0
2016-02-24Generalize from passing around a single path to the test file to passingNiko Matsakis-1/+6
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+14
2016-02-06Add the asmjs-unknown-emscripten triple. Add cfgs to libs.Brian Anderson-3/+6
2016-02-03Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichtonbors-1/+2
2016-02-02Fixes #31229Dave Huseby-8/+2
2016-01-31Rename sunos to solarisNikita Baksalyar-1/+1
2016-01-31Add Illumos supportNikita Baksalyar-1/+2
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-0/+1
2016-01-19manual fixupsNick Cameron-20/+13