]> granicus.if.org Git - clang/commitdiff
A bug I've introduced in STDIN handling surfaced a few broken tests, fix them.
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 25 Jun 2010 12:48:07 +0000 (12:48 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 25 Jun 2010 12:48:07 +0000 (12:48 +0000)
Lexer/hexfloat.cpp is now XFAIL'd, I'd appreciate if someone could look into it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106840 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/rdar-7168531.m
test/CXX/class.access/class.access.dcl/p1.cpp
test/CodeGen/blocks-aligned-byref-variable.c
test/CodeGen/pragma-pack-1.c
test/Lexer/hexfloat.cpp

index bb34713b41f68d43e76b3f74d2a55484f1419336..5a7b08584f57af6ba831e36a2eba5cc486679e0d 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -triple i386-apple-darwin10 -analyzer-store=region
-// RUN: %clang_cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -triple i386-apple-darwin10 -analyzer-store=basic
+// RUN: %clang_cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -triple i386-apple-darwin10 -analyzer-store=region %s
+// RUN: %clang_cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -triple i386-apple-darwin10 -analyzer-store=basic %s
 
 // Note that the target triple is important for this test case.  It specifies that we use the
 // fragile Objective-C ABI.
index 5d7905f9da817f9146cdca7f6cf8baeffd9d2c41..aab5fff5ea3f74303a0ce2b62a9ab35cb561197a 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -verify
+// RUN: %clang_cc1 -fsyntax-only -verify %s
 
 // This is just the test for [namespace.udecl]p4 with 'using'
 // uniformly stripped out.
index 79ac41dcd5d5ec20078ff531dbfc1bf5d246ca46..07d683c3526e4d0e6b57700999101854bd2f8251 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -emit-llvm -o - -triple x86_64-apple-darwin10
-// RUN: %clang_cc1 -emit-llvm -o - -triple i386-apple-darwin10 
+// RUN: %clang_cc1 -emit-llvm -o - -triple x86_64-apple-darwin10 -fblocks %s
+// RUN: %clang_cc1 -emit-llvm -o - -triple i386-apple-darwin10 -fblocks %s
 typedef int __attribute__((aligned(32)))  ai;
 
 void f() {
index f5d301639e056f5e589a4b036574d984a678ed17..c30a62ac3c4e1dd00509db246fc8c7e434aca5f0 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -emit-llvm -o - 
+// RUN: %clang_cc1 -emit-llvm -o - %s
 
 // PR4610
 #pragma pack(4)
index a3b230e78f1616eebe38ef7b42767a70cdbcb3ca..493b64e627402bee7ad2b3cdd89e2d88e51f3f78 100644 (file)
@@ -1,5 +1,6 @@
-// RUN: %clang_cc1 -fsyntax-only -verify -pedantic
-// RUN: %clang_cc1 -std=c++0x -fsyntax-only -verify
+// RUN: %clang_cc1 -fsyntax-only -verify -pedantic %s
+// RUN: %clang_cc1 -std=c++0x -fsyntax-only -verify %s
+// XFAIL: *
 
 #ifndef __GXX_EXPERIMENTAL_CXX0X__
 float f = 0x1p+1; // expected-warning {{incompatible with C++0x}}