* gdb.objc/basicclass.exp: Disable pending breakpoint query.
authorUlrich Weigand <uweigand@de.ibm.com>
Tue, 29 Sep 2009 19:02:22 +0000 (19:02 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Tue, 29 Sep 2009 19:02:22 +0000 (19:02 +0000)
* gdb.objc/nondebug.exp: Likewise.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.objc/basicclass.exp
gdb/testsuite/gdb.objc/nondebug.exp

index e83c0fc9eb2ec80c833cede8cac73300b1fec525..96f313a879929d990aba1f77252d6313b6dfec61 100644 (file)
@@ -1,3 +1,8 @@
+2009-09-29  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gdb.objc/basicclass.exp: Disable pending breakpoint query.
+       * gdb.objc/nondebug.exp: Likewise.
+
 2009-09-29  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
 
        * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
index 462ac06d70c902b10eda74b34ea145d056db9b7e..d0179b6fdba3b671a3ba6f7c941cc03ab620d0ea 100644 (file)
@@ -102,6 +102,11 @@ do_objc_tests
 #
 # Breakpoint tests
 #
+
+# Disable pending breakpoint query to avoid timeouts
+# if Obj-C symbols cannot be found
+gdb_test "set breakpoint pending off" "" "set breakpoint pending"
+
 gdb_test "break doIt" \
     "Breakpoint.*at.* file .*$srcfile, line.29.*" \
     "breakpoint method"
index 1fc2403504a6a78bc93e7c24d8ca9c27a8829cc9..6679e694b2c91228b41180ba8b4a1b05686899a7 100644 (file)
@@ -56,6 +56,10 @@ proc do_objc_tests {} {
 
 do_objc_tests
 
+# Disable pending breakpoint query to avoid timeouts
+# if Obj-C symbols cannot be found
+gdb_test "set breakpoint pending off" "" "set breakpoint pending"
+
 #
 # Break on multiply defined non-debuggable symbol (PR objc/1236)
 #