mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +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:
parent
a2a80adde2
commit
731d244a5c
@ -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