- Maintenance script qa.sh:
- Drop openSUSE Leap 15.1. - Add KFAILs for PR28617. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=310
This commit is contained in:
parent
a95d46f35a
commit
56be17f429
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 22 17:47:57 UTC 2021 - Tom de Vries <tdevries@suse.com>
|
||||
|
||||
- Maintenance script qa.sh:
|
||||
- Drop openSUSE Leap 15.1.
|
||||
- Add KFAILs for PR28617.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 22 09:25:32 UTC 2021 - Tom de Vries <tdevries@suse.com>
|
||||
|
||||
|
17
qa.sh
17
qa.sh
@ -125,6 +125,16 @@ kfail=(
|
||||
# https://sourceware.org/bugzilla/show_bug.cgi?id=28467
|
||||
# -pie, x86_64 -m32 or i586.
|
||||
"FAIL: gdb.base/nodebug.exp: p/c \(int\) array_index\(\"abcdef\",2\)"
|
||||
# https://sourceware.org/bugzilla/show_bug.cgi?id=28617
|
||||
"FAIL: gdb.base/info-os.exp: get process groups \(timeout\)"
|
||||
"FAIL: gdb.base/info-os.exp: get threads \(timeout\)"
|
||||
"FAIL: gdb.base/info-os.exp: get file descriptors \(timeout\)"
|
||||
"FAIL: gdb.base/info-os.exp: get internet-domain sockets \(timeout\)"
|
||||
"FAIL: gdb.base/info-os.exp: get shared-memory regions \(timeout\)"
|
||||
"FAIL: gdb.base/info-os.exp: get semaphores \(timeout\)"
|
||||
"FAIL: gdb.base/info-os.exp: get message queues \(timeout\)"
|
||||
"FAIL: gdb.base/info-os.exp: info os unknown_entry \(timeout\)"
|
||||
"FAIL: gdb.base/info-os.exp: continue \(timeout\)"
|
||||
|
||||
# https://sourceware.org/bugzilla/show_bug.cgi?id=26284
|
||||
# https://sourceware.org/bugzilla/show_bug.cgi?id=28275
|
||||
@ -237,13 +247,6 @@ case $n in
|
||||
# Note: below we avoid gdb-x86_64-suse-linux-m32.sum (the pie variant).
|
||||
# That one hasn't been cleaned up.
|
||||
|
||||
# Known clean config: Leap 15.1 x86_64.
|
||||
config=openSUSE_Leap_15.1.x86_64/gdb-testresults
|
||||
sums+=("$config/gdb-x86_64-suse-linux-m64.-fno-PIE.-no-pie.sum"
|
||||
"$config/gdb-x86_64-suse-linux-m64.sum"
|
||||
"$config/gdb-x86_64-suse-linux-m32.-fno-PIE.-no-pie.sum"
|
||||
"$config/gdb-x86_64-suse-linux-m32.sum")
|
||||
|
||||
# Known clean config: Leap 15.2 x86_64.
|
||||
config=openSUSE_Leap_15.2.x86_64/gdb-testresults
|
||||
sums+=("$config/gdb-x86_64-suse-linux-m64.-fno-PIE.-no-pie.sum"
|
||||
|
Loading…
x
Reference in New Issue
Block a user