diff options
| author | Kuba Mracek <mracek@apple.com> | 2017-04-26 20:23:23 +0000 |
|---|---|---|
| committer | Kuba Mracek <mracek@apple.com> | 2017-04-26 20:23:23 +0000 |
| commit | 2a906e1b34c39280947a1c9afbf2605c081c4376 (patch) | |
| tree | 1f40a1c755992852d0c4d991710482433ada4bad | |
| parent | 0826e6c01a4a3c6e244db53af23b8bcd85c8949b (diff) | |
| download | bcm5719-llvm-2a906e1b34c39280947a1c9afbf2605c081c4376.tar.gz bcm5719-llvm-2a906e1b34c39280947a1c9afbf2605c081c4376.zip | |
Mark the asan-sigbus.cpp ASan testcase as unsupported on iOS. We don't handle propagating crashes from/to iOS well.
llvm-svn: 301456
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Posix/asan-sigbus.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/Posix/asan-sigbus.cpp b/compiler-rt/test/asan/TestCases/Posix/asan-sigbus.cpp index e07392b4cd4..a7d032acec0 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 <assert.h> #include <fcntl.h> #include <stdio.h> |

