summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Wodnicki <pawel@32bitmicro.com>2012-11-28 22:38:52 +0000
committerPawel Wodnicki <pawel@32bitmicro.com>2012-11-28 22:38:52 +0000
commit1ada42cb99756622dcf8d21d385c89554bd72868 (patch)
treefd90c9244ed7969de081f6575165735a99bb4dfb
parentbcc81cc1b7632c74183315c2c7ba49bca8694820 (diff)
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
-rw-r--r--test/Analysis/malloc.c2
-rw-r--r--test/SemaObjCXX/pointer-to-objc-pointer-conv.mm2
2 files changed, 4 insertions, 0 deletions
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