[binutils-gdb] gdb.rocm/watchpoint-basic: add gfx1103 to XFAILs

Shahab Vahedi via Gdb-cvs <[email protected]>
Newsgroups gmane.comp.gdb.cvs
Message-ID <[email protected]>
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a80fede20bc1330eca5e419392c6595bb3a6ac1d

commit a80fede20bc1330eca5e419392c6595bb3a6ac1d
Author: Shahab Vahedi <[email protected]>
Date:   Fri Aug 7 18:12:38 2026 +0200

    gdb.rocm/watchpoint-basic: add gfx1103 to XFAILs
    
    Again, a confirmed KFD issue.  By confirmed, I mean that if a dummy
    dispatch is done first, then everything goes OK.
    
      __global__ void dummy () {}
    
      int main (...)
      {
        ...
        dummy<<<1, 1>>> ();
        /* Break after malloc.  */
        kernel<<<1, 1>>> (global_ptr1, global_ptr2);
        ...
      }
    
    Approved-By: Simon Marchi <[email protected]>

Diff:
---
 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 bc30726515e..558a1f8472c 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 {gfx1201}
+    set xfail_arches {gfx1103 gfx1201}
 
     set targets [find_amdgpu_devices]
     if {[llength $targets] == 0} {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.