diff options
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.python/py-symbol.exp | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index f20dd50..71c2d85 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-10-15 Tom Tromey <tromey@redhat.com> + + * gdb.python/py-symbol.exp: Test symbol destructor. + 2012-10-14 Yao Qi <yao@codesourcery.com> * gdb.mi/mi2-cli.exp: Move to mi-cli.exp. diff --git a/gdb/testsuite/gdb.python/py-symbol.exp b/gdb/testsuite/gdb.python/py-symbol.exp index bc20ee4..4442e79 100644 --- a/gdb/testsuite/gdb.python/py-symbol.exp +++ b/gdb/testsuite/gdb.python/py-symbol.exp @@ -160,3 +160,4 @@ gdb_test "python print a\[0\].is_valid()" "True" "Test symbol validity" delete_breakpoints gdb_unload gdb_test "python print a\[0\].is_valid()" "False" "Test symbol validity" +gdb_test_no_output "python a = None" "Test symbol destructor" |