[compiler-rt] r239364 - [asan] Fixup to r239134. This test does pass on darwin.

Anna Zaks ganna at apple.com
Mon Jun 8 16:24:57 PDT 2015


Author: zaks
Date: Mon Jun  8 18:24:55 2015
New Revision: 239364

URL: http://llvm.org/viewvc/llvm-project?rev=239364&view=rev
Log:
[asan] Fixup to r239134. This test does pass on darwin.

This should restore the darwin buildbot.

Modified:
    compiler-rt/trunk/test/asan/TestCases/verbose-log-path_test.cc

Modified: compiler-rt/trunk/test/asan/TestCases/verbose-log-path_test.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/verbose-log-path_test.cc?rev=239364&r1=239363&r2=239364&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/verbose-log-path_test.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/verbose-log-path_test.cc Mon Jun  8 18:24:55 2015
@@ -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>





More information about the llvm-commits mailing list