]> granicus.if.org Git - clang/commitdiff
make sure to verify that the "non pch" runs worked.
authorChris Lattner <sabre@nondot.org>
Sat, 18 Apr 2009 18:45:36 +0000 (18:45 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 18 Apr 2009 18:45:36 +0000 (18:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69457 91177308-0d34-0410-b5e6-96231b3b80d8

13 files changed:
test/PCH/asm.c
test/PCH/attrs.c
test/PCH/blocks.c
test/PCH/enum.c
test/PCH/exprs.c
test/PCH/functions.c
test/PCH/line-directive.c
test/PCH/multiple_decls.c
test/PCH/stmts.c
test/PCH/struct.c
test/PCH/types.c
test/PCH/va_arg.c
test/PCH/variables.c

index 135abc179681bb54cdcfa717af5973c19a671e70..b4201ebde837f82f02cfb91bdce3463c378b4cc6 100644 (file)
@@ -1,5 +1,5 @@
 // Test this without pch.
-// RUN: clang-cc -include %S/asm.h -fsyntax-only -verify %s
+// RUN: clang-cc -include %S/asm.h -fsyntax-only -verify %s &&
 
 // Test with pch.
 // RUN: clang-cc -emit-pch -o %t %S/asm.h &&
index 57b92c035e195f6da317fa3e8155e04ebef37510..1ffb467f63dbfa9e118c7518ce1fcecb9803c692 100644 (file)
@@ -1,5 +1,5 @@
 // Test this without pch.
-// RUN: clang-cc -include %S/attrs.h -fsyntax-only -verify %s
+// RUN: clang-cc -include %S/attrs.h -fsyntax-only -verify %s &&
 
 // Test with pch.
 // RUN: clang-cc -emit-pch -o %t %S/attrs.h &&
index 27286b19618b27221866d7c2f0887691d5ff7f7b..f3efc8ac4bccf4125f544a533018775898bb44e1 100644 (file)
@@ -1,5 +1,5 @@
 // Test this without pch.
-// RUN: clang-cc -fblocks -include %S/blocks.h -fsyntax-only -emit-llvm -o - %s
+// RUN: clang-cc -fblocks -include %S/blocks.h -fsyntax-only -emit-llvm -o - %s &&
 
 // Test with pch.
 // RUN: clang-cc -emit-pch -fblocks -o %t %S/blocks.h &&
index f3e8a09d93eab6fe128bf806fc130f0ce77b978e..45b0491c6f53170fe7139bcb4cb30190bc306ea3 100644 (file)
@@ -1,5 +1,5 @@
 // Test this without pch.
-// RUN: clang-cc -include %S/enum.h -fsyntax-only -verify %s
+// RUN: clang-cc -include %S/enum.h -fsyntax-only -verify %s &&
 
 // Test with pch.
 // RUN: clang-cc -emit-pch -o %t %S/enum.h &&
index ced6d178b4ea06700860361a77b53520077982e4..c8e6d1dc3030070f541362791f0a44ca9c0b356c 100644 (file)
@@ -1,5 +1,5 @@
 // Test this without pch.
-// RUN: clang-cc -fblocks -include %S/exprs.h -fsyntax-only -verify %s
+// RUN: clang-cc -fblocks -include %S/exprs.h -fsyntax-only -verify %s &&
 
 // Test with pch.
 // RUN: clang-cc -emit-pch -fblocks -o %t %S/exprs.h &&
index 9042796924ef73c30352825fbbae1c2f562da407..6d3c5a0f7b8185a012106a6804e629b9da1797ee 100644 (file)
@@ -1,5 +1,5 @@
 // Test this without pch.
-// RUN: clang-cc -include %S/functions.h -fsyntax-only -verify %s
+// RUN: clang-cc -include %S/functions.h -fsyntax-only -verify %s &&
 
 // Test with pch.
 // RUN: clang-cc -emit-pch -o %t %S/functions.h &&
index ed54842aa743eba481a69f585c3d2b70a09770b4..53edb3c06b8ce173f62316816c452eefd153410a 100644 (file)
@@ -1,5 +1,5 @@
 // Test this without pch.
-// RUN: clang-cc -include %S/line-directive.h -fsyntax-only %s 2>&1|grep "25:5"
+// RUN: clang-cc -include %S/line-directive.h -fsyntax-only %s 2>&1|grep "25:5" &&
 
 // Test with pch.
 // RUN: clang-cc -emit-pch -o %t %S/line-directive.h &&
index f73567ed01dda22b670b3ce52624cb8dd9ce0f5b..4b2fc6247ce765888d92e8c23248a3ddad09ab70 100644 (file)
@@ -1,5 +1,5 @@
 // Test this without pch.
-// RUN: clang-cc -include %S/multiple_decls.h -fsyntax-only -ast-print -o - %s
+// RUN: clang-cc -include %S/multiple_decls.h -fsyntax-only -ast-print -o - %s &&
 
 // Test with pch.
 // RUN: clang-cc -emit-pch -o %t %S/multiple_decls.h &&
index 9979d10d3304f3e7bb1773aff6495726c5000563..0d906f291f2c186f23567c638e12f4f2306f21ac 100644 (file)
@@ -1,5 +1,5 @@
 // Test this without pch.
-// RUN: clang-cc -include %S/stmts.h -fsyntax-only -emit-llvm -o - %s
+// RUN: clang-cc -include %S/stmts.h -fsyntax-only -emit-llvm -o - %s &&
 
 // Test with pch.
 // RUN: clang-cc -emit-pch -o %t %S/stmts.h &&
index 5ea9fe27570e175ecd306c82ce67d1ea1b82deb7..027b303920136e2c9232b7f858cc6cbbea8224eb 100644 (file)
@@ -1,5 +1,5 @@
 // Test this without pch.
-// RUN: clang-cc -include %S/struct.h -fsyntax-only -verify %s
+// RUN: clang-cc -include %S/struct.h -fsyntax-only -verify %s &&
 
 // Test with pch.
 // RUN: clang-cc -emit-pch -o %t %S/struct.h &&
index d3ed8475fd7bfe5dac98aafa322ccecf38138330..6463eb1d51a98dafaafc53a46ff57964abbe97ee 100644 (file)
@@ -1,5 +1,5 @@
 // Test this without pch.
-// RUN: clang-cc -fblocks -include %S/types.h -fsyntax-only -verify %s
+// RUN: clang-cc -fblocks -include %S/types.h -fsyntax-only -verify %s &&
 
 // Test with pch.
 // RUN: clang-cc -emit-pch -fblocks -o %t %S/types.h &&
index 91c6b77a335b13f24c664c3479d3584f144716f8..de0bd5f73d49bf379b39c5f6259c81bd9472262b 100644 (file)
@@ -1,5 +1,5 @@
 // Test this without pch.
-// RUN: clang-cc -triple=x86_64-unknown-freebsd7.0 -include %S/va_arg.h %s -emit-llvm -o -
+// RUN: clang-cc -triple=x86_64-unknown-freebsd7.0 -include %S/va_arg.h %s -emit-llvm -o - &&
 
 // Test with pch.
 // RUN: clang-cc -triple=x86_64-unknown-freebsd7.0 -o %t %S/va_arg.h &&
index afd45461d0c490414f8d33147d8758252b654372..18eae60f7b21dbf9695c36d4d3dd4a2099bec3f9 100644 (file)
@@ -1,5 +1,5 @@
 // Test this without pch.
-// RUN: clang-cc -include %S/variables.h -fsyntax-only -verify %s
+// RUN: clang-cc -include %S/variables.h -fsyntax-only -verify %s &&
 
 // Test with pch.
 // RUN: clang-cc -emit-pch -o %t %S/variables.h &&