Try to fix asan test on sanitizer-windows
authorReid Kleckner <rnk@google.com>
Fri, 28 Jul 2017 21:43:23 +0000 (21:43 +0000)
committerReid Kleckner <rnk@google.com>
Fri, 28 Jul 2017 21:43:23 +0000 (21:43 +0000)
llvm-svn: 309440

compiler-rt/test/asan/TestCases/pass-object-byval.cc

index 189fcbe..b99360f 100644 (file)
@@ -3,6 +3,10 @@
 // RUN: %clangxx_asan -O0 %s -o %t
 // RUN: not %run %t 2>&1 | FileCheck %s --implicit-check-not \
 // RUN:     Assertion{{.*}}failed
+
+// ASan instrumentation can't insert red-zones around inalloca parameters.
+// XFAIL: win32 && asan-32-bits
+
 #include <cassert>
 
 class A {