diff options
| author | Seo Sanghyeon <sanxiyn@gmail.com> | 2013-09-16 23:10:01 +0900 |
|---|---|---|
| committer | Seo Sanghyeon <sanxiyn@gmail.com> | 2013-09-16 23:10:01 +0900 |
| commit | 942bc3161ed380ee7873b11fb4ba53d45476ca32 (patch) | |
| tree | 92f705381691a4828c32834a1826348059a8c815 | |
| parent | 51998d22b0472865fa70edbf00edfce4861c3364 (diff) | |
| download | rust-942bc3161ed380ee7873b11fb4ba53d45476ca32.tar.gz rust-942bc3161ed380ee7873b11fb4ba53d45476ca32.zip | |
Ignore failing tests on Android
| -rw-r--r-- | src/test/run-pass/packed-struct-vec.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/packed-struct-vec.rs b/src/test/run-pass/packed-struct-vec.rs index 930ef17dbf5..e66c4619b3c 100644 --- a/src/test/run-pass/packed-struct-vec.rs +++ b/src/test/run-pass/packed-struct-vec.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// xfail-android: FIXME(#9116) Bus error + use std::sys; #[packed] |
