about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSeo Sanghyeon <sanxiyn@gmail.com>2013-09-16 23:10:01 +0900
committerSeo Sanghyeon <sanxiyn@gmail.com>2013-09-16 23:10:01 +0900
commit942bc3161ed380ee7873b11fb4ba53d45476ca32 (patch)
tree92f705381691a4828c32834a1826348059a8c815
parent51998d22b0472865fa70edbf00edfce4861c3364 (diff)
downloadrust-942bc3161ed380ee7873b11fb4ba53d45476ca32.tar.gz
rust-942bc3161ed380ee7873b11fb4ba53d45476ca32.zip
Ignore failing tests on Android
-rw-r--r--src/test/run-pass/packed-struct-vec.rs2
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]