From 0270189057ce42c358d90f4a3a55433b506895e3 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Wed, 29 Apr 2015 14:22:54 -0700 Subject: [PATCH 1/3] Reference the correct issue The problem here is that this test doesn't even compile for Android. See #24958. --- src/test/debuginfo/type-names.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 97fe4e6331b1b6dcd713ab60e97bb33f0d64a4cd Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Tue, 21 Apr 2015 22:05:01 -0700 Subject: [PATCH 2/3] Re-enable test on Android Closes #9116. --- src/test/run-pass/packed-struct-vec.rs | 2 -- 1 file changed, 2 deletions(-) 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)] From 8cdfc8feafbeea0fe69c3f021b2d65c07b77605a Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Tue, 21 Apr 2015 22:00:47 -0700 Subject: [PATCH 3/3] Re-enable tests on Android Addresses part of #10381. --- src/test/debuginfo/constant-debug-locs.rs | 1 - src/test/debuginfo/constant-in-match-pattern.rs | 1 - src/test/debuginfo/cross-crate-spans.rs | 1 - src/test/debuginfo/vec-slices.rs | 1 - 4 files changed, 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