From: NAKAMURA Takumi Date: Thu, 20 Sep 2012 08:44:12 +0000 (+0000) Subject: test/Analysis/malloc-interprocedural.c: Mark it as XFAIL: cygwin,mingw,msvc for now... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d9cc1367af4c0a8bacc99d7012d1ddaaf4236c0;p=clang test/Analysis/malloc-interprocedural.c: Mark it as XFAIL: cygwin,mingw,msvc for now. Investigating. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164295 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/malloc-interprocedural.c b/test/Analysis/malloc-interprocedural.c index 4aa6b7545c..9d02daaa84 100644 --- a/test/Analysis/malloc-interprocedural.c +++ b/test/Analysis/malloc-interprocedural.c @@ -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;