Update gdb.base/default.exp for GDB 10
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 18 Dec 2019 21:46:17 +0000 (16:46 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 18 Dec 2019 21:46:17 +0000 (16:46 -0500)
Now that the version number in master has been bumped to 10, I get this
failure:

    FAIL: gdb.base/default.exp: show convenience ($_gdb_major = 9 not found)

Update the test accordingly.

gdb/testsuite/ChangeLog:

* gdb.base/default.exp: Update value of $_gdb_major.

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

index 01f6fdf37b2e992eb919478352deb62cf6c85fb8..1079e71c84c0af4fa8db86e3a380670717f5b837 100644 (file)
@@ -1,3 +1,7 @@
+2019-12-18  Simon Marchi  <simon.marchi@efficios.com>
+
+       * gdb.base/default.exp: Update value of $_gdb_major.
+
 2019-12-17  Bernd Edlinger  <bernd.edlinger@hotmail.de>
 
        * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
index c323060d9ab941abbf9163a20a6cac8d60a0a78a..25e5e661bb583f7e1b0553adbf07c55f6ce71e1a 100644 (file)
@@ -608,7 +608,7 @@ set show_conv_list \
        {$_gdb_maint_setting = <internal function _gdb_maint_setting>} \
        {$_gdb_setting_str = <internal function _gdb_setting_str>} \
        {$_gdb_setting = <internal function _gdb_setting>} \
-       {$_gdb_major = 9} \
+       {$_gdb_major = 10} \
        {$_gdb_minor = 1} \
        {$_shell_exitsignal = void} \
        {$_shell_exitcode = 0} \
This page took 0.0315800000000001 seconds and 4 git commands to generate.