public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gdb] gdb-17.2-rebase-f44: Fix gdb.gdb/selftest.exp false FAIL.
Date: Sat, 27 Jun 2026 23:57:26 GMT	[thread overview]
Message-ID: <178260464616.1.13068264106508399305.rpms-gdb-3a8cee8e7978@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : 3a8cee8e79783781a5e1876fbacbfa829e974fe4
Author : Jan Kratochvil <jan.kratochvil@redhat.com>
Date   : 2016-01-22T20:46:30+01:00
Stats  : +21/-13 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/gdb/c/3a8cee8e79783781a5e1876fbacbfa829e974fe4?branch=gdb-17.2-rebase-f44

Log:
Fix gdb.gdb/selftest.exp false FAIL.

---
diff --git a/gdb-testsuite-guile.patch b/gdb-testsuite-guile.patch
index 0a3b1a7..37fae76 100644
--- a/gdb-testsuite-guile.patch
+++ b/gdb-testsuite-guile.patch
@@ -1,11 +1,15 @@
-http://sourceware.org/ml/gdb-patches/2016-01/msg00578.html
-Subject: [testsuite patch]#2 Fix PR threads/19422 regression + Guile regression [Re: [PATCH+doc] Fix PR threads/19422 - show which thread caused stop]
+http://sourceware.org/ml/gdb-patches/2016-01/msg00580.html
+Subject: [testsuite patch]#3 Fix PR threads/19422 regression + Guile regression [Re: [PATCH+doc] Fix PR threads/19422 - show which thread caused stop]
 
 
---cNdxnHkX5QqsyA0e
+--r5Pyd7+fXNt84Ff3
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
+[ now moved the new test a bit lower ]
+# "signal SIGINT" could also switch the current thread.
+On Fri, 22 Jan 2016 18:31:00 +0100, Jan Kratochvil wrote:
+
 [ now with the patch]
 On Fri, 22 Jan 2016 18:30:20 +0100, Jan Kratochvil wrote:
 
@@ -83,7 +87,7 @@ Tested on x86_64-fedora23-linux-gnu.
 Thanks,
 Jan
 
---cNdxnHkX5QqsyA0e
+--r5Pyd7+fXNt84Ff3
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline; filename=1
 
@@ -95,7 +99,7 @@ gdb/testsuite/ChangeLog
 	(thread 1): New test for backtrace through signal handler.
 
 diff --git a/gdb/testsuite/gdb.gdb/selftest.exp b/gdb/testsuite/gdb.gdb/selftest.exp
-index 4d55cb5..cdcf981 100644
+index 4d55cb5..da7a80b 100644
 --- a/gdb/testsuite/gdb.gdb/selftest.exp
 +++ b/gdb/testsuite/gdb.gdb/selftest.exp
 @@ -436,8 +436,9 @@ proc test_with_self { executable } {
@@ -109,16 +113,17 @@ index 4d55cb5..cdcf981 100644
  		pass "$description"
  	    }
  	    -re ".*$gdb_prompt $" {
-@@ -448,6 +449,9 @@ proc test_with_self { executable } {
- 	    }
- 	}
-     }
+@@ -453,6 +454,10 @@ proc test_with_self { executable } {
+     gdb_test "signal SIGINT" \
+ 	"Continuing with signal SIGINT.*" \
+ 	"$description"
 +
 +    # Switch back to the GDB thread if Guile support is linked in.
++    # "signal SIGINT" could also switch the current thread.
 +    gdb_test "thread 1" {\[Switching to thread 1 .*\].*}
      
-     set description "send SIGINT signal to child process"
-     gdb_test "signal SIGINT" \
+     # get a stack trace
+     #
 
---cNdxnHkX5QqsyA0e--
+--r5Pyd7+fXNt84Ff3--
 

diff --git a/gdb.spec b/gdb.spec
index 1689269..487f0db 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -27,7 +27,7 @@ Version: 7.10.50.%{snapsrc}
 
 # The release always contains a leading reserved number, start it at 1.
 # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
-Release: 45%{?dist}
+Release: 46%{?dist}
 
 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and BSD and Public Domain and GFDL
 Group: Development/Debuggers
@@ -1385,6 +1385,9 @@ then
 fi
 
 %changelog
+* Fri Jan 22 2016 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.10.50.20160121-46.fc24
+- Fix gdb.gdb/selftest.exp false FAIL.
+
 * Fri Jan 22 2016 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.10.50.20160121-45.fc24
 - Rebase to FSF GDB 7.10.50.20160121 (trunk snapshot).
 

                 reply	other threads:[~2026-06-27 23:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178260464616.1.13068264106508399305.rpms-gdb-3a8cee8e7978@fedoraproject.org \
    --to=jan.kratochvil@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox