1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

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.  :(

llvm-svn: 18114
This commit is contained in:
Chris Lattner 2004-11-22 19:11:40 +00:00
parent a2a80adde2
commit 731d244a5c
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