about summary refs log tree commit diff
path: root/src/test/stdtest/test.rs
AgeCommit message (Expand)AuthorLines
2012-01-17libstd: Move std tests into libstdBrian Anderson-119/+0
2012-01-13distinguish "any closure" and "stack closure" (block)Niko Matsakis-3/+3
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-4/+6
2011-11-17remove compile-command from local variable blocksNiko Matsakis-1/+0
2011-11-01Ignore another test involving failure on windowsBrian Anderson-0/+1
2011-11-01Add should_fail annotation for unit testsMatt Brubeck-5/+22
2011-10-20Restore broken tests in stdtest::testBrian Anderson-9/+6
2011-10-20Convert the test runners to typesafe spawnBrian Anderson-4/+4
2011-09-02Reformat. Issue #855Brian Anderson-24/+22
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-2/+2
2011-09-01Convert std::test to istrs. Issue #855Brian Anderson-21/+23
2011-08-30Add a precondition on vec::zipTim Chevalier-0/+1
2011-08-20ReformatBrian Anderson-22/+20
2011-08-16Rename std::ivec to std::vecBrian Anderson-5/+5
2011-08-16Clean up zip and unzip in std::ivecMarijn Haverbeke-2/+2
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-2/+2
2011-08-12Don't rely on binop autoderef in the compiler.Michael Sullivan-1/+1
2011-07-27Reformat for new syntaxMarijn Haverbeke-73/+57
2011-07-26Run compile tests in a way that's safe in a multithreaded environmentBrian Anderson-2/+2
2011-07-26Remove uses of tuples from the test suiteMarijn Haverbeke-1/+1
2011-07-25Run test tasks in parallel according to RUST_THREADS. Issue #734Brian Anderson-1/+1
2011-07-16Removing error logging from testBrian Anderson-1/+0
2011-07-16Sort tests before running them. Issue #428Brian Anderson-0/+45
2011-07-16Remove unused variable from test testsBrian Anderson-1/+1
2011-07-14Add a flag to run ignored tests. Issue #428Brian Anderson-0/+40
2011-07-14Add a facility for ignoring tests. Issue #428Brian Anderson-0/+36