From d27254a74648ddf9204624021cd3d4542d46f0df Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Sat, 16 Sep 2017 05:14:05 +0000 Subject: [sanitizer] Support check-asan on Android This patch enabled asan tests from sanitizer_common. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@313444 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/sanitizer_common/TestCases/Linux/abort_on_error.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/sanitizer_common/TestCases/Linux/abort_on_error.cc') diff --git a/test/sanitizer_common/TestCases/Linux/abort_on_error.cc b/test/sanitizer_common/TestCases/Linux/abort_on_error.cc index a5ef66536..e4b246e35 100644 --- a/test/sanitizer_common/TestCases/Linux/abort_on_error.cc +++ b/test/sanitizer_common/TestCases/Linux/abort_on_error.cc @@ -10,6 +10,9 @@ // lit doesn't set options anyway. // RUN: not %run %t 2>&1 +// Android needs abort_on_error=0 +// UNSUPPORTED: android + namespace __sanitizer { void Die(); } -- cgit v1.2.3