gdb/testsuite/

* gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
This commit is contained in:
Jan Kratochvil 2012-09-13 05:32:09 +00:00
parent c4cd29c1f4
commit 18dc9ad804
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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 $" {