mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
XFAIL some tests that became failing due to the extra error reporting recently. PR's are created for these.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52250 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6f8abf929a
commit
818ae72d04
@ -1,4 +1,6 @@
|
||||
; RUN: bugpoint %s -dce -bugpoint-deletecalls -simplifycfg -silence-passes
|
||||
; XFAIL: *
|
||||
; See PR2453
|
||||
|
||||
@.LC0 = internal global [13 x i8] c"Hello World\0A\00" ; <[13 x i8]*> [#uses=1]
|
||||
|
||||
|
@ -8,6 +8,8 @@
|
||||
// RUN: gdb -q -batch -n -x %t2 NoCompileUnit.exe | \
|
||||
// RUN: tee NoCompileUnit.out | not grep {"low == high"}
|
||||
// XFAIL: alpha|ia64|arm
|
||||
// XFAIL: *
|
||||
// See PR2454
|
||||
|
||||
|
||||
class MamaDebugTest {
|
||||
|
@ -1,4 +1,6 @@
|
||||
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
|
||||
// XFAIL: *
|
||||
// See PR2425
|
||||
|
||||
struct {
|
||||
int *name;
|
||||
|
@ -1,4 +1,6 @@
|
||||
// RUN: %llvmgcc -xc %s -w -c -o - | llc
|
||||
// XFAIL: *
|
||||
// See PR2425
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
// RUN: %llvmgcc %s -S -o /dev/null
|
||||
// PR910
|
||||
// XFAIL: *
|
||||
// See PR2425
|
||||
|
||||
struct l_struct_2E_FILE { char x; };
|
||||
unsigned fwrite(signed char *, unsigned , unsigned , signed char *);
|
||||
|
@ -1,5 +1,7 @@
|
||||
// RUN: %llvmgcc -xc -Os -c %s -o /dev/null
|
||||
// PR1641
|
||||
// XFAIL: *
|
||||
// See PR2425
|
||||
|
||||
struct A {
|
||||
unsigned long l;
|
||||
|
@ -1,4 +1,7 @@
|
||||
// RUN: %llvmgcc %s -S -o -
|
||||
// XFAIL: *
|
||||
// See PR2425
|
||||
|
||||
#pragma pack(push, 2)
|
||||
struct H {
|
||||
unsigned long f1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user