From: Tom Tromey Date: Wed, 11 Feb 2026 21:27:01 +0000 (-0700) Subject: Put bug reference in gdb.ada/assoc.exp X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1b5feba08d3ba068aedfa1ae580a9312d10eba3;p=thirdparty%2Fbinutils-gdb.git Put bug reference in gdb.ada/assoc.exp 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. --- diff --git a/gdb/testsuite/gdb.ada/assoc.exp b/gdb/testsuite/gdb.ada/assoc.exp index 13722d15ee5..5d073f3a190 100644 --- a/gdb/testsuite/gdb.ada/assoc.exp +++ b/gdb/testsuite/gdb.ada/assoc.exp @@ -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 } }