summaryrefslogtreecommitdiff
path: root/test/sanitizer_common/TestCases/symbolize_pc.cc
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@apple.com>2016-08-26 23:08:28 +0000
committerAkira Hatanaka <ahatanaka@apple.com>2016-08-26 23:08:28 +0000
commit7d07acfe2b4a31e38f2a250a0a6daef78f19d6bc (patch)
treeda67197ebf58b67eb9d6eab30b736593227aec8a /test/sanitizer_common/TestCases/symbolize_pc.cc
parentf832762fba5e33c7c0d8119637dd42d58ef46739 (diff)
[asan] Mark symbolize_pc.cc as UNSUPPORTED on i386-apple.
atos currently doesn't work well when loaded from 32-bit binaries, which was causing some of the bots to fail. Disable this test until we can come up with a better fix. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@279880 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/sanitizer_common/TestCases/symbolize_pc.cc')
-rw-r--r--test/sanitizer_common/TestCases/symbolize_pc.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sanitizer_common/TestCases/symbolize_pc.cc b/test/sanitizer_common/TestCases/symbolize_pc.cc
index 666f7201e..f6a45e9aa 100644
--- a/test/sanitizer_common/TestCases/symbolize_pc.cc
+++ b/test/sanitizer_common/TestCases/symbolize_pc.cc
@@ -1,5 +1,6 @@
// RUN: %clangxx -O0 %s -o %t
// RUN: %env_tool_opts=strip_path_prefix=/TestCases/ %run %t 2>&1 | FileCheck %s
+// UNSUPPORTED: i386-apple
//
// Tests __sanitizer_symbolize_pc.
#include <stdio.h>