From 988ebe9f343a19f0bc48bd33fabd91dfbaf653d5 Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Fri, 22 Apr 2016 00:34:10 +0000 Subject: [PATCH] [asan] Disable one test on windows. Patch by Vitaly Buka. llvm-svn: 267088 --- compiler-rt/test/asan/TestCases/use-after-scope-capture.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/test/asan/TestCases/use-after-scope-capture.cc b/compiler-rt/test/asan/TestCases/use-after-scope-capture.cc index 4ea16af..2a8eb21 100644 --- a/compiler-rt/test/asan/TestCases/use-after-scope-capture.cc +++ b/compiler-rt/test/asan/TestCases/use-after-scope-capture.cc @@ -1,5 +1,6 @@ // RUN: %clangxx_asan -std=c++11 -O1 -mllvm -asan-use-after-scope=1 %s -o %t && \ // RUN: not %run %t 2>&1 | FileCheck %s +// XFAIL: win32 #include -- 2.7.4