mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-16 11:08:09 +00: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. :( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18114 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
baf790e809
commit
b9849700ed
@ -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
|
||||
|
||||
|
@ -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,
|
||||
|
@ -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 {
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
|
||||
// RUN: %llvmgcc -S %s -o /dev/null
|
||||
|
||||
/*
|
||||
* XFAIL: linux
|
||||
|
Loading…
x
Reference in New Issue
Block a user