[binutils-gdb] Put bug reference in gdb.ada/assoc.exp
Tom Tromey
tromey@sourceware.org
Wed Feb 11 21:29:09 GMT 2026
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a1b5feba08d3ba068aedfa1ae580a9312d10eba3
commit a1b5feba08d3ba068aedfa1ae580a9312d10eba3
Author: Tom Tromey <tromey@adacore.com>
Date: Wed Feb 11 14:27:01 2026 -0700
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:
---
gdb/testsuite/gdb.ada/assoc.exp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
}
}
More information about the Gdb-cvs
mailing list