aboutsummaryrefslogtreecommitdiff
path: root/test/sanitizer_common/TestCases/get_module_and_offset_for_pc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/sanitizer_common/TestCases/get_module_and_offset_for_pc.cc')
-rw-r--r--test/sanitizer_common/TestCases/get_module_and_offset_for_pc.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/sanitizer_common/TestCases/get_module_and_offset_for_pc.cc b/test/sanitizer_common/TestCases/get_module_and_offset_for_pc.cc
index f5a18e6721cf..69ccb7234fab 100644
--- a/test/sanitizer_common/TestCases/get_module_and_offset_for_pc.cc
+++ b/test/sanitizer_common/TestCases/get_module_and_offset_for_pc.cc
@@ -1,8 +1,10 @@
// RUN: %clangxx -DSHARED %s -shared -o %T/get_module_and_offset_for_pc.so -fPIC
// RUN: %clangxx -DSO_DIR=\"%T\" -O0 %s -ldl -o %t
// RUN: %run %t 2>&1 | FileCheck %s
+
// UNSUPPORTED: i386-darwin
-//
+// XFAIL: android
+
// Tests __sanitizer_get_module_and_offset_for_pc.
#include <assert.h>