]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 13 Sep 2012 05:35:18 +0000 (05:35 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 13 Sep 2012 05:35:18 +0000 (05:35 +0000)
* gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.

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

index 82a99033046516c927e80ea7ab703843daa97e73..de5e3af86e5516fea06b09a99441281e790a399b 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-08-16  Tom Tromey  <tromey@redhat.com>
 
        * gdb.python/py-mi.exp: Add test for printer whose children
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 $" {