summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2016-04-22 00:34:10 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2016-04-22 00:34:10 +0000
commit86ee12b54eff8049bde70a56e1ee850eb6726ed0 (patch)
treeb71f64f48f7a42dcde65c5ae742d7b74df00e92e /test
parentd2f951ce190c39b711e2563d84b9510b71eecc89 (diff)
[asan] Disable one test on windows.
Patch by Vitaly Buka. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@267088 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/asan/TestCases/use-after-scope-capture.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/asan/TestCases/use-after-scope-capture.cc b/test/asan/TestCases/use-after-scope-capture.cc
index 4ea16af99..2a8eb219d 100644
--- a/test/asan/TestCases/use-after-scope-capture.cc
+++ b/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 <functional>