From: Vitaly Buka Date: Tue, 30 Aug 2016 00:57:40 +0000 (+0000) Subject: [asan] Disable test on darwin bot X-Git-Tag: llvmorg-4.0.0-rc1~11195 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c84d4f590596226c369138ba5591d8cf2608e67e;p=platform%2Fupstream%2Fllvm.git [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. llvm-svn: 280038 --- diff --git a/compiler-rt/test/asan/TestCases/use-after-scope-types.cc b/compiler-rt/test/asan/TestCases/use-after-scope-types.cc index ec6742b..897604e 100644 --- a/compiler-rt/test/asan/TestCases/use-after-scope-types.cc +++ b/compiler-rt/test/asan/TestCases/use-after-scope-types.cc @@ -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 #include #include