From: Jan Kratochvil Date: Thu, 13 Sep 2012 05:35:18 +0000 (+0000) Subject: gdb/testsuite/ X-Git-Tag: gdb_7_5_1-2012-11-29-release~96 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6c187bd96df82ba369988c35ff6a4525c9639ffc;p=thirdparty%2Fbinutils-gdb.git gdb/testsuite/ * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 82a99033046..de5e3af86e5 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-09-13 Jan Kratochvil + + * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu. + 2012-08-16 Tom Tromey * gdb.python/py-mi.exp: Add test for printer whose children diff --git a/gdb/testsuite/gdb.base/valgrind-infcall.exp b/gdb/testsuite/gdb.base/valgrind-infcall.exp index 84d6819c71a..107fd3ce628 100644 --- a/gdb/testsuite/gdb.base/valgrind-infcall.exp +++ b/gdb/testsuite/gdb.base/valgrind-infcall.exp @@ -96,7 +96,6 @@ while {$loop && $continue_count < 100} { 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 $" {