public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] gdb_spawn_attach_cmdline: use unsupported instead of untested
@ 2022-04-21 13:42 Lancelot SIX
  0 siblings, 0 replies; only message in thread
From: Lancelot SIX @ 2022-04-21 13:42 UTC (permalink / raw)
  To: gdb-cvs

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

commit 78088b89602ad5c2b68142d6a56481fb792725aa
Author: Lancelot SIX <lancelot.six@amd.com>
Date:   Thu Apr 21 09:28:21 2022 +0100

    gdb_spawn_attach_cmdline: use unsupported instead of untested
    
    In a previous commit (b750766ac96: gdb/testsuite: Introduce and use
    gdb_spawn_attach_cmdline), if gdb_spawn_attach_cmdline cannot have GDB
    attach to the process because of ptrace restrictions (operation not
    permitted), the proc issues UNTESTED.  This should really be
    UNSUPPORTED, as it is done in gdb_attach.
    
    This patch fixes this oversight.
    
    Change-Id: Ib87e33b9230f3fa7a85e06220ef4c63814b71f7d

Diff:
---
 gdb/testsuite/lib/gdb.exp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp
index 0c00d599ca5..47cb2b23676 100644
--- a/gdb/testsuite/lib/gdb.exp
+++ b/gdb/testsuite/lib/gdb.exp
@@ -5205,7 +5205,7 @@ proc_with_prefix gdb_spawn_attach_cmdline { testpid } {
 
     gdb_test_multiple "" "$test" {
 	-re -wrap "ptrace: Operation not permitted\\." {
-	    untested "$gdb_test_name (operation not permitted)"
+	    unsupported "$gdb_test_name (operation not permitted)"
 	    return 0
 	}
 	-re -wrap "ptrace: No such process\\." {


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

only message in thread, other threads:[~2022-04-21 13:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-21 13:42 [binutils-gdb] gdb_spawn_attach_cmdline: use unsupported instead of untested Lancelot SIX

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