public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Fix a test failure in gdb.threads/stepi-over-clone.exp
@ 2024-04-04 12:25 Bernd Edlinger
  0 siblings, 0 replies; only message in thread
From: Bernd Edlinger @ 2024-04-04 12:25 UTC (permalink / raw)
  To: gdb-cvs

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

commit b0ca740e8f361024d1c78cdf7432b4566dda4c7c
Author: Bernd Edlinger <bernd.edlinger@hotmail.de>
Date:   Mon Apr 1 21:22:46 2024 +0200

    Fix a test failure in gdb.threads/stepi-over-clone.exp
    
    When the XML support was disabled at compile time,
    the test case gdb.threads/stepi-over-clone.exp fails
    with lots of time-outs, which can be annoying.
    This makes the test case unsupported instead.
    
    Approved-By: Tom Tromey <tom@tromey.com>

Diff:
---
 gdb/testsuite/gdb.threads/stepi-over-clone.exp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gdb/testsuite/gdb.threads/stepi-over-clone.exp b/gdb/testsuite/gdb.threads/stepi-over-clone.exp
index 7f968171abb..f671fd7b8bd 100644
--- a/gdb/testsuite/gdb.threads/stepi-over-clone.exp
+++ b/gdb/testsuite/gdb.threads/stepi-over-clone.exp
@@ -39,6 +39,10 @@ gdb_test_multiple "catch syscall group:process" "catch process syscalls" {
 	unsupported $gdb_test_name
 	return
     }
+    -re "Can not parse XML syscalls information; XML support was disabled at compile time.*\r\n$gdb_prompt $" {
+	unsupported $gdb_test_name
+	return
+    }
     -re ".*$gdb_prompt $" {
 	pass $gdb_test_name
     }

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

only message in thread, other threads:[~2024-04-04 12:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-04 12:25 [binutils-gdb] Fix a test failure in gdb.threads/stepi-over-clone.exp Bernd Edlinger

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).