* gdb.ada/operator_bp.exp: Clear debug-file-directory.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index a2deeae33fbbece2e79b97a62cf9e090ade9203e..c5fb7db19205ccd7a898f1f3f45543895b5d648d 100644 (file)
@@ -1,3 +1,197 @@
+2012-03-05  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.ada/operator_bp.exp: Clear debug-file-directory.
+       * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
+
+2012-03-05  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.java/jprint.java (jprint.main): Keep 'x' live.
+
+2012-03-04  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
+       messages for KFAIL.
+
+2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.ada/arrayidx.exp: Call get_compiler_info.  New variable old_gcc.
+       (print one_two_three, indexes off, print few_reps, indexes off)
+       (print many_reps, indexes off, print empty, indexes off)
+       (print one_two_three, print few_reps, print many_reps, print empty):
+       Call setup_xfail if $gcc_old.
+
+2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Implement testsuite workaround for PR breakpoints/13781.
+       * gdb.cp/mb-templates.exp: New loop with variable $workaround.
+       (set breakpoint condition-evaluation host): New conditional command.
+
+2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Code cleanup.
+       * gdb.cp/mb-templates.exp: New variables executable.  Use it for
+       binfile.  use clean_restart.  Replace gdb_expect by gdb_test_multiple.
+       Replace GDB restart by kill and delete_breakpoints.  Replace breakpoint
+       number 1 by $bpnum.  Four times.
+
+2012-03-03  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
+
+2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Setup KFAIL for PR server/13796.
+       * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
+
+2012-03-02  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/operator_bp: New testcase.
+
+2012-03-02  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/info_locals_renaming: New testcase.
+
+2012-03-02  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/nextoverexit.c: New file.
+       * gdb.base/nextoverexit.exp: New file.
+
+2012-03-02  Edjunior Machado  <emachado@linux.vnet.ibm.com>
+
+       * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
+       parameter.
+
+2012-03-01  Maciej W. Rozycki  <macro@mips.com>
+
+       * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
+       core registers.
+
+2012-03-01  Maciej W. Rozycki  <macro@mips.com>
+            Maciej W. Rozycki  <macro@codesourcery.com>
+            Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
+
+2012-03-01  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/13767
+
+       * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
+       (gdb_collect_globals_test): Call it.
+
+2012-03-01  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.cp/method2.exp: Output of overload menu is now
+       alphabetized.  Update tests for "break A::method".
+       * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
+       of hard-coding them.
+       Overload menu is alphabetized: rewrite to accommodate.
+       Unset variables LINE and TYPES which are used in other tests.
+       Compute the output of "info break".
+       Update the breakpoint table after all breakpoints are deleted.
+       (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
+       compute ACTUALS and the method body based on parameters.
+       Update expected output accordingly.
+       * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
+       unique comments to allow the use of gdb_get_line_number.
+
+2012-03-01  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
+       some Tcl syntax.
+       * gdb.cp/ovldbreak.exp: Likewise.
+
+2012-03-01  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.base/help.exp (help show user): Update expected result
+       for new doc string changes (add "non-python").
+
+2012-03-01  Scott J. Goldman <scottjg@vmware.com>
+
+       * gdb.python/py-cmd.exp: Add test to verify that python commands can
+       be put in the user-defined category and that the commands appear in
+       "help user-defined".
+
+2012-02-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/tagged_not_init: New testcase.
+
+2012-02-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
+       * gdb.ada/enum_idx_packed: New testcase.
+
+2012-02-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/aliased_array: New testcase.
+
+2012-02-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/whatis_array_val: New testcase.
+
+2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix disp-step-syscall.exp: fork: single step over fork.
+       * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
+       whitespaces.
+       (single step over $syscall): Remove its check.
+       (single step over $syscall final pc): New check.
+
+2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Support processors without SSSE3.
+       * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
+       pabsd into ...
+       (ssse3_test): ... a new function.
+       (main): Call ssse3_test.
+       * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
+       Update expected values everywhere.
+       (reverse-step to pabsd, verify xmm0 after reverse pabsd)
+       (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
+       (reverse-step to pabsw, verify xmm0 after reverse pabsw)
+       (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
+       (reverse-step to pabsb, verify xmm0 after reverse pabsb)
+       (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
+       Move these tests lower.
+       (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
+       (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
+       (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
+       New tests.
+
+2012-02-29  Yao Qi  <yao@codesourcery.com>
+           Pedro Alves  <palves@redhat.com>
+
+       * gdb.trace/trace-mt.c: New.
+       * gdb.trace/trace-mt.exp: New.
+
+2012-02-28  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
+       numbers instead of hardcoding them.
+       * gdb.base/annota1.c: Provide suitable markers.
+       * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
+       numbers instead of hardcoding them.
+       * gdb.base/annota3.c: Provide suitable markers.
+
+       * gdb.base/annota1.c [__sh__]: Remove any special-casing.
+       * gdb.base/annota3.c: Likewise.
+       * gdb.base/sigall.c: Likewise.
+       * gdb.base/signals.c: Likewise.
+       * gdb.reverse/sigall-reverse.c: Likewise.
+
+2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
+       failure return path.
+
+2012-02-27  Luis Machado  <lgustavo@codesourcery.com>
+
+       * gdb.base/save-bp.exp: Account for new condition evaluator output.
+
+2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
+
+       * gdb.base/cond-eval-mode.exp: New file.
+
 2012-02-24  Pedro Alves  <palves@redhat.com>
 
        * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
This page took 0.055322 seconds and 4 git commands to generate.