X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=gdb%2Ftestsuite%2FChangeLog;h=c2affd18c3a290fe6d320f6114e1ad517a1ef281;hb=4819b3f897686ee8a2d51f6ba1c9c4e7c3a22597;hp=b8011eb8ed8e24dee97e259d2ec9870a374f3554;hpb=fbd9ab743390e50f3f829f4d634deb931cc2b819;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b8011eb8ed..c2affd18c3 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,89 @@ +2013-02-14 Pedro Alves + + * gdb.cp/userdef.exp (ptype &*c): Don't expect an &. + +2013-02-14 Pedro Alves + Hafiz Abid Qadeer + + * gdb.trace/tsv.exp: Adjust tests, and add a few more. + +2013-02-12 Tom Tromey + + * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor. + * gdb.cp/m-static.exp: Add tests to print quoted destructor. + +2013-02-12 Pedro Alves + + * gdb.base/catch-signal.c: Update copyright years. + * gdb.base/catch-signal.exp: Update copyright years. + * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years. + * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years. + * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years. + * gdb.dwarf2/dw2-error.S: Update copyright years. + * gdb.dwarf2/dw2-error.c: Update copyright years. + * gdb.dwarf2/dw2-restrict.S: Update copyright years. + * gdb.dwarf2/dw2-restrict.c: Update copyright years. + * gdb.dwarf2/dw2-restrict.exp: Update copyright years. + +2013-02-12 Pedro Alves + + * gdb.base/catch-signal.exp: Correct test file name in "Skipping" + message. + * gdb.base/sigaltstack.exp: Ditto. + * gdb.base/siginfo.exp: Ditto. + * gdb.base/sizeof.exp: Ditto. + +2013-02-12 Pedro Alves + + * gdb.mi/mi-basics.exp: Tweak intro comment. + * gdb.mi/mi-break.exp: Tweak intro comment. + * gdb.mi/mi-console.exp: Tweak intro comment. + * gdb.mi/mi-file.exp: Tweak intro comment. + * gdb.mi/mi-read-memory.exp: Tweak intro comment. + * gdb.mi/mi-return.exp: Tweak intro comment. + * gdb.mi/mi-stepi.exp: Tweak intro comment. + * gdb.mi/mi-until.exp: Tweak intro comment. + * gdb.mi/mi-watch.exp: Tweak intro comment. + +2013-02-12 Sanimir Agovic + + * gdb.server/no-thread-db.exp: New file. + * gdb.server/no-thread-db.c: New file. + * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db. + +2013-02-11 Doug Evans + + * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing + two decfloats. + +2013-02-11 Sergio Durigan Junior + + * gdb.base/bitfields.c (struct internalvartest): New declaration. + * gdb.base/bitfields.exp (bitfield_internalvar): New function. + +2013-02-10 Jan Kratochvil + + * gdb.python/py-prompt.exp: Add to the end a kill of $testpid. + +2013-02-06 Yao Qi + + * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename + to ... + (test_create_delete_modify_tsv): ... here. New test on modifying + the initial value of a tsv. + +2013-02-05 Jan Kratochvil + + * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ... + (cd .../rdir): ... here. + +2013-02-03 Jan Kratochvil + + * gdb.linespec/base/one/header.h: New file. + * gdb.linespec/base/two/header.h: New file. + * gdb.linespec/macro-relative.c: New file. + * gdb.linespec/macro-relative.exp: New file. + 2013-02-03 Jan Kratochvil * gdb.base/fullpath-expand-func.c: New file. @@ -163,9 +249,9 @@ 2013-01-18 Hafiz Abid Qadeer - PR gdb/13443 - * gdb.base/checkpoint.exp: Update test messages to make them - unique. + PR gdb/13443 + * gdb.base/checkpoint.exp: Update test messages to make them + unique. 2013-01-18 Yao Qi @@ -197,13 +283,13 @@ Merge dg-extract-results.sh from upstream (svn 195224). 2013-01-15 David Blaikie - * dg-extract-results.sh: Fix order of summary counts. + * dg-extract-results.sh: Fix order of summary counts. 2013-01-15 David Blaikie - * dg-extract-results.sh: Constrain the start-of-log pattern. + * dg-extract-results.sh: Constrain the start-of-log pattern. 2013-01-15 David Blaikie - * dg-extract-results.sh: Handle KPASSes. + * dg-extract-results.sh: Handle KPASSes. 2010-05-25 Rainer Orth * dg-extract-results.sh: Redirect grep output to /dev/null instead @@ -351,7 +437,7 @@ 2012-12-14 Tom Tromey - * gdb.base/info-proc.exp: Add core file tests. + * gdb.base/info-proc.exp: Add core file tests. 2012-12-14 Yufeng Zhang