- Maintenance script qa.sh:

* Expand kfail pattern for PR29897.
  * Add PR29965 kfail.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=349
This commit is contained in:
Tom de Vries 2023-03-03 13:20:23 +00:00 committed by Git OBS Bridge
parent e2ff531bf0
commit 5a6ab0a4de
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Mar 3 12:41:21 UTC 2023 - Tom de Vries <tdevries@suse.com>
- Maintenance script qa.sh:
* Expand kfail pattern for PR29897.
* Add PR29965 kfail.
-------------------------------------------------------------------
Thu Mar 2 08:28:32 UTC 2023 - Tom de Vries <tdevries@suse.com>

5
qa.sh
View File

@ -477,6 +477,8 @@ kfail_factory=(
# https://sourceware.org/bugzilla/show_bug.cgi?id=29706
"FAIL: gdb.base/eof-exit.exp: with non-dump terminal: with bracketed-paste-mode on: close GDB with eof \(missed the prompt\)"
# https://sourceware.org/bugzilla/show_bug.cgi?id=29965
"FAIL: gdb.threads/process-exit-status-is-leader-exit-status.exp: iteration=.*: continue \(the program exited\)"
) # kfail_factory
kfail_aarch64=(
@ -575,7 +577,8 @@ kfail_powerpc64le=(
"FAIL: gdb.guile/scm-symtab.exp: test find-pc-line with resume address"
# https://sourceware.org/bugzilla/show_bug.cgi?id=29897
"FAIL: gdb.base/run-control-while-bg-execution.exp: action1=none: action2=start: start \(GDB internal error\)"
"FAIL: gdb.base/run-control-while-bg-execution.exp: action1=.*: action2=start: start \(GDB internal error\)"
"FAIL: gdb.base/run-control-while-bg-execution.exp: action1=.*: action2=run: run \(GDB internal error\)"
)
kfail_powerpc64le_sle12=(