Skip to content

Commit 59caef0

Browse files
committed
xfail two benchmarks that are failing on the bots
1 parent 0e017ab commit 59caef0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/test/bench/shootout-fasta-redux.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// xfail-test FIXME #5985 Doesn't typecheck on x86
2+
13
use core::cast::transmute;
24
use core::from_str::FromStr;
35
use core::libc::{FILE, STDOUT_FILENO, c_int, fdopen, fputc, fputs, fwrite};

src/test/bench/shootout-threadring.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
// Based on threadring.erlang by Jira Isa
1212

13+
// xfail-test FIXME #5985 OOM's on the mac bot
14+
1315
fn start(n_tasks: int, token: int) {
1416
let mut (p, ch1) = comm::stream();
1517
ch1.send(token);

0 commit comments

Comments
 (0)