diff options
author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2016-04-22 00:34:10 +0000 |
---|---|---|
committer | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2016-04-22 00:34:10 +0000 |
commit | 988ebe9f343a19f0bc48bd33fabd91dfbaf653d5 (patch) | |
tree | 5d3b79d2af7448d457bda2e30f94456c2738165e /compiler-rt | |
parent | 70191d628f52b4eb08d409f14282903bd19f8217 (diff) | |
download | bcm5719-llvm-988ebe9f343a19f0bc48bd33fabd91dfbaf653d5.tar.gz bcm5719-llvm-988ebe9f343a19f0bc48bd33fabd91dfbaf653d5.zip |
[asan] Disable one test on windows.
Patch by Vitaly Buka.
llvm-svn: 267088
Diffstat (limited to 'compiler-rt')
-rw-r--r-- | compiler-rt/test/asan/TestCases/use-after-scope-capture.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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 4ea16af9911..2a8eb219d3e 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 <functional> |