[compiler-rt] r267088 - [asan] Disable one test on windows.

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 17:34:11 PDT 2016


Author: eugenis
Date: Thu Apr 21 19:34:10 2016
New Revision: 267088

URL: http://llvm.org/viewvc/llvm-project?rev=267088&view=rev
Log:
[asan] Disable one test on windows.

Patch by Vitaly Buka.

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

Modified: compiler-rt/trunk/test/asan/TestCases/use-after-scope-capture.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/use-after-scope-capture.cc?rev=267088&r1=267087&r2=267088&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/use-after-scope-capture.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/use-after-scope-capture.cc Thu Apr 21 19:34:10 2016
@@ -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>
 




More information about the llvm-commits mailing list