[Bug testsuite/33378] [gdb/testsuite] silent timeout in allow_aarch64_gcs_tests

vries at gcc dot gnu.org sourceware-bugzilla@sourceware.org
Fri Sep 5 06:06:04 GMT 2025


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

--- Comment #1 from Tom de Vries <vries at gcc dot gnu.org> ---
With this fix:
...
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp
index fe4178ebba7..e67779a2608 100644
--- a/gdb/testsuite/lib/gdb.exp
+++ b/gdb/testsuite/lib/gdb.exp
@@ -5376,6 +5376,9 @@ gdb_caching_proc allow_aarch64_gcs_tests {} {
            verbose -log "\n$me: gcs support detected"
            set allow_gcs_tests 1
        }
+       -re ".*$inferior_exited_re with code 01.*${gdb_prompt} $" {
+           verbose -log "\n$me: gcs support not detected"
+       }
     }
     gdb_exit
     remote_file build delete $obj
...
I get instead:
...
real    1m53,363s
user    1m36,442s
sys     0m13,046s
...

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Gdb-prs mailing list