summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2017-02-21 20:46:50 +0000
committerAnna Zaks <ganna@apple.com>2017-02-21 20:46:50 +0000
commitaacf7958c542db0cb9c7af926da797af25ffa7ae (patch)
tree869db4065bd1716d74e89da822ef6c9cbb4a565f
parent23a76be5adcaa768ba538f8a4514a7afccf61988 (diff)
downloadbcm5719-llvm-aacf7958c542db0cb9c7af926da797af25ffa7ae.tar.gz
bcm5719-llvm-aacf7958c542db0cb9c7af926da797af25ffa7ae.zip
[asan] Re-enable a test on i386-darwin.
This test has been reverted in r279918 due to flaky atos support in the OS some machines in the buildbot fleet were running. This should not be a problem anymore. llvm-svn: 295766
-rw-r--r--compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cc b/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cc
index 0cc81e1f7dc..68a6733f446 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cc
+++ b/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cc
@@ -1,6 +1,5 @@
// RUN: %clangxx -O0 %s -o %t
// RUN: %env_tool_opts=strip_path_prefix=/TestCases/ %run %t 2>&1 | FileCheck %s
-// UNSUPPORTED: i386-darwin
//
// Tests __sanitizer_symbolize_pc.
#include <stdio.h>
OpenPOWER on IntegriCloud