Skip to content

Commit 698fcea

Browse files
committed
Re-enable tests on Android
Closes rust-lang#10381.
1 parent 54de911 commit 698fcea

9 files changed

+0
-9
lines changed

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

-1
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

-1
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

-1
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/function-prologue-stepping-no-stack-check.rs

-1
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
// This test case checks if function arguments already have the correct value

src/test/debuginfo/gdb-pretty-std.rs

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
// ignore-windows failing on win32 bot
1212
// ignore-freebsd: gdb package too new
1313
// ignore-lldb
14-
// ignore-android: FIXME(#10381)
1514
// compile-flags:-g
1615
// min-gdb-version 7.7
1716

src/test/debuginfo/gdb-pretty-struct-and-enums-pre-gdb-7-7.rs

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
// ignore-freebsd: gdb package too new
1818
// ignore-tidy-linelength
1919
// ignore-lldb
20-
// ignore-android: FIXME(#10381)
2120
// compile-flags:-g
2221

2322
// gdb-command: run

src/test/debuginfo/gdb-pretty-struct-and-enums.rs

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// ignore-freebsd: output doesn't match
1313
// ignore-tidy-linelength
1414
// ignore-lldb
15-
// ignore-android: FIXME(#10381)
1615
// compile-flags:-g
1716

1817
// This test uses some GDB Python API features (e.g. accessing anonymous fields)

src/test/debuginfo/type-names.rs

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

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

1514
// compile-flags:-g
1615

src/test/debuginfo/vec-slices.rs

-1
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

0 commit comments

Comments
 (0)