[asan] Mark asan-symbolize-sanity-test.cc as UNSUPPORTED on x86_64-apple
authorAkira Hatanaka <ahatanaka@apple.com>
Wed, 24 Aug 2016 06:49:28 +0000 (06:49 +0000)
committerAkira Hatanaka <ahatanaka@apple.com>
Wed, 24 Aug 2016 06:49:28 +0000 (06:49 +0000)
commit1164cae527ace6b4f4eba2121f161dea7fb005ae
treee4fa7193a9f6b4b6c05ec1c5a35f39ba708b5257
parent81899af5501ac02d1c42ea43e1370ad5a6a92bd0
[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
compiler-rt/test/asan/TestCases/Posix/asan-symbolize-sanity-test.cc