[compiler-rt] r280038 - [asan] Disable test on darwin bot

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 29 17:57:40 PDT 2016


Author: vitalybuka
Date: Mon Aug 29 19:57:40 2016
New Revision: 280038

URL: http://llvm.org/viewvc/llvm-project?rev=280038&view=rev
Log:
[asan] Disable test on darwin bot

According logs asan detects the bug but string with file name is not found.
I will investigate and fix the test.

Modified:
    compiler-rt/trunk/test/asan/TestCases/use-after-scope-types.cc

Modified: compiler-rt/trunk/test/asan/TestCases/use-after-scope-types.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/use-after-scope-types.cc?rev=280038&r1=280037&r2=280038&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/use-after-scope-types.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/use-after-scope-types.cc Mon Aug 29 19:57:40 2016
@@ -11,6 +11,9 @@
 // RUN: not %run %t 9 2>&1 | FileCheck %s
 // RUN: not %run %t 10 2>&1 | FileCheck %s
 
+// Temporarily disable to fix the bot.
+// XFAIL: darwin
+
 #include <stdlib.h>
 #include <string>
 #include <vector>




More information about the llvm-commits mailing list