[cfe-commits] r164295 - /cfe/trunk/test/Analysis/malloc-interprocedural.c
NAKAMURA Takumi
geek4civic at gmail.com
Thu Sep 20 01:44:12 PDT 2012
Author: chapuni
Date: Thu Sep 20 03:44:12 2012
New Revision: 164295
URL: http://llvm.org/viewvc/llvm-project?rev=164295&view=rev
Log:
test/Analysis/malloc-interprocedural.c: Mark it as XFAIL: cygwin,mingw,msvc for now. Investigating.
Modified:
cfe/trunk/test/Analysis/malloc-interprocedural.c
Modified: cfe/trunk/test/Analysis/malloc-interprocedural.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/malloc-interprocedural.c?rev=164295&r1=164294&r2=164295&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/malloc-interprocedural.c (original)
+++ cfe/trunk/test/Analysis/malloc-interprocedural.c Thu Sep 20 03:44:12 2012
@@ -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;
More information about the cfe-commits
mailing list