diff options
author | Doug Evans <xdje42@gmail.com> | 2013-11-23 16:03:47 -0800 |
---|---|---|
committer | Doug Evans <xdje42@gmail.com> | 2013-11-23 16:03:47 -0800 |
commit | 35720eaabd2da83301b6488347be1e7fc9d6fc44 (patch) | |
tree | 8c77506a4119d314c13a0e95bd8132fe5eeaf5a4 /gdb/testsuite/ChangeLog | |
parent | 3cd14e4575a40c8b9d2c009de38b5f1de6370d51 (diff) | |
download | gdb-35720eaabd2da83301b6488347be1e7fc9d6fc44.zip gdb-35720eaabd2da83301b6488347be1e7fc9d6fc44.tar.gz gdb-35720eaabd2da83301b6488347be1e7fc9d6fc44.tar.bz2 |
Test name tweaks for py-value.exp.
* gdb.python/py-value.exp (test_lazy_strings): Tweak test names.
(test_subscript_regression): Ditto.
(top level): Run test_subscript_regression for c++ with "c++" prefix.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e77570c..a1ae851 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,11 @@ 2013-11-23 Doug Evans <xdje42@gmail.com> + * gdb.python/py-value.exp (test_lazy_strings): Tweak test names. + (test_subscript_regression): Ditto. + (top level): Run test_subscript_regression for c++ with "c++" prefix. + +2013-11-23 Doug Evans <xdje42@gmail.com> + * gdb.python/py-type.exp (test_enums): Fix typo. 2013-11-23 Doug Evans <xdje42@gmail.com> |