about summary refs log tree commit diff
path: root/src/lib/test.rs
AgeCommit message (Expand)AuthorLines
2011-07-29Base test concurrency on the number of scheduler threads.Brian Anderson-13/+7
2011-07-29Refactor std::testBrian Anderson-70/+108
2011-07-27Don't stop at first test failureBrian Anderson-11/+14
2011-07-27Print a newline before displaying test outputBrian Anderson-1/+1
2011-07-27Don't allow globals or immutable locals to be passed by mut aliasMarijn Haverbeke-2/+2
2011-07-27Fix damage done by the pretty-printerMarijn Haverbeke-1/+1
2011-07-27Reformat for new syntaxMarijn Haverbeke-167/+153
2011-07-26Run compile tests in a way that's safe in a multithreaded environmentBrian Anderson-6/+23
2011-07-25Run test tasks in parallel according to RUST_THREADS. Issue #734Brian Anderson-31/+78
2011-07-24The Big Test Suite OverhaulBrian Anderson-2/+3
2011-07-22Print a list of test failures in the test summary. Issue #428Brian Anderson-0/+10
2011-07-20Add a huge hack to allow the test runner to continue if a single task leaksBrian Anderson-0/+14
2011-07-20Test runner should fail if any tests fail. Issue #428Brian Anderson-2/+3
2011-07-16Sort tests before running them. Issue #428Brian Anderson-0/+12
2011-07-15Refactor std::testBrian Anderson-16/+8
2011-07-15Run test functions in isolated tasks. Issue #428Brian Anderson-2/+21
2011-07-14Add a flag to run ignored tests. Issue #428Brian Anderson-22/+78
2011-07-14Add a facility for ignoring tests. Issue #428Brian Anderson-17/+52
2011-07-14The test runner's main returns unit, not int. Issue #428Brian Anderson-5/+3
2011-07-12Improve test runner summary message. Issue #428Brian Anderson-2/+8
2011-07-11Support running a subset of tests from the command line. Issue #428Brian Anderson-4/+36
2011-07-11Pass command-line args to the test runner. Issue #428Brian Anderson-1/+1
2011-07-11Actually run tests from the std runner. Issue #428Brian Anderson-1/+48
2011-07-09Generate code to load a crate's tests into the std test runner. Issue #428Brian Anderson-1/+1
2011-07-09Begin adding some test runner types to std. Issue #428Brian Anderson-0/+56