]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 2 Jul 2011 20:49:02 +0000 (20:49 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 2 Jul 2011 20:49:02 +0000 (20:49 +0000)
* gdb.cp/temargs.exp (set sixth breakpoint for temargs): Move the test
to match the HEAD order.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.cp/temargs.exp

index 12efd0c3bee6c39384d110bc04bd4dedd01317a7..9d34153a30e727e54f1d372ee86fcc249bbb3eb9 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.cp/temargs.exp (set sixth breakpoint for temargs): Move the test
+       to match the HEAD order.
+
 2011-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * gdb.cp/m-static.exp: Call get_compiler_info.
index ba9e85b9063a175ccec6c83a3fbe2e342348438a..456695f8233e3ade6fb8e518fa13aef24b31e8ac 100644 (file)
@@ -62,6 +62,10 @@ set line [gdb_get_line_number "Breakpoint 4" $srcfile]
 gdb_test "break $srcfile:$line" "Breakpoint 5.*" \
     "set fourth breakpoint for temargs"
 
+set line [gdb_get_line_number "Breakpoint 6" $srcfile]
+gdb_test "break $srcfile:$line" "Breakpoint 6.*" \
+    "set sixth breakpoint for temargs"
+
 #
 # Tests in Base::base_m.
 #
@@ -80,10 +84,6 @@ gdb_test "print P == &a_global" " = true" "test value of P in base_m"
 setup_kfail "gcc/41736" *-*-*
 gdb_test "print MP" "&S::f" "test value of MP in base_m"
 
-set line [gdb_get_line_number "Breakpoint 6" $srcfile]
-gdb_test "break $srcfile:$line" "Breakpoint 6.*" \
-    "set sixth breakpoint for temargs"
-
 #
 # Tests in Inner::inner_m.
 #