diff options
| author | Anna Zaks <ganna@apple.com> | 2017-02-21 20:46:50 +0000 |
|---|---|---|
| committer | Anna Zaks <ganna@apple.com> | 2017-02-21 20:46:50 +0000 |
| commit | aacf7958c542db0cb9c7af926da797af25ffa7ae (patch) | |
| tree | 869db4065bd1716d74e89da822ef6c9cbb4a565f | |
| parent | 23a76be5adcaa768ba538f8a4514a7afccf61988 (diff) | |
| download | bcm5719-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.cc | 1 |
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> |

