SHA256
1
0
forked from pool/gdb

- Maintenance script qa.sh:

* Add PR31671 unresolved.
  * Add unresolved for yama ptrace_scope == 1.
  * Limit PR31648 unresolved to SLE-11.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=384
This commit is contained in:
Tom de Vries 2024-04-24 13:40:05 +00:00 committed by Git OBS Bridge
parent 4a53ebe1ed
commit 9bf31d3011
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Apr 24 13:07:21 UTC 2024 - Tom de Vries <tdevries@suse.com>
- Maintenance script qa.sh:
* Add PR31671 unresolved.
* Add unresolved for yama ptrace_scope == 1.
* Limit PR31648 unresolved to SLE-11.
-------------------------------------------------------------------
Thu Apr 18 14:00:01 UTC 2024 - Tom de Vries <tdevries@suse.com>

6
qa.sh
View File

@ -717,7 +717,7 @@ case $n in
"UNRESOLVED: gdb.threads/async.exp: thread 1: current thread is 1"
# https://sourceware.org/bugzilla/show_bug.cgi?id=31648
"UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: print vars'length"
"SLE-11.*UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: print vars'length"
# yama ptrace_scope == 1
# https://sourceware.org/pipermail/gdb-patches/2024-April/208251.html
@ -727,6 +727,10 @@ case $n in
"Factory.*UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: inf2: flush inferior output"
"Factory.*UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: continue"
"Factory.*UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: continue"
"Factory.*UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=attach: continue"
# https://sourceware.org/bugzilla/show_bug.cgi?id=31671
"SLE-11.*UNRESOLVED: gdb.objc/basicclass.exp: call an Objective-C method with no arguments"
)
kfail_re=$(join "|" "${kfail[@]}")