]> granicus.if.org Git - clang/commitdiff
test/Analysis/malloc-interprocedural.c: Mark it as XFAIL: cygwin,mingw,msvc for now...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 20 Sep 2012 08:44:12 +0000 (08:44 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 20 Sep 2012 08:44:12 +0000 (08:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164295 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/malloc-interprocedural.c

index 4aa6b7545c7230fef393e39b4b31f67bedc4b549..9d02daaa846f8d71fa7b4152e0de11f884cd5a35 100644 (file)
@@ -1,5 +1,7 @@
 // RUN: %clang_cc1 -analyze -analyzer-checker=unix.Malloc -analyzer-inline-max-stack-depth=5 -verify %s
 
+// XFAIL: cygwin,mingw32,win32
+
 #include "Inputs/system-header-simulator.h"
 
 typedef __typeof(sizeof(int)) size_t;