These tests really are failing, do not let them accidentally be XPASS.
authorChris Lattner <sabre@nondot.org>
Mon, 22 Nov 2004 19:11:40 +0000 (19:11 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 22 Nov 2004 19:11:40 +0000 (19:11 +0000)
Note that apparently 'failing command | succeeding command' is a fail on
csh but not on sh.  :(

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

test/CFrontend/2003-01-30-UnionInit.c
test/CFrontend/2003-02-12-NonlocalGoto.c
test/CFrontend/2003-08-30-AggregateInitializer.c
test/CFrontend/2004-01-01-UnknownInitSize.c
test/CFrontend/2004-03-07-BitfieldCrash.c

index 4fc2717346ffec1b0e57d34d35079f3e37ae2260..30f8659c5de0a5a800d1cf996d526a5a473ae62d 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+// RUN: %llvmgcc -S %s -o /dev/null
 
 // XFAIL: linux,sun,darwin
 
index b5813308a1d530aeaaf930011b347aa5907707a8..81d97e06b5f6bbcb20eee91c0ee54f1bc7560b36 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+// RUN: %llvmgcc -S %s -o /dev/null
 
 // XFAIL: *
 /* It is unlikely that LLVM will ever support nested functions, but if it does,
index ab2f61012d72084838f73fc0e9b07211a4348c45..6ba53c0fe441969dea84696be89511fac49dc6b4 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+// RUN: %llvmgcc -S %s -o /dev/null
 
 // XFAIL: linux,sun,darwin
 struct istruct {
index 863305ecb4e555e0842cf82c7dcfebf644a7f736..c021c7a108353c556fee3fa9603e9e36bdf79a83 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+// RUN: %llvmgcc -S %s -o /dev/null
 
 /*
  * This regression test ensures that the C front end can compile initializers
index f94c17e4dd9ad025d7aafbcf7a143b60a0123d1c..e82ea139d418c9d48ff6b5827c6014dc2890b025 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+// RUN: %llvmgcc -S %s -o /dev/null
 
 /*
  * XFAIL: linux