summaryrefslogtreecommitdiff
path: root/test/sanitizer_common/TestCases/Linux/abort_on_error.cc
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2017-09-16 05:14:05 +0000
committerVitaly Buka <vitalybuka@google.com>2017-09-16 05:14:05 +0000
commitd27254a74648ddf9204624021cd3d4542d46f0df (patch)
tree4e52da16a2a664292ab96ac1b331939436ecce90 /test/sanitizer_common/TestCases/Linux/abort_on_error.cc
parent2e99c092c389eed3bdf31282f8f06f4265d8eab0 (diff)
[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
Diffstat (limited to 'test/sanitizer_common/TestCases/Linux/abort_on_error.cc')
-rw-r--r--test/sanitizer_common/TestCases/Linux/abort_on_error.cc3
1 files changed, 3 insertions, 0 deletions
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();
}