* [PATCH] gdb/testsuite: XFAIL watchpoint-basic for more gfx targets
@ 2026-09-16 11:01 Luis Machado
2026-09-16 11:10 ` Lancelot SIX
0 siblings, 1 reply; 2+ messages in thread
From: Luis Machado @ 2026-09-16 11:01 UTC (permalink / raw)
To: gdb-patches, Lancelot.Six
Add gfx1100, gfx1101, gfx1151 and gfx1200 to the list of architectures that
are expected to fail in watchpoint-basic.exp due to watchpoint
configuration corruption in kfd.
---
gdb/testsuite/gdb.rocm/watchpoint-basic.exp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gdb/testsuite/gdb.rocm/watchpoint-basic.exp b/gdb/testsuite/gdb.rocm/watchpoint-basic.exp
index cd29d856d56..17cf533a107 100644
--- a/gdb/testsuite/gdb.rocm/watchpoint-basic.exp
+++ b/gdb/testsuite/gdb.rocm/watchpoint-basic.exp
@@ -96,7 +96,7 @@ proc_with_prefix test_host_watchpoint_after_runtime_load {} {
# end and exit prematurely.
gdb_caching_proc target_has_xfail {} {
- set xfail_arches {gfx1103 gfx1201}
+ set xfail_arches {gfx1100 gfx1101 gfx1103 gfx1151 gfx1200 gfx1201}
set targets [find_amdgpu_devices]
if {[llength $targets] == 0} {
--
2.43.0
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] gdb/testsuite: XFAIL watchpoint-basic for more gfx targets
2026-09-16 11:01 [PATCH] gdb/testsuite: XFAIL watchpoint-basic for more gfx targets Luis Machado
@ 2026-09-16 11:10 ` Lancelot SIX
0 siblings, 0 replies; 2+ messages in thread
From: Lancelot SIX @ 2026-09-16 11:10 UTC (permalink / raw)
To: Luis Machado; +Cc: lancelot.six, gdb-patches
On Wed, Sep 16, 2026 at 06:01:36AM -0500, Luis Machado wrote:
> Add gfx1100, gfx1101, gfx1151 and gfx1200 to the list of architectures that
> are expected to fail in watchpoint-basic.exp due to watchpoint
> configuration corruption in kfd.
>
> ---
> gdb/testsuite/gdb.rocm/watchpoint-basic.exp | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gdb/testsuite/gdb.rocm/watchpoint-basic.exp b/gdb/testsuite/gdb.rocm/watchpoint-basic.exp
> index cd29d856d56..17cf533a107 100644
> --- a/gdb/testsuite/gdb.rocm/watchpoint-basic.exp
> +++ b/gdb/testsuite/gdb.rocm/watchpoint-basic.exp
> @@ -96,7 +96,7 @@ proc_with_prefix test_host_watchpoint_after_runtime_load {} {
> # end and exit prematurely.
>
> gdb_caching_proc target_has_xfail {} {
> - set xfail_arches {gfx1103 gfx1201}
> + set xfail_arches {gfx1100 gfx1101 gfx1103 gfx1151 gfx1200 gfx1201}
(with gdb-patches@ copied this time)
We can probably add gfx1150 here as well, I suspect it should behave the
same.
With this, this LGTM.
Best,
Laneclot.
Approved-by: Lancelot Six <lancelot.six@amd.com> (amdgpu)
>
> set targets [find_amdgpu_devices]
> if {[llength $targets] == 0} {
> --
> 2.43.0
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-09-16 11:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-16 11:01 [PATCH] gdb/testsuite: XFAIL watchpoint-basic for more gfx targets Luis Machado
2026-09-16 11:10 ` Lancelot SIX
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox