- 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. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=390
This commit is contained in:
parent
9f8d02b6db
commit
d28658ea64
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 13 09:26:39 UTC 2024 - Tom de Vries <tdevries@suse.com>
|
||||
|
||||
- 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 <tdevries@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
14
qa.sh
14
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user