From e235872c418d19049f81133fa045c939f2f54728 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 13 Jan 2011 15:23:59 +0000 Subject: [PATCH] Add xfail and notarget. 2011-01-13 H.J. Lu * ld-scripts/defined4.d: Xfail rs6000-*-aix*. Skip mips*-*-* and mmix-*-*. * ld-scripts/expr2.d: Xfail rs6000-*-aix* and arm-*-*aout. --- ld/testsuite/ChangeLog | 7 +++++++ ld/testsuite/ld-scripts/defined4.d | 4 ++++ ld/testsuite/ld-scripts/expr2.d | 1 + 3 files changed, 12 insertions(+) diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 3fad414..61a6117 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2011-01-13 H.J. Lu + + * ld-scripts/defined4.d: Xfail rs6000-*-aix*. Skip mips*-*-* + and mmix-*-*. + + * ld-scripts/expr2.d: Xfail rs6000-*-aix* and arm-*-*aout. + 2011-01-10 H.J. Lu * ld-scripts/assert.exp: Run assert2. diff --git a/ld/testsuite/ld-scripts/defined4.d b/ld/testsuite/ld-scripts/defined4.d index 2c3a6ea..b434e40 100644 --- a/ld/testsuite/ld-scripts/defined4.d +++ b/ld/testsuite/ld-scripts/defined4.d @@ -1,6 +1,10 @@ #ld: -Tdefined4.t #nm: -B #source: defined4.s +#xfail: rs6000-*-aix* +#notarget: mips*-*-* mmix-*-* +# We check that defined and defined1 have the same address. MIPS targets +# use different address. MMIX puts defined and defined1 in text section. # Check that arithmetic on DEFINED works. #... diff --git a/ld/testsuite/ld-scripts/expr2.d b/ld/testsuite/ld-scripts/expr2.d index 6f7e253..26354f6 100644 --- a/ld/testsuite/ld-scripts/expr2.d +++ b/ld/testsuite/ld-scripts/expr2.d @@ -1,5 +1,6 @@ # ld: -T expr2.t #nm: -B +#xfail: rs6000-*-aix* arm-*-*aout #... .* D defined -- 2.7.4