rust/src/test
Eric Holk 8878b128ba More work on word-count.
Updated the MapReduce protocol so that it's correct more often. It's
still not perfect, but the bugs repro less often now.

Also found a race condition in channel sending. The problem is that
send and receive both need to refer to the _unread field in
circular_buffer. For now I just grabbed the port lock to send. We can
probably get around this by using atomics instead.
2011-07-22 18:45:34 -07:00
..
bench More work on word-count. 2011-07-22 18:45:34 -07:00
compile-fail Implement Macro By Example. 2011-07-22 16:53:43 -07:00
run-fail Add xfail-stage3 directives to tests 2011-07-22 10:18:28 -07:00
run-pass More work on word-count. 2011-07-22 18:45:34 -07:00
stdtest Removing error logging from test 2011-07-16 19:56:12 -07:00