diff --git a/gdb.changes b/gdb.changes index e5f7681..d8c72fd 100644 --- a/gdb.changes +++ b/gdb.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Mar 3 12:41:21 UTC 2023 - Tom de Vries + +- Maintenance script qa.sh: + * Expand kfail pattern for PR29897. + * Add PR29965 kfail. + ------------------------------------------------------------------- Thu Mar 2 08:28:32 UTC 2023 - Tom de Vries diff --git a/qa.sh b/qa.sh index 487017e..d98a24e 100644 --- a/qa.sh +++ b/qa.sh @@ -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=(