Skip to content

Commit

Permalink
Disable stack overflow test on android, which seems to be failing spu…
Browse files Browse the repository at this point in the history
…riously.

cc rust-lang#20004
  • Loading branch information
aturon committed Dec 19, 2014
1 parent 0ce5faa commit f4c0c0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/run-pass/out-of-stack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-android: FIXME (#20004)

#![feature(asm)]

use std::io::process::Command;
Expand Down

0 comments on commit f4c0c0f

Please sign in to comment.