]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb.rocm/watchpoint-basic: add gfx1103 to XFAILs master
authorShahab Vahedi <shahab.vahedi@amd.com>
Fri, 7 Aug 2026 16:12:38 +0000 (18:12 +0200)
committerShahab Vahedi <shahab.vahedi@amd.com>
Mon, 10 Aug 2026 08:29:13 +0000 (10:29 +0200)
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 <simon.marchi@efficios.com>
gdb/testsuite/gdb.rocm/watchpoint-basic.exp

index bc30726515e32982e290b84e0e363eb966231b80..558a1f8472c3d522f1ca2ffa771def2c71b23432 100644 (file)
@@ -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} {