auto merge of #5986 : brson/rust/bench, r=brson

This commit is contained in:
bors 2013-04-20 23:51:51 -07:00
commit 2104cd69d4
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
// xfail-test FIXME #5985 Doesn't typecheck on x86
use core::cast::transmute;
use core::from_str::FromStr;
use core::libc::{FILE, STDOUT_FILENO, c_int, fdopen, fputc, fputs, fwrite};

View file

@ -10,6 +10,8 @@
// Based on threadring.erlang by Jira Isa
// xfail-test FIXME #5985 OOM's on the mac bot
fn start(n_tasks: int, token: int) {
let mut (p, ch1) = comm::stream();
ch1.send(token);