rust/src/test/stdtest
Brian Anderson bcb5c4d54f Run compile tests in a way that's safe in a multithreaded environment
In theory. There's still something leaking but I hope it's no longer due to
the test runner doing unsafe things.

This is a pretty nasty patch, working around limitations in the type and task
systems, and it makes the std::test API a little uglier.
2011-07-26 18:39:55 -07:00
..
bitv.rs The Big Test Suite Overhaul 2011-07-24 15:34:34 -07:00
box.rs The Big Test Suite Overhaul 2011-07-24 15:34:34 -07:00
deque.rs The Big Test Suite Overhaul 2011-07-24 15:34:34 -07:00
either.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
fs.rs The Big Test Suite Overhaul 2011-07-24 15:34:34 -07:00
getopts.rs The Big Test Suite Overhaul 2011-07-24 15:34:34 -07:00
int.rs The Big Test Suite Overhaul 2011-07-24 15:34:34 -07:00
io.rs The Big Test Suite Overhaul 2011-07-24 15:34:34 -07:00
ivec.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
list.rs The Big Test Suite Overhaul 2011-07-24 15:34:34 -07:00
map.rs The Big Test Suite Overhaul 2011-07-24 15:34:34 -07:00
option.rs The Big Test Suite Overhaul 2011-07-24 15:34:34 -07:00
os.rs Make the setenv tests threadsafe(ish) 2011-07-26 17:47:36 -07:00
path.rs The Big Test Suite Overhaul 2011-07-24 15:34:34 -07:00
ptr.rs The Big Test Suite Overhaul 2011-07-24 15:34:34 -07:00
qsort.rs Remove uses of tuples from the test suite 2011-07-26 14:49:40 +02:00
qsort3.rs The Big Test Suite Overhaul 2011-07-24 15:34:34 -07:00
rand.rs The Big Test Suite Overhaul 2011-07-24 15:34:34 -07:00
run.rs The Big Test Suite Overhaul 2011-07-24 15:34:34 -07:00
sha1.rs The Big Test Suite Overhaul 2011-07-24 15:34:34 -07:00
sort.rs The Big Test Suite Overhaul 2011-07-24 15:34:34 -07:00
sort_ivec.rs The Big Test Suite Overhaul 2011-07-24 15:34:34 -07:00
stdtest.rc The Big Test Suite Overhaul 2011-07-24 15:34:34 -07:00
str.rs The Big Test Suite Overhaul 2011-07-24 15:34:34 -07:00
str_buf.rs The Big Test Suite Overhaul 2011-07-24 15:34:34 -07:00
task.rs Add task::send and task::recv 2011-07-24 16:18:31 -07:00
test.rs Run compile tests in a way that's safe in a multithreaded environment 2011-07-26 18:39:55 -07:00
uint.rs The Big Test Suite Overhaul 2011-07-24 15:34:34 -07:00
vec.rs The Big Test Suite Overhaul 2011-07-24 15:34:34 -07:00
vec_str_conversions.rs The Big Test Suite Overhaul 2011-07-24 15:34:34 -07:00