This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[commit] testsuite: break-interp.exp: XFAIL on failing prelink
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: gdb-patches at sourceware dot org
- Cc: Doug Evans <dje at google dot com>
- Date: Tue, 29 Jun 2010 23:50:58 +0200
- Subject: [commit] testsuite: break-interp.exp: XFAIL on failing prelink
Hi,
Doug Evans has reportde on IRC FAILs of break-interp.exp on:
amd64-linux on an ubuntu box, but with a separate glibc 2.11
Tested and approved by Doug Evans.
Checked-in.
Thanks,
Jan
http://sourceware.org/ml/gdb-cvs/2010-06/msg00209.html
--- src/gdb/testsuite/ChangeLog 2010/06/29 16:53:10 1.2364
+++ src/gdb/testsuite/ChangeLog 2010/06/29 21:48:09 1.2365
@@ -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.
--- src/gdb/testsuite/gdb.base/break-interp.exp 2010/06/28 16:54:11 1.12
+++ src/gdb/testsuite/gdb.base/break-interp.exp 2010/06/29 21:48:10 1.13
@@ -163,6 +163,11 @@
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