rollup merge of #24962: tamird/unignore-android-tests

r? @alexcrichton I've tested these locally, so they should all be good to go.
This commit is contained in:
Alex Crichton 2015-04-29 15:45:58 -07:00
commit 873a4e366d
6 changed files with 1 additions and 7 deletions

View File

@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-android: FIXME(#10381)
// min-lldb-version: 310
// compile-flags:-g

View File

@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-android: FIXME(#10381)
// min-lldb-version: 310
// compile-flags:-g

View File

@ -10,7 +10,6 @@
#![omit_gdb_pretty_printer_section]
// ignore-android: FIXME(#10381)
// min-lldb-version: 310
// aux-build:cross_crate_spans.rs

View File

@ -10,7 +10,7 @@
// ignore-tidy-linelength
// ignore-lldb
// ignore-android: FIXME(#10381)
// ignore-android: FIXME(#24958)
// compile-flags:-g

View File

@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-android: FIXME(#10381)
// ignore-windows
// min-lldb-version: 310

View File

@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-android: FIXME(#9116) Bus error
use std::mem;
#[repr(packed)]