2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 9c3dc8084c0bcd3747f2ab89f4e925d17bd20658..022bcfa425dd714ae128ac34bfa9aacc83663d7d 100644 (file)
@@ -1,3 +1,184 @@
+2010-02-05  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       PR c++/7935:
+       * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
+
+2010-02-04  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.cp/virtbase.exp: Make test case names unique.
+
+2010-02-02  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.cp/virtbase.exp: Add regression tests.
+       * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
+       (main): Instantiate RHC.
+
+2010-02-02  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
+       type-printing change.
+
+2010-02-02  Tom Tromey  <tromey@redhat.com>
+
+       PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
+       * gdb.cp/virtbase.cc: New file.
+       * gdb.cp/virtbase.exp: New file.
+       * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
+
+2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR libc/11214:
+       * gdb.threads/current-lwp-dead.c: Include features.h.
+       (HAS_NOMMU): New.
+       (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
+
+2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/symbol-without-target_section.exp,
+       gdb.base/symbol-without-target_section.c: New.
+
+2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/bigcore.exp: Reset increased timeout.
+       * gdb.base/interrupt.exp: Match unexpected gdb prompt.
+
+2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/gcore.exp (capture_command_output): Use
+       gdb_test_multiple.
+
+2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.arch/thumb2-it.S (it_breakpoints): New function.
+       * gdb.arch/thumb2-it.exp (test_it_break): New function.
+       (Top level): Call it.
+
+2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
+
+2010-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/call-strs.exp, gdb.base/default.exp,
+       gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
+       gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
+       gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
+       gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
+       gdb.base/watchpoint-solib.exp: Save and restore timeout.
+       * gdb.base/ending-run.exp: Correct restore of timeout.
+       * gdb.base/page.exp: Remove unnecessary timeout setting.
+
+2010-01-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/rec_return: New testcase.
+
+2010-01-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/call_pn: New testcase.
+
+2010-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
+       (Top level): Use it to resume.
+       * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
+       the Thumb mode displaced stepping error as unsupported.
+
+2010-01-28  Sami Wagiaalla  <swagiaal@redhat.com>
+
+    * gdb.cp/nsusing.exp: Added more tests.
+    * gdb.cp/nsrecurs.exp: Ditto.
+    * gdb.cp/nsusing.cc: Added test functions.
+    * gdb.cp/nsrecurs.cc: Ditto.
+
+2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
+       absolute directory pathnames in gdb.sum file.
+
+2010-01-27  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
+       * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
+
+2010-01-26  Tom Tromey  <tromey@redhat.com>
+
+       PR exp/7643:
+       * gdb.base/printcmds.exp (test_print_string_constants): Remove
+       setup_kfail.
+
+2010-01-14  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * gdb.cp/nsrecurs.exp: New test.
+       * gdb.cp/nsrecurs.cc: New test program.
+       * gdb.cp/nsstress.exp: New test.
+       * gdb.cp/nsstress.cc: New test program.
+       * gdb.cp/nsdecl.exp: New test.
+       * gdb.cp/nsdecl.cc: New test program.
+
+2010-01-26  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * gdb.cp/namespace-using.exp: Add test for printing of namespaces
+       imported into file scope.
+       Marked test as xfail.
+       * gdb.cp/namespace-using.cc (marker5): New function.
+       * gdb.cp/shadow.exp: New test.
+       * gdb.cp/shadow.cc: New test program.
+       * gdb.cp/nsimport.exp: New test.
+       * gdb.cp/nsimport.cc: New test program.
+
+2010-01-25  Tom Tromey  <tromey@redhat.com>
+
+       PR gdb/11049:
+       * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
+       with "set print null-stop on".
+
+2010-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
+       Adjust it for DISASSEMBLY_OMIT_FNAME.
+
+2010-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR symtab/11199:
+       * gdb.dwarf2/member-ptr-forwardref.exp,
+       gdb.dwarf2/member-ptr-forwardref.S: New.
+
+2010-01-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
+       (thread1_func): Protect thread1_tid with thread1_tid_cond by
+       thread1_tid_mutex.  Remove gdbstop_mutex handling.
+       (thread2_func): Protect thread2_tid with thread2_tid_cond by
+       thread2_tid_mutex.  Remove gdbstop_mutex handling.
+       (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
+       pthread_create.  Remove gdbstop_mutex handling.  New comment.  Replace
+       pthread_cond_wait conditionalizations by while loops.
+
+2010-01-20  Tom Tromey  <tromey@redhat.com>
+
+       PR backtrace/10770:
+       * gdb.dwarf2/pr10770.exp: New file.
+       * gdb.dwarf2/pr10770.c: New file.
+       * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
+
+2010-01-20  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.mi/mi-async.exp: Remove check for 'async' target, because
+       that target was removed, and the test always runs native anyway.
+
+2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
+       gdb.base/watchpoint-cond-gone-stripped.c: New.
+
+2010-01-19  Tom Tromey  <tromey@redhat.com>
+
+       PR c++/8000:
+       * gdb.cp/namespace.exp: Use new enum.  Fix line numbers in
+       existing tests.
+       * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
+       (main): Use AAA::SomeEnum.
+
 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
This page took 0.035107 seconds and 4 git commands to generate.