From c84d4f590596226c369138ba5591d8cf2608e67e Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Tue, 30 Aug 2016 00:57:40 +0000 Subject: [PATCH] [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 --- compiler-rt/test/asan/TestCases/use-after-scope-types.cc | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.7.4