These tests really are failing, do not let them accidentally be XPASS.

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
This commit is contained in:
Chris Lattner 2004-11-22 19:11:40 +00:00
parent baf790e809
commit b9849700ed
5 changed files with 5 additions and 5 deletions

View 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

View 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,

View 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 {

View 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

View 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