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)
llvm-svn: 168303

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

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