diff --git a/gdb.changes b/gdb.changes index 8b56ad3..83275fd 100644 --- a/gdb.changes +++ b/gdb.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 13 09:26:39 UTC 2024 - Tom de Vries + +- Maintenance script qa-remote.sh: + * Filter out SLE-11. +- Maintenance script qa.sh: + * Add gdb.guile/scm-breakpoint.exp kfail. + * Fix kfail_powerpc64le_sle12 selection. + ------------------------------------------------------------------- Thu Jun 13 07:07:11 UTC 2024 - Tom de Vries diff --git a/qa-remote.sh b/qa-remote.sh index d070c4b..f8c612d 100644 --- a/qa-remote.sh +++ b/qa-remote.sh @@ -119,8 +119,8 @@ report_todo () return fi - if [ "$c" = "SLE-11" ] && [ "$arch" = "x86_64" ] && [ "$status" = "unresolvable" ]; then - # This needs fixing, but is a known problem. + if [ "$c" = "SLE-11" ]; then + # No longer supported, gdb requires more recent version of MPFR. return fi diff --git a/qa.sh b/qa.sh index 0ae62c8..00cc523 100644 --- a/qa.sh +++ b/qa.sh @@ -643,6 +643,12 @@ kfail_powerpc64le=( kfail_powerpc64le_sle12=( + "FAIL: gdb.guile/scm-breakpoint.exp:.*" + # Cluster of fails related to hw watchpoint support. + "FAIL: gdb.guile/scm-breakpoint.exp: test_bkpt_eval_funcs: test watchpoint write \(the program exited\)" + "FAIL: gdb.guile/scm-breakpoint.exp: test_bkpt_internal: test invisible watchpoint write \(the program exited\)" + "FAIL: gdb.guile/scm-breakpoint.exp: test_watchpoints: test watchpoint write \(the program exited\)" + ) kfail_s390x_s390=( @@ -969,6 +975,12 @@ case $n in ;; esac + case $id.$arch in + SLE-12.ppc64le) + kfail+=("${kfail_powerpc64le_sle12[@]}") + ;; + esac + for sum in "${sums[@]}"; do sum=binaries-testsuite.$sum report_sum "$sum" @@ -1058,7 +1070,7 @@ case $n in if $have_powerpc64le; then kfail+=("${kfail_powerpc64le[@]}") fi - if $have_powerpc64le && $have_sl12; then + if $have_powerpc64le && $have_sle12; then kfail+=("${kfail_powerpc64le_sle12[@]}") fi if $have_s390; then