* Remove python2 related PR29245 kfail. * Remove PR30518 kfail. * Remove yama ptrace_scope == 1 kfails. * Remove PR28065 kfail. - Patches added (swo#32081): * gdb-symtab-return-correct-reader-for-top-level-cu-in.patch - Add "BuildRequires: aaa_base-yama-enable-ptrace" on tumbleweed. - Maintenance script qa-local.sh: * Add SLFO and Leap 15.6, drop Leap 15.3 and 15.4 and ALP. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=394
24 lines
840 B
Diff
24 lines
840 B
Diff
Fix gdb.mi/new-ui-mi-sync.exp
|
|
|
|
---
|
|
gdb/testsuite/gdb.mi/new-ui-mi-sync.exp | 6 +++++-
|
|
1 file changed, 5 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/gdb/testsuite/gdb.mi/new-ui-mi-sync.exp b/gdb/testsuite/gdb.mi/new-ui-mi-sync.exp
|
|
index 887bd60abcd..18072d4e668 100644
|
|
--- a/gdb/testsuite/gdb.mi/new-ui-mi-sync.exp
|
|
+++ b/gdb/testsuite/gdb.mi/new-ui-mi-sync.exp
|
|
@@ -83,7 +83,11 @@ proc do_test {sync_command} {
|
|
# in the separate MI UI. Note the "run" variant usually triggers
|
|
# =thread-group-started/=thread-created/=library-loaded as well.
|
|
with_spawn_id $gdb_main_spawn_id {
|
|
- gdb_test "add-inferior" "Added inferior 2 on connection .*"
|
|
+ gdb_test_multiple "add-inferior" "" {
|
|
+ -re "\r\nAdded inferior 2 on connection .*\[\r\n\]+$gdb_prompt " {
|
|
+ pass $gdb_test_name
|
|
+ }
|
|
+ }
|
|
}
|
|
|
|
# Interrupt the program.
|