This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit+7.5] [patch] gdb.base/valgrind-infcall.exp compat. with Ubuntu 10.04.4


On Tue, 21 Aug 2012 22:00:44 +0200, Doug Evans wrote:
> On Tue, Aug 21, 2012 at 12:04 PM, Jan Kratochvil <jan.kratochvil@redhat.com> wrote:
> > Unless Doug speaks up with a verification I will just remove the comment.
> 
> I'd say keep the comment in some form.
> 
> The tcl/expect I've been using is
> $ expect -v
> expect version 5.44.1.14
> $ ldd /usr/bin/expect | grep tcl
>         libtcl8.5.so.0 => /usr/lib/libtcl8.5.so.0 (0x00007ff9bac15000)

On Fri, 24 Aug 2012 16:27:33 +0200, Jan Kratochvil wrote:
> After reverting 61ab2e32245eadc40c36c5d7d4c4962962df59bd on FSF GDB HEAD it
> still works for me.
[...]
> Do you run some replaced valgrind on updated Ubuntu 10.04.4?  Stock Ubuntu
> valgrind is too old for this testcase to run.

Therefore removed the comment:
	http://sourceware.org/ml/gdb-cvs/2012-09/msg00056.html
For 7.5:
	http://sourceware.org/ml/gdb-cvs/2012-09/msg00057.html


Regads,
Jan


http://sourceware.org/ml/gdb-cvs/2012-09/msg00056.html

--- src/gdb/testsuite/ChangeLog	2012/09/12 23:29:04	1.3370
+++ src/gdb/testsuite/ChangeLog	2012/09/13 05:32:08	1.3371
@@ -1,3 +1,7 @@
+2012-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+	* gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
+
 2012-09-12  Keith Seitz  <keiths@redhat.com>
 
 	* gdb.cp/converts.cc (main): Comment out the pointer to boolean
--- src/gdb/testsuite/gdb.base/valgrind-infcall.exp	2012/08/07 18:04:12	1.4
+++ src/gdb/testsuite/gdb.base/valgrind-infcall.exp	2012/09/13 05:32:09	1.5
@@ -96,7 +96,6 @@
     gdb_test_multiple "continue" "" {
 	-re "Invalid free\\(\\).*: main .*\r\n$gdb_prompt $" {
 	    pass $test
-	    # In Ubuntu 10.04.4 environments 'break' does not work here.
 	    set loop 0
 	}
 	-re "Remote connection closed.*\r\n$gdb_prompt $" {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]