summary refs log tree commit diff
path: root/src/libtest
AgeCommit message (Expand)AuthorLines
2017-10-05Remove nacl from libtestest31-4/+2
2017-08-27Platform gate libc in libtestTatsuyuki Ishi-1/+2
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-2/+3
2017-08-20Make sure crates not opting in to staged_api don't use staged_apiRalf Jung-0/+1
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-19/+19
2017-07-13Reduce the usage of features in compiletest and libtestOliver Schneider-2/+0
2017-06-25only show allowed failure count if there are allowed failuresPaul Woolcock-3/+13
2017-06-24fix some tests i missedPaul Woolcock-0/+13
2017-06-24Shorten some lines so this can pass the tidy checksPaul Woolcock-8/+10
2017-06-24add `allow_fail` test attributePaul Woolcock-3/+20
2017-06-20Switch to the crates.io `getopts` crateAlex Crichton-25/+26
2017-06-15Update older URLs pointing to the first edition of the BookWonwoo Choi-1/+1
2017-05-11Number of filtered out tests in tests summaryMike Lubinets-2/+13
2017-05-09Don't show the std frames before user code on unwinding.Yamakaky-5/+21
2017-05-05Add Options type in libtest and remove argumentGuillaume Gomez-13/+32
2017-05-02Add option to display warnings in rustdocGuillaume Gomez-3/+46
2017-04-04Fix linkssteveklabnik-2/+4
2017-02-27fix typoking6cong-2/+2
2017-02-14make more types publicOliver Schneider-1/+1
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