]> granicus.if.org Git - clang/commitdiff
clang/test: Suppress two tests on LLP64 target, Windows x64.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 19 Nov 2012 10:00:59 +0000 (10:00 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 19 Nov 2012 10:00:59 +0000 (10:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168303 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/malloc.c
test/SemaObjCXX/pointer-to-objc-pointer-conv.mm

index 03fc38a73f00b7438c32a993af07407828d97fad..615c5a43d1094ff360ecf677aa4bbd921c771f90 100644 (file)
@@ -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);
index 4becaaf058e2137730598009039c93942de29962..7ada2f4239a10781507100af7fee63bf8a867d1a 100644 (file)
@@ -1,6 +1,8 @@
 // RUN: %clang_cc1 -fsyntax-only -verify %s
 // expected-no-diagnostics
 
+// REQUIRES: LP64
+
 @interface G
 @end