index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
test.rs
Age
Commit message (
Expand
)
Author
Lines
2011-07-29
Base test concurrency on the number of scheduler threads.
Brian Anderson
-13
/
+7
2011-07-29
Refactor std::test
Brian Anderson
-70
/
+108
2011-07-27
Don't stop at first test failure
Brian Anderson
-11
/
+14
2011-07-27
Print a newline before displaying test output
Brian Anderson
-1
/
+1
2011-07-27
Don't allow globals or immutable locals to be passed by mut alias
Marijn Haverbeke
-2
/
+2
2011-07-27
Fix damage done by the pretty-printer
Marijn Haverbeke
-1
/
+1
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-167
/
+153
2011-07-26
Run compile tests in a way that's safe in a multithreaded environment
Brian Anderson
-6
/
+23
2011-07-25
Run test tasks in parallel according to RUST_THREADS. Issue #734
Brian Anderson
-31
/
+78
2011-07-24
The Big Test Suite Overhaul
Brian Anderson
-2
/
+3
2011-07-22
Print a list of test failures in the test summary. Issue #428
Brian Anderson
-0
/
+10
2011-07-20
Add a huge hack to allow the test runner to continue if a single task leaks
Brian Anderson
-0
/
+14
2011-07-20
Test runner should fail if any tests fail. Issue #428
Brian Anderson
-2
/
+3
2011-07-16
Sort tests before running them. Issue #428
Brian Anderson
-0
/
+12
2011-07-15
Refactor std::test
Brian Anderson
-16
/
+8
2011-07-15
Run test functions in isolated tasks. Issue #428
Brian Anderson
-2
/
+21
2011-07-14
Add a flag to run ignored tests. Issue #428
Brian Anderson
-22
/
+78
2011-07-14
Add a facility for ignoring tests. Issue #428
Brian Anderson
-17
/
+52
2011-07-14
The test runner's main returns unit, not int. Issue #428
Brian Anderson
-5
/
+3
2011-07-12
Improve test runner summary message. Issue #428
Brian Anderson
-2
/
+8
2011-07-11
Support running a subset of tests from the command line. Issue #428
Brian Anderson
-4
/
+36
2011-07-11
Pass command-line args to the test runner. Issue #428
Brian Anderson
-1
/
+1
2011-07-11
Actually run tests from the std runner. Issue #428
Brian Anderson
-1
/
+48
2011-07-09
Generate code to load a crate's tests into the std test runner. Issue #428
Brian Anderson
-1
/
+1
2011-07-09
Begin adding some test runner types to std. Issue #428
Brian Anderson
-0
/
+56
[prev]