[PATCH] Skip gdb.dap/pause.exp on Solaris [PR34548]
Rainer Orth <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
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
sol2-skip-dap-pause.patch
(text/x-patch, 422 B)
# 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