diff options
| author | Tamir Duberstein <tamird@gmail.com> | 2015-04-21 22:00:47 -0700 |
|---|---|---|
| committer | Tamir Duberstein <tamird@gmail.com> | 2015-04-29 14:34:45 -0700 |
| commit | 8cdfc8feafbeea0fe69c3f021b2d65c07b77605a (patch) | |
| tree | 37bd33693bd6cec193faabb43ee232e40e4dcc78 /src/test/debuginfo | |
| parent | 97fe4e6331b1b6dcd713ab60e97bb33f0d64a4cd (diff) | |
| download | rust-8cdfc8feafbeea0fe69c3f021b2d65c07b77605a.tar.gz rust-8cdfc8feafbeea0fe69c3f021b2d65c07b77605a.zip | |
Re-enable tests on Android
Addresses part of #10381.
Diffstat (limited to 'src/test/debuginfo')
| -rw-r--r-- | src/test/debuginfo/constant-debug-locs.rs | 1 | ||||
| -rw-r--r-- | src/test/debuginfo/constant-in-match-pattern.rs | 1 | ||||
| -rw-r--r-- | src/test/debuginfo/cross-crate-spans.rs | 1 | ||||
| -rw-r--r-- | src/test/debuginfo/vec-slices.rs | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/test/debuginfo/constant-debug-locs.rs b/src/test/debuginfo/constant-debug-locs.rs index 3d0af686586..5fc58075504 100644 --- a/src/test/debuginfo/constant-debug-locs.rs +++ b/src/test/debuginfo/constant-debug-locs.rs @@ -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 diff --git a/src/test/debuginfo/constant-in-match-pattern.rs b/src/test/debuginfo/constant-in-match-pattern.rs index 58a1ba06b54..785778e62f6 100644 --- a/src/test/debuginfo/constant-in-match-pattern.rs +++ b/src/test/debuginfo/constant-in-match-pattern.rs @@ -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 diff --git a/src/test/debuginfo/cross-crate-spans.rs b/src/test/debuginfo/cross-crate-spans.rs index 09ab30cbec1..ce6ef080c1f 100644 --- a/src/test/debuginfo/cross-crate-spans.rs +++ b/src/test/debuginfo/cross-crate-spans.rs @@ -10,7 +10,6 @@ #![omit_gdb_pretty_printer_section] -// ignore-android: FIXME(#10381) // min-lldb-version: 310 // aux-build:cross_crate_spans.rs diff --git a/src/test/debuginfo/vec-slices.rs b/src/test/debuginfo/vec-slices.rs index c806286dead..87fd2e9a65d 100644 --- a/src/test/debuginfo/vec-slices.rs +++ b/src/test/debuginfo/vec-slices.rs @@ -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 |
