diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-04-29 15:45:58 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-04-29 15:45:58 -0700 |
| commit | 873a4e366ddc4da5b9448347bca713bbd43fd578 (patch) | |
| tree | 80001de392d02bc179828a8f8c8066370044d43f /src | |
| parent | bc4b1932ca7c778c24d1b4404146217e93cba970 (diff) | |
| parent | 8cdfc8feafbeea0fe69c3f021b2d65c07b77605a (diff) | |
| download | rust-873a4e366ddc4da5b9448347bca713bbd43fd578.tar.gz rust-873a4e366ddc4da5b9448347bca713bbd43fd578.zip | |
rollup merge of #24962: tamird/unignore-android-tests
r? @alexcrichton I've tested these locally, so they should all be good to go.
Diffstat (limited to 'src')
| -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/type-names.rs | 2 | ||||
| -rw-r--r-- | src/test/debuginfo/vec-slices.rs | 1 | ||||
| -rw-r--r-- | src/test/run-pass/packed-struct-vec.rs | 2 |
6 files changed, 1 insertions, 7 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/type-names.rs b/src/test/debuginfo/type-names.rs index 97b6bfacf80..4eae0741202 100644 --- a/src/test/debuginfo/type-names.rs +++ b/src/test/debuginfo/type-names.rs @@ -10,7 +10,7 @@ // ignore-tidy-linelength // ignore-lldb -// ignore-android: FIXME(#10381) +// ignore-android: FIXME(#24958) // compile-flags:-g 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 diff --git a/src/test/run-pass/packed-struct-vec.rs b/src/test/run-pass/packed-struct-vec.rs index 9a327eb5672..4b32b881be7 100644 --- a/src/test/run-pass/packed-struct-vec.rs +++ b/src/test/run-pass/packed-struct-vec.rs @@ -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)] |
