mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
These tests now pass.
llvm-svn: 84019
This commit is contained in:
parent
af459ed32d
commit
754bb7a010
@ -13,7 +13,6 @@
|
||||
// Only works on ppc (but not apple-darwin9), x86 and x86_64. Should
|
||||
// generalize?
|
||||
// XFAIL: alpha|arm|powerpc-apple-darwin9
|
||||
// XFAIL: *
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
@ -5,7 +5,6 @@
|
||||
// RUN: echo {ptype mystruct} > %t2
|
||||
// RUN: gdb -q -batch -n -x %t2 2009-02-17-BitField-dbg.o | \
|
||||
// RUN: tee 2009-02-17-BitField-dbg.out | grep "int a : 4"
|
||||
// XFAIL: *
|
||||
|
||||
struct {
|
||||
int a:4;
|
||||
|
@ -6,7 +6,7 @@
|
||||
// RUN: echo {break randomFunc\n} > %t.in
|
||||
// RUN: gdb -q -batch -n -x %t.in %t.exe | tee %t.out | \
|
||||
// RUN: grep {Breakpoint 1 at 0x.*: file 2009-08-17-DebugInfo.m, line 21}
|
||||
// XFAIL: *
|
||||
// XTARGET: darwin
|
||||
@interface MyClass
|
||||
{
|
||||
int my;
|
||||
|
Loading…
x
Reference in New Issue
Block a user