rust/src/libstd/comm
Alex Crichton b5ef3afd50 std: Ignore a flaky std::comm test
This test relies on the parent to be descheduled before the child sends its
data. This has proved to be unreliable on libnative on the bots. It's a fairly
trivial test regardless, so ignoring it for now won't lose much.
2014-04-06 00:41:25 -07:00
..
mod.rs std: Ignore a flaky std::comm test 2014-04-06 00:41:25 -07:00
oneshot.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
select.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
shared.rs std: Move NativeMutex from &mut self to &self 2014-03-23 09:45:19 -07:00
stream.rs rename std::vec -> std::slice 2014-03-20 01:30:27 -04:00
sync.rs comm: Implement synchronous channels 2014-03-24 20:06:37 -07:00