1
Fork 0

Disable stack overflow test on android, which seems to be failing spuriously.

cc https://github.com/rust-lang/rust/issues/20004
This commit is contained in:
Aaron Turon 2014-12-18 18:56:28 -08:00
parent 0ce5faaa7b
commit f4c0c0ff42

View file

@ -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;