diff options
| author | bors <bors@rust-lang.org> | 2013-09-16 07:45:45 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-09-16 07:45:45 -0700 |
| commit | 507a7f093d51829ccde225542bda2a805be32ba2 (patch) | |
| tree | cf3faaf76b1f7057a559296cab2390bf310b1bda /src | |
| parent | 2562f480f53fd3d15822034d441441ffbd04dbe4 (diff) | |
| parent | 942bc3161ed380ee7873b11fb4ba53d45476ca32 (diff) | |
| download | rust-507a7f093d51829ccde225542bda2a805be32ba2.tar.gz rust-507a7f093d51829ccde225542bda2a805be32ba2.zip | |
auto merge of #9121 : sanxiyn/rust/arm, r=alexcrichton
Ignore failing tests on Android to prepare for #9120.
Diffstat (limited to 'src')
| -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] |
