mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 18:23:49 +00:00
xfail two benchmarks that are failing on the bots
This commit is contained in:
parent
0e017ab4e0
commit
59caef02ed
@ -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};
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user