about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKyle Huey <khuey@kylehuey.com>2025-05-24 06:22:49 -0700
committerKyle Huey <khuey@kylehuey.com>2025-05-24 06:23:17 -0700
commit9c234c03fd2d4121147a860ee3430f875fd6d2d2 (patch)
treec7bfab6cd5d46cd54515f34ff35b825cec4a73d8
parentcaf665e692d74085e28a62ce4497eb7f02c5f37f (diff)
downloadrust-9c234c03fd2d4121147a860ee3430f875fd6d2d2.tar.gz
rust-9c234c03fd2d4121147a860ee3430f875fd6d2d2.zip
Disable test on android because it doesn't have backtraces.
-rw-r--r--tests/ui/panics/location-detail-unwrap-multiline.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ui/panics/location-detail-unwrap-multiline.rs b/tests/ui/panics/location-detail-unwrap-multiline.rs
index afe15a579c4..56e1760d851 100644
--- a/tests/ui/panics/location-detail-unwrap-multiline.rs
+++ b/tests/ui/panics/location-detail-unwrap-multiline.rs
@@ -1,8 +1,9 @@
 //@ run-fail
 //@ compile-flags: -Cstrip=none -Cdebuginfo=line-tables-only -Copt-level=0
 //@ exec-env:RUST_BACKTRACE=1
-//@ regex-error-pattern: location-detail-unwrap-multiline\.rs:10(:10)?\n
+//@ regex-error-pattern: location-detail-unwrap-multiline\.rs:11(:10)?\n
 //@ needs-unwind
+//@ ignore-android FIXME #17520
 
 fn main() {
     let opt: Option<u32> = None;