diff options
| author | Aaron Turon <aturon@mozilla.com> | 2014-12-18 18:56:28 -0800 |
|---|---|---|
| committer | Aaron Turon <aturon@mozilla.com> | 2014-12-18 23:35:53 -0800 |
| commit | f4c0c0ff42e81a47c4e1e6985db62a28a8576406 (patch) | |
| tree | 17ab76ee5826217e32d2801d50cf6dc5898e41ea /src | |
| parent | 0ce5faaa7becfac2786c4a305602b63dc96ba2f8 (diff) | |
| download | rust-f4c0c0ff42e81a47c4e1e6985db62a28a8576406.tar.gz rust-f4c0c0ff42e81a47c4e1e6985db62a28a8576406.zip | |
Disable stack overflow test on android, which seems to be failing spuriously.
cc https://github.com/rust-lang/rust/issues/20004
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/run-pass/out-of-stack.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/out-of-stack.rs b/src/test/run-pass/out-of-stack.rs index 7f2f9f9ece8..81e75ba2cd5 100644 --- a/src/test/run-pass/out-of-stack.rs +++ b/src/test/run-pass/out-of-stack.rs @@ -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; |
