2010-06-02 Michael Snyder <msnyder@vmware.com>
authorMichael Snyder <msnyder@vmware.com>
Wed, 2 Jun 2010 21:46:45 +0000 (21:46 +0000)
committerMichael Snyder <msnyder@vmware.com>
Wed, 2 Jun 2010 21:46:45 +0000 (21:46 +0000)
* gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
* gdb.dwarf2/dw2-compressed.exp: Ditto.
* gdb.dwarf2/dw2-intercu.exp: Ditto.
* gdb.dwarf2/dw2-intermix.exp: Ditto.
* gdb.dwarf2/dw2-producer.exp: Ditto.
* gdb.dwarf2/mac-fileno.exp: Ditto.

* gdb.gdb/observer.exp: Use gdb_test_no_output.
* gdb.gdb/selftest.exp: Ditto.

* gdb.multi/base.exp: Use gdb_test_no_output.

* gdb.opt/inline-cmds.exp: Use gdb_test_no_output.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.dwarf2/dw2-basic.exp
gdb/testsuite/gdb.dwarf2/dw2-compressed.exp
gdb/testsuite/gdb.dwarf2/dw2-intercu.exp
gdb/testsuite/gdb.dwarf2/dw2-intermix.exp
gdb/testsuite/gdb.dwarf2/dw2-producer.exp
gdb/testsuite/gdb.dwarf2/mac-fileno.exp
gdb/testsuite/gdb.gdb/observer.exp
gdb/testsuite/gdb.gdb/selftest.exp
gdb/testsuite/gdb.multi/base.exp
gdb/testsuite/gdb.opt/inline-cmds.exp

index 5d123612eb532b024c97733715b3c9839af6c84f..46df34401e0071c4c6010d463cb01c5c6ca3fd1c 100644 (file)
@@ -1,3 +1,19 @@
+2010-06-02  Michael Snyder  <msnyder@vmware.com>
+
+       * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
+       * gdb.dwarf2/dw2-compressed.exp: Ditto.
+       * gdb.dwarf2/dw2-intercu.exp: Ditto.
+       * gdb.dwarf2/dw2-intermix.exp: Ditto.
+       * gdb.dwarf2/dw2-producer.exp: Ditto.
+       * gdb.dwarf2/mac-fileno.exp: Ditto.
+
+       * gdb.gdb/observer.exp: Use gdb_test_no_output.
+       * gdb.gdb/selftest.exp: Ditto.
+
+       * gdb.multi/base.exp: Use gdb_test_no_output.
+
+       * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
+
 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
index 8569db640bb92305b9ee83e2754b07d6bee73264..b11bf256aee6b3886b6e8c1b0d607fd5c1734d38 100644 (file)
@@ -50,7 +50,7 @@ gdb_load ${binfile}
 
 set remote_dwarf_srcfile [remote_download host ${srcdir}/${subdir}/${dwarf_srcfile}]
 
-gdb_test "set listsize 1" ""
+gdb_test_no_output "set listsize 1"
 gdb_test "list func_cu1" "4\[ \t\]+File 1 Line 4"
 gdb_test "ptype func_cu1" "type = int \\(\\)"
 
index 6d724697b6f5c61ef12515520118f1c60fb71575..23ac9b2a42ec176dd4588e47276d750626a85b0f 100644 (file)
@@ -50,7 +50,7 @@ gdb_load ${binfile}
 
 set remote_dwarf_srcfile [remote_download host ${srcdir}/${subdir}/${dwarf_srcfile}]
 
-gdb_test "set listsize 1" ""
+gdb_test_no_output "set listsize 1"
 gdb_test "list func_cu1" "4\[ \t\]+File 1 Line 4"
 gdb_test "ptype func_cu1" "type = int \\(\\)"
 
index 7201230e8d5c49a6b1b2904b5bb3deb7fa844091..9094405a5c6d9126bc3f8e786d2ba2e514e27d3c 100644 (file)
@@ -50,7 +50,7 @@ gdb_load ${binfile}
 
 set remote_dwarf_srcfile [remote_download host ${srcdir}/${subdir}/${dwarf_srcfile}]
 
-gdb_test "set listsize 1" ""
+gdb_test_no_output "set listsize 1"
 gdb_test "list func_cu1" "4\[ \t\]+File 1 Line 4"
 gdb_test "ptype func_cu1" "type = int \\(\\)"
 
index 26864243c5ec16ce39373f49a89d746d01c194bd..4022cce6dc1b14468d2a830198fb0b605f722bf6 100644 (file)
@@ -50,7 +50,7 @@ gdb_load ${binfile}
 
 set remote_dwarf_srcfile [remote_download host ${srcdir}/${subdir}/${dwarf_srcfile}]
 
-gdb_test "set listsize 1" ""
+gdb_test_no_output "set listsize 1"
 gdb_test "list func_cu1" "4\[ \t\]+File 1 Line 4"
 gdb_test "ptype func_cu1" "type = int \\(\\)"
 
index 354447ded7e2f7b0c0a50c68eb0e5c4823957e8b..3edc1fed85667a18199c2f02cbd86ca8de7c0532 100644 (file)
@@ -48,7 +48,7 @@ gdb_load ${binfile}
 
 set remote_dwarf_srcfile [remote_download host ${srcdir}/${subdir}/${dwarf_srcfile}]
 
-gdb_test "set listsize 1" ""
+gdb_test_no_output "set listsize 1"
 gdb_test "list func_cu1" "4\[ \t\]+File 1 Line 4"
 gdb_test "ptype func_cu1" "type = int \\(\\)"
 
