forked from OSchip/llvm-project
test/Analysis/malloc-interprocedural.c: Mark it as XFAIL: cygwin,mingw,msvc for now. Investigating.
llvm-svn: 164295
This commit is contained in:
parent
944cc67eba
commit
4aa6a010d2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue