]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Put bug reference in gdb.ada/assoc.exp
authorTom Tromey <tromey@adacore.com>
Wed, 11 Feb 2026 21:27:01 +0000 (14:27 -0700)
committerTom Tromey <tromey@adacore.com>
Wed, 11 Feb 2026 21:27:01 +0000 (14:27 -0700)
I realized today that gdb.ada/assoc.exp has a kfail without a
corresponding bug report.  So I filed a bug and this patch updates the
test.

gdb/testsuite/gdb.ada/assoc.exp

index 13722d15ee52a345517d66011dc09fdb29f907f1..5d073f3a190bd7e1ab4ec14dbfb7f0579971a11a 100644 (file)
@@ -34,7 +34,7 @@ gdb_test_multiple "print pck.value := (Left => 3, Center => 7, Pck.Right => 2)"
            pass $gdb_test_name
        }
        -wrap -re " = \\(3, 2, 2\\)" {
-           setup_kfail "aggregate expression bug" *-*-*
+           setup_kfail ada/33898 *-*-*
            fail $gdb_test_name
        }
     }