gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 4 Jun 2010 14:26:52 +0000 (14:26 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 4 Jun 2010 14:26:52 +0000 (14:26 +0000)
* gdb.base/commands.exp (add printf tbreak command): Remove trailing
newline.
* gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
(empty verbose non-noisy clear, empty verbose noisy clear)
(empty non-verbose noisy clear): Likewise.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/commands.exp
gdb/testsuite/gdb.gdb/complaints.exp

index 255b3f115c7ba67f3e7b13b7f84e42fade8653e3..4eac1cc2c5a4bce2189ed33a73079f1fcd44a8c6 100644 (file)
@@ -1,3 +1,11 @@
+2010-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/commands.exp (add printf tbreak command): Remove trailing
+       newline.
+       * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
+       (empty verbose non-noisy clear, empty verbose noisy clear)
+       (empty non-verbose noisy clear): Likewise.
+
 2010-06-03  Michael Snyder  <msnyder@vmware.com>
 
        * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
index 1619125f784fa00a8c6268d54b38429ca66efa08..a9ba92ecfc448aed695fadfc42696dc26110d3ca 100644 (file)
@@ -503,7 +503,7 @@ proc temporary_breakpoint_commands {} {
            pass "add silent tbreak command"
        }
     }
-    gdb_test_multiple "printf \"factorial tbreak commands executed\\n\"\n" \
+    gdb_test_multiple "printf \"factorial tbreak commands executed\\n\"" \
        "add printf tbreak command" {
            -re ">$" {
                pass "add printf tbreak command"
index cc66e309727acac1239981f68292732532ac10e9..7f942dc9cad6f2006ed44a4db763e06d579f5a02 100644 (file)
@@ -207,13 +207,13 @@ proc test_empty_complaint { cmd msg } {
 
 proc test_empty_complaints { } {
 
-    test_empty_complaint "call clear_complaints(&symfile_complaints,0,0)\n" \
+    test_empty_complaint "call clear_complaints(&symfile_complaints,0,0)" \
            "empty non-verbose non-noisy clear"
-    test_empty_complaint "call clear_complaints(&symfile_complaints,1,0)\n" \
+    test_empty_complaint "call clear_complaints(&symfile_complaints,1,0)" \
            "empty verbose non-noisy clear"
-    test_empty_complaint "call clear_complaints(&symfile_complaints,1,1)\n" \
+    test_empty_complaint "call clear_complaints(&symfile_complaints,1,1)" \
            "empty verbose noisy clear"
-    test_empty_complaint "call clear_complaints(&symfile_complaints,0,1)\n" \
+    test_empty_complaint "call clear_complaints(&symfile_complaints,0,1)" \
            "empty non-verbose noisy clear"
 
     return 0
This page took 0.038811 seconds and 4 git commands to generate.