about summary refs log tree commit diff
path: root/src/test/stdtest/test.rs
AgeCommit message (Expand)AuthorLines
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