From cd24162667a2530f7b79de868570f9c704ce9839 Mon Sep 17 00:00:00 2001 From: John Colanduoni Date: Sun, 23 Jul 2017 08:53:06 -0700 Subject: [PATCH] Enable backtrace tests for macOS and iOS --- src/test/run-pass/backtrace-debuginfo.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/test/run-pass/backtrace-debuginfo.rs b/src/test/run-pass/backtrace-debuginfo.rs index b2ab25c44b82..f81352e17732 100644 --- a/src/test/run-pass/backtrace-debuginfo.rs +++ b/src/test/run-pass/backtrace-debuginfo.rs @@ -33,9 +33,7 @@ macro_rules! dump_and_die { ($($pos:expr),*) => ({ // FIXME(#18285): we cannot include the current position because // the macro span takes over the last frame's file/line. - if cfg!(any(target_os = "macos", - target_os = "ios", - target_os = "android", + if cfg!(any(target_os = "android", all(target_os = "linux", target_arch = "arm"), target_os = "freebsd", target_os = "dragonfly",