diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2011-01-13 15:23:59 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2011-01-13 15:23:59 +0000 |
commit | e235872c418d19049f81133fa045c939f2f54728 (patch) | |
tree | 74ca6b920862d85ece496079c4eeb6686fbe4fe1 /ld | |
parent | 729c05fc7cb2755738a63eb97c69815bbfce5e70 (diff) | |
download | gdb-e235872c418d19049f81133fa045c939f2f54728.zip gdb-e235872c418d19049f81133fa045c939f2f54728.tar.gz gdb-e235872c418d19049f81133fa045c939f2f54728.tar.bz2 |
Add xfail and notarget.
2011-01-13 H.J. Lu <hongjiu.lu@intel.com>
* ld-scripts/defined4.d: Xfail rs6000-*-aix*. Skip mips*-*-*
and mmix-*-*.
* ld-scripts/expr2.d: Xfail rs6000-*-aix* and arm-*-*aout.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/defined4.d | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/expr2.d | 1 |
3 files changed, 12 insertions, 0 deletions
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 <hongjiu.lu@intel.com> + + * 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 <hongjiu.lu@intel.com> * 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 |