[asan] Mark symbolize_pc.cc as UNSUPPORTED on i386-apple.
authorAkira Hatanaka <ahatanaka@apple.com>
Fri, 26 Aug 2016 23:08:28 +0000 (23:08 +0000)
committerAkira Hatanaka <ahatanaka@apple.com>
Fri, 26 Aug 2016 23:08:28 +0000 (23:08 +0000)
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.

llvm-svn: 279880

compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cc

index 666f720..f6a45e9 100644 (file)
@@ -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>