Skip to content

Commit 873a4e3

Browse files
committed
rollup merge of rust-lang#24962: tamird/unignore-android-tests
r? @alexcrichton I've tested these locally, so they should all be good to go.
2 parents bc4b193 + 8cdfc8f commit 873a4e3

File tree

6 files changed

+1
-7
lines changed

6 files changed

+1
-7
lines changed

src/test/debuginfo/constant-debug-locs.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-android: FIXME(#10381)
1211
// min-lldb-version: 310
1312

1413
// compile-flags:-g

src/test/debuginfo/constant-in-match-pattern.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-android: FIXME(#10381)
1211
// min-lldb-version: 310
1312

1413
// compile-flags:-g

src/test/debuginfo/cross-crate-spans.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
#![omit_gdb_pretty_printer_section]
1212

13-
// ignore-android: FIXME(#10381)
1413
// min-lldb-version: 310
1514

1615
// aux-build:cross_crate_spans.rs

src/test/debuginfo/type-names.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
// ignore-tidy-linelength
1212
// ignore-lldb
13-
// ignore-android: FIXME(#10381)
13+
// ignore-android: FIXME(#24958)
1414

1515
// compile-flags:-g
1616

src/test/debuginfo/vec-slices.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-android: FIXME(#10381)
1211
// ignore-windows
1312
// min-lldb-version: 310
1413

src/test/run-pass/packed-struct-vec.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-android: FIXME(#9116) Bus error
12-
1311
use std::mem;
1412

1513
#[repr(packed)]

0 commit comments

Comments
 (0)