public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] [gdb/testsuite] Update expected _gdb_major/_gdb_minor in default.exp
@ 2019-10-07 10:50 Tom de Vries
  0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2019-10-07 10:50 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=dfee856674428aa0137efc3051eac170955f9532

commit dfee856674428aa0137efc3051eac170955f9532
Author: Tom de Vries <tdevries@suse.de>
Date:   Mon Oct 7 12:50:04 2019 +0200

    [gdb/testsuite] Update expected _gdb_major/_gdb_minor in default.exp
    
    Now that commit "225f296a023 Change gdb/version.in to 9.0.50.DATE-git (new
    version numbering scheme)" has changed the gdb version number, we see:
    ...
    FAIL: gdb.base/default.exp: show convenience ($_gdb_major = 8 not found)
    ...
    
    Fix this by updating the expected _gdb_major/_gdb_minor to 9.1.
    
    Tested on x86_64-linux.
    
    gdb/testsuite/ChangeLog:
    
    2019-10-07  Tom de Vries  <tdevries@suse.de>
    
    	* gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.

Diff:
---
 gdb/testsuite/ChangeLog            | 4 ++++
 gdb/testsuite/gdb.base/default.exp | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index e2c3351..c3fc339 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2019-10-07  Tom de Vries  <tdevries@suse.de>
+
+	* gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
+
 2019-10-07  Andrew Burgess  <andrew.burgess@embecosm.com>
 
 	* lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
diff --git a/gdb/testsuite/gdb.base/default.exp b/gdb/testsuite/gdb.base/default.exp
index 0325b80..cf009cd 100644
--- a/gdb/testsuite/gdb.base/default.exp
+++ b/gdb/testsuite/gdb.base/default.exp
@@ -604,8 +604,8 @@ set show_conv_list \
 	{$_cimag = <internal function _cimag>} \
 	{$_creal = <internal function _creal>} \
 	{$_isvoid = <internal function _isvoid>} \
-	{$_gdb_major = 8} \
-	{$_gdb_minor = 4} \
+	{$_gdb_major = 9} \
+	{$_gdb_minor = 1} \
 	{$_shell_exitsignal = void} \
 	{$_shell_exitcode = 0} \
     }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-07 10:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-07 10:50 [binutils-gdb] [gdb/testsuite] Update expected _gdb_major/_gdb_minor in default.exp Tom de Vries

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).