mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-19 02:25:01 +00:00
Debugging is now reenabled on PPC darwin, so reenable
these tests (they pass). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95263 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -8,9 +8,7 @@
|
|||||||
// RUN: echo {break main\nrun\np Pubnames::pubname} > %t.in
|
// RUN: echo {break main\nrun\np Pubnames::pubname} > %t.in
|
||||||
// RUN: gdb -q -batch -n -x %t.in %t.exe | tee %t.out | grep {\$1 = 10}
|
// RUN: gdb -q -batch -n -x %t.in %t.exe | tee %t.out | grep {\$1 = 10}
|
||||||
//
|
//
|
||||||
// XFAIL: alpha,arm,powerpc-apple-darwin
|
// XFAIL: alpha,arm
|
||||||
// FIXME: This doesn't work for PPC Darwin because we turned off debugging on
|
|
||||||
// that platform.
|
|
||||||
|
|
||||||
struct Pubnames {
|
struct Pubnames {
|
||||||
static int pubname;
|
static int pubname;
|
||||||
|
@@ -6,9 +6,6 @@
|
|||||||
// RUN: gdb -q -batch -n -x %t2 2009-02-17-BitField-dbg.o | \
|
// 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"
|
// RUN: tee 2009-02-17-BitField-dbg.out | grep "int a : 4"
|
||||||
//
|
//
|
||||||
// XFAIL: powerpc-apple-darwin
|
|
||||||
// FIXME: This doesn't work for PPC Darwin because we turned off debugging on
|
|
||||||
// that platform.
|
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
int a:4;
|
int a:4;
|
||||||
|
Reference in New Issue
Block a user