[asan] Mark asan-symbolize-sanity-test.cc as UNSUPPORTED on x86_64-apple

and x86_64h-apple.

Mark the test as UNSUPPORTED to fix a bot that is failing.

http://lab.llvm.org:8080/green/job/clang-stage2-configure-Rlto_check

The bot is failing because asan_symbolize.py cannot tell whether the
reported address is from an x86_64 slice or an x86_64h slice by the
length of the address alone, so it ends up passing the wrong arch to
atos.

rdar://problem/27907889

llvm-svn: 279614
This commit is contained in:
Akira Hatanaka 2016-08-24 06:49:28 +00:00
parent 81899af550
commit 1164cae527
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
// RUN: %env_asan_opts=symbolize=0 not %run %t 2>&1 | %asan_symbolize | FileCheck %s
// XFAIL: arm-linux-gnueabi
// XFAIL: armv7l-unknown-linux-gnueabihf
// UNSUPPORTED: x86_64h-apple,x86_64-apple
#if !defined(SHARED_LIB)
#include <dlfcn.h>