diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-09-20 08:44:12 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-09-20 08:44:12 +0000 |
commit | 2d9cc1367af4c0a8bacc99d7012d1ddaaf4236c0 (patch) | |
tree | f6fa6845eace0756babd0c15d3a8d7bcf6e6230f /test/Analysis/malloc-interprocedural.c | |
parent | 9c611373cc25300c02043bdde2f2a3d8008704f1 (diff) |
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
Diffstat (limited to 'test/Analysis/malloc-interprocedural.c')
-rw-r--r-- | test/Analysis/malloc-interprocedural.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; |