[asan] Disable one test on windows.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Fri, 22 Apr 2016 00:34:10 +0000 (00:34 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Fri, 22 Apr 2016 00:34:10 +0000 (00:34 +0000)
Patch by Vitaly Buka.

llvm-svn: 267088

compiler-rt/test/asan/TestCases/use-after-scope-capture.cc

index 4ea16af..2a8eb21 100644 (file)
@@ -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 <functional>