index 01159ad3b909d424f2527e7b45448ce1f0ff3c6b..184f585591b87c0152d440c3bc286c77870c865c 100644 (file)
@@ -51,7 +51,7 @@ gdb_load ${binfile}
 
 set remote_dwarf_srcfile [remote_download host ${srcdir}/${subdir}/${dwarf_srcfile}]
 
-gdb_test "set listsize 1" ""
+gdb_test_no_output "set listsize 1"
 gdb_test "list func_cu1" "4\[ \t\]+File 1 Line 4"
 gdb_test "ptype func_cu1" "type = int \\(\\)"
 
index ca5854b9abfa7523ca83f4666231bbb48e94b324..fed74a0e7f081bb5c9244e3875edb287753176df 100644 (file)
@@ -99,33 +99,33 @@ proc setup_test { executable } {
 }
 
 proc attach_first_observer { message } {
-    gdb_test "set \$first_obs = observer_attach_test_notification (&observer_test_first_notification_function)" \
-       "" "$message; attach first observer"
+    gdb_test_no_output "set \$first_obs = observer_attach_test_notification (&observer_test_first_notification_function)" \
+       "$message; attach first observer"
 }
 
 proc attach_second_observer { message } {
-    gdb_test "set \$second_obs = observer_attach_test_notification (&observer_test_second_notification_function)" \
-       "" "$message; attach second observer"
+    gdb_test_no_output "set \$second_obs = observer_attach_test_notification (&observer_test_second_notification_function)" \
+       "$message; attach second observer"
 }
 
 proc attach_third_observer { message } {
-    gdb_test "set \$third_obs = observer_attach_test_notification (&observer_test_third_notification_function)" \
-       "" "$message; attach third observer"
+    gdb_test_no_output "set \$third_obs = observer_attach_test_notification (&observer_test_third_notification_function)" \
+       "$message; attach third observer"
 }
 
 proc detach_first_observer { message } {
-    gdb_test "call observer_detach_test_notification (\$first_obs)" \
-       "" "$message; detach first observer"
+    gdb_test_no_output "call observer_detach_test_notification (\$first_obs)" \
+       "$message; detach first observer"
 }
 
 proc detach_second_observer { message } {
-    gdb_test "call observer_detach_test_notification (\$second_obs)" \
-       "" "$message; detach second observer"
+    gdb_test_no_output "call observer_detach_test_notification (\$second_obs)" \
+       "$message; detach second observer"
 }
 
 proc detach_third_observer { message } {
-    gdb_test "call observer_detach_test_notification (\$third_obs)" \
-       "" "$message; detach third observer"
+    gdb_test_no_output "call observer_detach_test_notification (\$third_obs)" \
+       "$message; detach third observer"
 }
 
 proc check_counters { first second third message } {
@@ -141,11 +141,11 @@ proc check_counters { first second third message } {
 }
 
 proc reset_counters { message } {
-    gdb_test "set variable observer_test_first_observer = 0" "" \
+    gdb_test_no_output "set variable observer_test_first_observer = 0" \
        "$message; reset first observer counter"
-    gdb_test "set variable observer_test_second_observer = 0" "" \
+    gdb_test_no_output "set variable observer_test_second_observer = 0" \
        "$message; reset second observer counter"
-    gdb_test "set variable observer_test_third_observer = 0" "" \
+    gdb_test_no_output "set variable observer_test_third_observer = 0" \
        "$message; reset third observer counter"
 }
 
@@ -158,7 +158,7 @@ proc test_notifications { first second third message args } {
     # Call observer_notify_test_notification.  Note that this procedure
     # takes one argument, but this argument is ignored by the observer
     # callbacks we have installed.  So we just pass an arbitrary value.
-    gdb_test "call observer_notify_test_notification (0)" "" \
+    gdb_test_no_output "call observer_notify_test_notification (0)" \
        "$message; sending notification"
     check_counters $first $second $third $message
 }
index d1574bc8801196efaf8dd38117fb790fa77e8e0c..a448cbcc703a7e833e5d4c49db57abb86634ac74 100644 (file)
@@ -299,7 +299,7 @@ proc test_with_self { executable } {
     # FIXME: If we put this after the run to main, the first list
     # command doesn't print the same line as the current line where
     # gdb is stopped.
-    gdb_test "set listsize 1" "" "set listsize to 1"
+    gdb_test_no_output "set listsize 1" "set listsize to 1"
 
     # run yourself
     # It may take a very long time for the inferior gdb to start (lynx),
index 3817edae983109512adbc418202c6034d50465de..c8a7bf49a6e7a0f74b81651550ea32059d1a8ef7 100644 (file)
@@ -73,7 +73,7 @@ gdb_test "info functions commonfun" "${srcfile3}.*"
 
 gdb_test "inferior 1"
 
-gdb_test "set listsize 1" ""
+gdb_test_no_output "set listsize 1"
 
 gdb_test "list commonfun" "from hello.*"
 
index a4e6b69b65e1273fa770ad1adedb81d17e3d2cd0..038d97f471e9272d66300c051bc737e2e28b16e5 100644 (file)
@@ -32,7 +32,7 @@ gdb_start
 gdb_reinitialize_dir $srcdir/$subdir
 gdb_load ${binfile}
 
-gdb_test "set listsize 1" ""
+gdb_test_no_output "set listsize 1"
 
 runto_main