From 1ada42cb99756622dcf8d21d385c89554bd72868 Mon Sep 17 00:00:00 2001 From: Pawel Wodnicki Date: Wed, 28 Nov 2012 22:38:52 +0000 Subject: Merging r168303: into the 3.2 release branch. clang/test: Suppress two tests on LLP64 target, Windows x64. git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_32@168823 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/malloc.c | 2 ++ test/SemaObjCXX/pointer-to-objc-pointer-conv.mm | 2 ++ 2 files changed, 4 insertions(+) diff --git a/test/Analysis/malloc.c b/test/Analysis/malloc.c index b939ac36d1..68308fd61a 100644 --- a/test/Analysis/malloc.c +++ b/test/Analysis/malloc.c @@ -1,4 +1,6 @@ // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.deadcode.UnreachableCode,alpha.core.CastSize,unix.Malloc,debug.ExprInspection -analyzer-store=region -verify %s +// REQUIRES: LP64 + #include "Inputs/system-header-simulator.h" void clang_analyzer_eval(int); diff --git a/test/SemaObjCXX/pointer-to-objc-pointer-conv.mm b/test/SemaObjCXX/pointer-to-objc-pointer-conv.mm index 4becaaf058..7ada2f4239 100644 --- a/test/SemaObjCXX/pointer-to-objc-pointer-conv.mm +++ b/test/SemaObjCXX/pointer-to-objc-pointer-conv.mm @@ -1,6 +1,8 @@ // RUN: %clang_cc1 -fsyntax-only -verify %s // expected-no-diagnostics +// REQUIRES: LP64 + @interface G @end -- cgit v1.2.3