diff options
| author | Anna Zaks <ganna@apple.com> | 2015-06-08 23:24:55 +0000 |
|---|---|---|
| committer | Anna Zaks <ganna@apple.com> | 2015-06-08 23:24:55 +0000 |
| commit | dd9e6578f03c08bc07b19daf6b0f5d31b418b52e (patch) | |
| tree | ffad0d0207bde3f28d127274ae12c9bf2fce6d64 | |
| parent | 24853c123adff6c4ec6546a135979483a538d00b (diff) | |
| download | bcm5719-llvm-dd9e6578f03c08bc07b19daf6b0f5d31b418b52e.tar.gz bcm5719-llvm-dd9e6578f03c08bc07b19daf6b0f5d31b418b52e.zip | |
[asan] Fixup to r239134. This test does pass on darwin.
This should restore the darwin buildbot.
llvm-svn: 239364
| -rw-r--r-- | compiler-rt/test/asan/TestCases/verbose-log-path_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/verbose-log-path_test.cc b/compiler-rt/test/asan/TestCases/verbose-log-path_test.cc index ca3315dc281..910e5283149 100644 --- a/compiler-rt/test/asan/TestCases/verbose-log-path_test.cc +++ b/compiler-rt/test/asan/TestCases/verbose-log-path_test.cc @@ -6,7 +6,7 @@ // RUN: FileCheck %s --check-prefix=CHECK-ERROR < %T/asan.log.verbose-log-path_test-binary.* // FIXME: only FreeBSD and Linux have verbose log paths now. -// XFAIL: win32,android,darwin +// XFAIL: win32,android #include <stdlib.h> #include <string.h> |

