* gdb.base/default.exp (show version): Update the version text.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 3 Sep 2007 14:58:47 +0000 (14:58 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 3 Sep 2007 14:58:47 +0000 (14:58 +0000)
* gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/default.exp
gdb/testsuite/gdb.gdb/selftest.exp

index da58f984e0b965b7cc85b2f0b36823cfb99652fa..05a3393184fdd774fbc481fd8ab2972f9e871d99 100644 (file)
@@ -1,3 +1,8 @@
+2007-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/default.exp (show version): Update the version text.
+       * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
+
 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
index 295885c2d64296ef5b2e2c1fce07056583cb08fa..67afbf83ba4779be26317f3f9f4ba72d19f04025 100644 (file)
@@ -665,7 +665,7 @@ gdb_test "show values" "" "show values"
 #test show verbose
 gdb_test "show verbose" "Verbose printing of informational messages is o.*|Verbosity is off.*" "show verbose"
 #test show version
-gdb_test "show version" "GNU gdb \[0-9\.\]*(\[^\r\n\]*\[\r\n\])+Copyright \\(C\\) \[0-9\]* Free Software Foundation, Inc(\[^\r\n\]*\[\r\n\])+GDB is free software, covered by the GNU General Public License, and you are(\[^\r\n\]*\[\r\n\])+welcome to change it and/or distribute copies of it under certain conditions(\[^\r\n\]*\[\r\n\])+Type \"show copying\" to see the conditions(\[^\r\n\]*\[\r\n\])+There is absolutely no warranty for GDB.  Type \"show warranty\" for details(\[^\r\n\]*\[\r\n\])+This GDB was configured as .*|GDB is free software and you are welcome to distribute copies of it(\[^\r\n\]*\[\r\n\])+ under certain conditions; type \"show copying\" to see the conditions.(\[^\r\n\]*\[\r\n\])+There is absolutely no warranty for GDB; type \"show warranty\" for details.(\[^\r\n\]*\[\r\n\])+GDB.*Copyright \\(C\\) \[0-9\]* Free Software Foundation, Inc.*" "show version"
+gdb_test "show version" "GNU gdb \[0-9\.\]*(\[^\r\n\]*\[\r\n\])+Copyright \\(C\\) \[0-9\]* Free Software Foundation, Inc(\[^\r\n\]*\[\r\n\])+License GPLv3\\+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>(\[^\r\n\]*\[\r\n\])+This is free software: you are free to change and redistribute it.(\[^\r\n\]*\[\r\n\])+There is NO WARRANTY, to the extent permitted by law.  Type \"show copying\"(\[^\r\n\]*\[\r\n\])+and \"show warranty\" for details..*" "show version" 
 #test show width
 gdb_test "show width" "Number of characters gdb thinks are in a line is.*" "show width"
 #test show write
index a56194bc0db06bd50d107abed20448c8e8d3181d..520c523c1e616e1cd7291a48538c1198d4f5779e 100644 (file)
@@ -411,17 +411,25 @@ proc test_with_self { executable } {
     gdb_expect {
        -re "GNU gdb \[0-9\.\]*.*
 Copyright \\(C\\) \[0-9\]* Free Software Foundation, Inc.*
+License GPLv3\\+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.*
+This is free software: you are free to change and redistribute it.*
+There is NO WARRANTY, to the extent permitted by law.  Type \"show copying\".*
+and \"show warranty\" for details.*
+This GDB was configured as .*$gdb_prompt $"\
+           { pass "xgdb is at prompt" }
+       -re "GNU gdb \[0-9\.\]*.*
+Copyright \\(C\\) \[0-9\]* Free Software Foundation, Inc.*
 GDB is free software, covered by the GNU General Public License, and you are.*
 welcome to change it and/or distribute copies of it under certain conditions.*
 Type \"show copying\" to see the conditions.*
 There is absolutely no warranty for GDB.  Type \"show warranty\" for details.*
 This GDB was configured as .*$gdb_prompt $"\
-           { pass "xgdb is at prompt" }
+           { pass "xgdb is at prompt (obsolescent gdb 2)" }
        -re "GDB is free software and you are welcome to distribute copies of it.*
  under certain conditions; type \"show copying\" to see the conditions..*
 There is absolutely no warranty for GDB; type \"show warranty\" for details..*
 GDB.*Copyright \[0-9\]+ Free Software Foundation, Inc..*$gdb_prompt $"\
-           { pass "xgdb is at prompt (obsolescent gdb)" }
+           { pass "xgdb is at prompt (obsolescent gdb 1)" }
        -re ".*$gdb_prompt $"       { fail "xgdb is at prompt" }
        timeout             { fail "(timeout) xgdb is at prompt" }
     }
This page took 0.035925 seconds and 4 git commands to generate.