[compiler-rt] r301456 - Mark the asan-sigbus.cpp ASan testcase as unsupported on iOS. We don't handle propagating crashes from/to iOS well.

Kuba Mracek via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 13:23:23 PDT 2017


Author: kuba.brecka
Date: Wed Apr 26 15:23:23 2017
New Revision: 301456

URL: http://llvm.org/viewvc/llvm-project?rev=301456&view=rev
Log:
Mark the asan-sigbus.cpp ASan testcase as unsupported on iOS. We don't handle propagating crashes from/to iOS well.


Modified:
    compiler-rt/trunk/test/asan/TestCases/Posix/asan-sigbus.cpp

Modified: compiler-rt/trunk/test/asan/TestCases/Posix/asan-sigbus.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Posix/asan-sigbus.cpp?rev=301456&r1=301455&r2=301456&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Posix/asan-sigbus.cpp (original)
+++ compiler-rt/trunk/test/asan/TestCases/Posix/asan-sigbus.cpp Wed Apr 26 15:23:23 2017
@@ -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>




More information about the llvm-commits mailing list