gdb/testsuite/

* gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
	add .dynamic entry'.
This commit is contained in:
Jan Kratochvil 2010-06-29 21:48:10 +00:00
parent 254e6b9ed4
commit 37cc8bfee6
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
Doug Evans <dje@google.com>
* gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
add .dynamic entry'.
2010-06-29 Doug Evans <dje@google.com>
Test PR c++/11702.

View File

@ -163,6 +163,11 @@ proc prelinkYES {arg {name ""}} {
if {$result == 0 && $output == ""} {
pass $test
return 1
} elseif {$result == 1 \
&& [string match -nocase "*: Not enough room to add .dynamic entry" $output]} {
# Linker should have reserved some entries for prelink.
xfail $test
return 0
} else {
fail $test
return 0