From 2a906e1b34c39280947a1c9afbf2605c081c4376 Mon Sep 17 00:00:00 2001 From: Kuba Mracek Date: Wed, 26 Apr 2017 20:23:23 +0000 Subject: [PATCH] Mark the asan-sigbus.cpp ASan testcase as unsupported on iOS. We don't handle propagating crashes from/to iOS well. llvm-svn: 301456 --- compiler-rt/test/asan/TestCases/Posix/asan-sigbus.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler-rt/test/asan/TestCases/Posix/asan-sigbus.cpp b/compiler-rt/test/asan/TestCases/Posix/asan-sigbus.cpp index e07392b..a7d032a 100644 --- a/compiler-rt/test/asan/TestCases/Posix/asan-sigbus.cpp +++ b/compiler-rt/test/asan/TestCases/Posix/asan-sigbus.cpp @@ -4,6 +4,8 @@ // RUN: not %run %t %T/file 2>&1 | FileCheck %s -check-prefix=CHECK-BUS // RUN: %env_asan_opts=handle_sigbus=false not --crash %run %t %T/file 2>&1 | FileCheck %s +// UNSUPPORTED: ios + #include #include #include -- 2.7.4