aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-11-19 10:00:59 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-11-19 10:00:59 +0000
commit7a29070e01c1b48f85b7d3fced5315db8958fae2 (patch)
tree769b5e8ec148aa0a830922fb64c0fe8c25ccf880
parent7ce816a77dc79f71950e9e96185e3523ee08994b (diff)
clang/test: Suppress two tests on LLP64 target, Windows x64.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168303 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 03fc38a73f..615c5a43d1 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