[binutils-gdb] Skip gdb.dap/pause.exp on Solaris [PR34548]
Rainer Orth via Gdb-cvs <[email protected]>
| Newsgroups | gmane.comp.gdb.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2d9773d0e96d937cfdd8842b9d5a59fb5555d52e commit 2d9773d0e96d937cfdd8842b9d5a59fb5555d52e Author: Rainer Orth <[email protected]> Date: Sat Aug 22 19:38:56 2026 +0200 Skip gdb.dap/pause.exp on Solaris [PR34548] 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. Approved-By: Tom Tromey <[email protected]> Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=34548 Diff: --- gdb/testsuite/gdb.dap/pause.exp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gdb/testsuite/gdb.dap/pause.exp b/gdb/testsuite/gdb.dap/pause.exp index f2bbae51778..c7c06d5c109 100644 --- a/gdb/testsuite/gdb.dap/pause.exp +++ b/gdb/testsuite/gdb.dap/pause.exp @@ -15,6 +15,9 @@ # Test "pause" in DAP. +# PR dap/34548 +require {!istarget "*-*-solaris2*"} + require allow_dap_tests load_lib dap-support.exp