- Maintenance script qa.sh:

* Add PR32446 kfail.
  * Add to be investigated FAILs on Leap 15.6 ppc64le.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=401
This commit is contained in:
2024-12-11 18:14:44 +00:00
committed by Git OBS Bridge
parent c810077763
commit 63be1956ea
2 changed files with 18 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Dec 11 18:13:33 UTC 2024 - Tom de Vries <tdevries@suse.com>
- Maintenance script qa.sh:
* Add PR32446 kfail.
* Add to be investigated FAILs on Leap 15.6 ppc64le.
-------------------------------------------------------------------
Tue Dec 10 08:19:28 UTC 2024 - Tom de Vries <tdevries@suse.com>

11
qa.sh
View File

@@ -644,6 +644,12 @@ kfail_powerpc64le=(
# https://sourceware.org/bugzilla/show_bug.cgi?id=31827
"FAIL: gdb.base/gnu_vector.exp: call add_structvecs"
# Failures on opensuse Leap 15.6. To be reproduced and investigated.
"FAIL: gdb.ada/tasks.exp: info threads"
"FAIL: gdb.linespec/explicit.exp: complete after -qualified -source: cmd complete .b -qualified -source thr."
"FAIL: gdb.linespec/explicit.exp: complete after -qualified -source: tab complete .b -qualified -source thr."
"FAIL: gdb.linespec/explicit.exp: complete after -source: cmd complete .b -source thr."
"FAIL: gdb.linespec/explicit.exp: complete after -source: tab complete .b -source thr."
)
kfail_powerpc64le_sle12=(
@@ -843,6 +849,11 @@ case $n in
# https://sourceware.org/bugzilla/show_bug.cgi?id=31061
"intrusive_list.h:[0-9]*: internal-error: erase_element: Assertion \`elem_node->prev != INTRUSIVE_LIST_UNLINKED_VALUE' failed\."
# Assumed to be variant of
# https://sourceware.org/bugzilla/show_bug.cgi?id=32446
"linux-nat.c:[0-9]*: internal-error: mark_lwp_dead: Assertion .lp->status == 0. failed\."
)
kfail_re=$(join "|" "${kfail[@]}")