Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] Skip gdb.dap/pause.exp on Solaris [PR34548]
@ 2026-08-20 14:18 Rainer Orth
  2026-08-21 14:27 ` Tom Tromey
  0 siblings, 1 reply; 10+ messages in thread
From: Rainer Orth @ 2026-08-20 14:18 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess, Simon Marchi

[-- Attachment #1: Type: text/plain, Size: 699 bytes --]

As detailed in PR PR dap/34548, the gdb.dap/pause.exp test runs
indefinitely on Solaris.  To allow make check to finish, it needs to be
terminated manually.

To avoid this, this patch skips the test.

Tested on x86_64-pc-solaris2.11, sparcv9-sun-solaris2.11, and
x86_64-pc-linux-gnu.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=34548

Ok for trunk?


I don't have the slightest idea where to look for the underlying issue,
but it's ugly enough to warrant a workaround, I believe.

This might also be a candidate for the gdb-18 branch.

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: sol2-skip-dap-pause.patch --]
[-- Type: text/x-patch, Size: 422 bytes --]

# HG changeset patch
# Parent  5cf8ddef7b178934eece36f830fc801d88fd3487
Skip gdb.dap/pause.exp on Solaris [PR34548]

diff --git a/gdb/testsuite/gdb.dap/pause.exp b/gdb/testsuite/gdb.dap/pause.exp
--- a/gdb/testsuite/gdb.dap/pause.exp
+++ b/gdb/testsuite/gdb.dap/pause.exp
@@ -15,6 +15,9 @@
 
 # Test "pause" in DAP.
 
+# PR 34548
+require {!istarget "*-*-solaris2*"}
+
 require allow_dap_tests
 
 load_lib dap-support.exp

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2026-08-28  8:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-20 14:18 [PATCH] Skip gdb.dap/pause.exp on Solaris [PR34548] Rainer Orth
2026-08-21 14:27 ` Tom Tromey
2026-08-22 20:25   ` Rainer Orth
2026-08-24  9:42     ` Andrew Burgess
2026-08-25  8:19       ` Rainer Orth
2026-08-25  8:22         ` Rainer Orth
2026-08-27 15:42         ` Tom Tromey
2026-08-28  8:49           ` [PATCH v2] Require async support for DAP tests [PR34548] Rainer Orth
2026-08-27 18:59         ` [PATCH] Skip gdb.dap/pauseR.exp on Solaris [PR34548] Andrew Burgess
2026-08-28  8:52           ` Rainer Orth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox