gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 13 Sep 2012 05:32:09 +0000 (05:32 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 13 Sep 2012 05:32:09 +0000 (05:32 +0000)
* gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/valgrind-infcall.exp

index faefb8da4af7619f9fcf449728a6f9b8ada996b4..d505745340a0d398d42b965d9445cd38f15f3aa7 100644 (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
index 84d6819c71a9dbd4a8e31f05805cab4c0a1a16fb..107fd3ce6285025ce6b212b5b64216caf8a29a3b 100644 (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 $" {