gdb:
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 3868b97bb8196b72fdd71f563a4b773ba23023ed..cc60e462090a17e8a5041ee09a182d4d6f881b68 100644 (file)
@@ -1,3 +1,320 @@
+2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
+
+       * gdb.base/gnu_vector.exp: Adjust expect messages.
+
+2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
+
+       * gdb.base/gnu_vector.exp: Add unary operator tests.
+
+2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
+
+       * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
+
+2010-11-02  Doug Evans  <dje@google.com>
+
+       * gdb.python/py-pp-maint.c: New file.
+       * gdb.python/py-pp-maint.exp: New file.
+       * gdb.python/py-pp-maint.py: New file.
+
+2010-11-02  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/default.exp: Remove "scheme" from language list.
+
+2010-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Revert:
+       2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+       * gdb.threads/sigstep-threads.exp: New file.
+       * gdb.threads/sigstep-threads.c: New file.
+
+2010-10-20  Michael Snyder  <msnyder@vmware.com>
+
+       * gdb.threads/fork-child-threads.exp: Don't run on remote target.
+
+2010-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
+       Skip test completely if gdb,no_hardware_watchpoints.
+
+2010-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
+       strict, but do not check for any particular function name within libc.
+
+2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * gdb.cp/smartp.exp: New test.
+       * gdb.cp/smartp.cc : New test.
+
+2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * gdb.cp/converts.exp: Test pointer to bool conversion.
+       Test pointer to long conversion.
+       * gdb.cp/oranking.exp: Removed relevant kfail.
+
+2010-10-18  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
+       argument to lazy_string.
+       * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
+       (pp_ls.to_string): Use it.
+       * gdb.python/py-prettyprint.c (main): Move declarations to top.
+       Add "estring2" local.
+
+2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix s390x compatibility.
+       * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS.  Twice.
+       * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
+
+2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.threads/sigstep-threads.exp: New file.
+       * gdb.threads/sigstep-threads.c: New file.
+
+2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/pie-execl.exp: New file.
+       * gdb.base/pie-execl.c: New file.
+
+2010-10-13  Doug Evans  <dje@google.com>
+           Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR exp/12117
+       * gdb.cp/ptype-cv-cp.cc: New file.
+       * gdb.cp/ptype-cv-cp.exp: New file.
+
+2010-10-14  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * gdb.cp/converts.cc: New test program.
+       * gdb.cp/converts.exp: New test.
+       * gdb.cp/overload.exp: Added test for void* vs int*.
+       * gdb.cp/overload.exp: Ditto.
+       * gdb.cp/oranking.exp: Removed related kfail.
+
+2010-10-13  Doug Evans  <dje@google.com>
+
+       * lib/gdb-python.exp (gdb_check_python_config): New function.
+       * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
+       * gdb.python/lib-types.cc: New file.
+       * gdb.python/lib-types.exp: New file.
+
+2010-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.python/py-error.exp: New file.
+       * gdb.python/py-error.py: New file.
+
+2010-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
+       gdb_test_multiple.
+
+2010-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/break-interp.exp: Use ldlags for linking flags.
+       * gdb.base/prelink.exp: Likewise.
+       * gdb.base/solib-nodir.exp: Likewise.
+       * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
+       (gdb_compile) <shlib_load>: Use ldlags for linking flags.
+       * lib/prelink-support.exp (build_executable_own_libs): Likewise.
+
+2010-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * break-interp.exp (test_ld): Use two separate gdb_expect statements
+       for the "info files" test to avoid timeouts on slow machines.
+
+2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
+       (main): Make openlib dummy call.
+
+2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
+       * break-interp.exp (reach): Move the core body ...
+       (reach_1): ... here.  Use stop-on-solib-events for _dl_debug_state.
+       (test_ld): Provide always real argument, even to the linker.  Replace
+       dl_main by _dl_debug_state.
+
+2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix results of prelinked PIEs on ppc*.
+       * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
+       Accept also DISPLACEMENT "PRESENT".
+       (main): Replace "ZERO" displacements by "PRESENT".
+
+2010-10-08  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * gdb.cp/oranking.exp: New test.
+       * gdb.cp/oranking.cc: New test program.
+
+2010-10-08  Ken Werner  <ken.werner@de.ibm.com>
+
+       * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
+       * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
+
+2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
+
+       * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
+       lush, lynx) New constant.
+       * gdb.base/constvars.exp: Test const array types.
+       * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
+
+2010-10-06  Doug Evans  <dje@google.com>
+
+       * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
+       of syscall staging area.
+
+2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
+
+       * gdb.base/gnu_vector.c: Add variable c4.
+       * gdb.base/gnu_vector.exp: Add tests for character vector printing.
+       * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
+
+2010-10-05  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * gdb.arch/altivec-abi.exp: Fix a typo.
+
+2010-10-02  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * lib/mi-support.exp (thread_selected_re): Correct pattern used
+       to match a thread ID.
+
+2010-10-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix s390x testcase compatibility.
+       * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
+
+2010-10-01  Doug Evans  <dje@google.com>
+
+       * lib/gdb-python.exp: New file.
+       * gdb.python/py-block.exp: Use it.
+       * gdb.python/py-breakpoint.exp: Ditto.
+       * gdb.python/py-frame.exp: Ditto.
+       * gdb.python/py-inferior.exp: Ditto.
+       * gdb.python/py-param.exp: Ditto.
+       * gdb.python/py-prettyprint.exp: Ditto.
+       * gdb.python/py-shared.exp: Ditto.
+       * gdb.python/py-symbol.exp: Ditto.
+       * gdb.python/py-symtab.exp: Ditto.
+       * gdb.python/py-type.exp: Ditto.
+       * gdb.python/py-value.exp: Ditto.
+       * gdb.python/python.exp: Ditto.
+
+2010-09-30  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/anon.exp: New file.
+       * gdb.base/anon.c: New file.
+
+2010-09-30  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/completion.exp: Test completion through anonymous
+       union.
+       * gdb.base/break1.c (struct some_struct): Add anonymous union.
+
+2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix printing parameters of inlined functions.
+       * gdb.dwarf2/dw2-inline-param.exp: New file.
+       * gdb.dwarf2/dw2-inline-param-main.c: New file.
+       * gdb.dwarf2/dw2-inline-param.S: New file.
+
+2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR corefiles/12071.
+       * gdb.base/corefile.exp (quit with a process, no question: load core)
+       (quit with a core file): New tests.
+
+2010-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix GDB crash on inferior calls with self-referencing classes.
+       * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
+       * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
+       * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
+
+2010-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix lost siginfo_t for inferior calls.
+       * gdb.base/siginfo-infcall.exp: New file.
+       * gdb.base/siginfo-infcall.c: New file.
+
+2010-09-22  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
+
+2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
+       New test.
+       * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
+
+2010-09-22  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
+       type of our const type.
+
+2010-09-22  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * gdb.cp/pr12028.cc: New.
+       * gdb.cp/pr12028.exp: New.
+
+2010-09-22  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
+
+2010-09-16  Phil Muldoon  <pmuldoon@redhat.com>
+            Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR mi/11407
+       * gdb.mi/dw2-ref-missing-frame-func.c: New File.
+       * gdb.mi/dw2-ref-missing-frame-main.c New File.
+       * gdb.mi/dw2-ref-missing-frame.S New File.
+       * gdb.mi/dw2-ref-missing-frame.exp New File.
+
+2010-09-14  Tom Tromey  <tromey@redhat.com>
+
+       PR symtab/8399:
+       * gdb.threads/tls.exp: Remove kfail.  Update expected output.
+
+2010-09-14  Tom Tromey  <tromey@redhat.com>
+
+       PR exp/11803:
+       * gdb.threads/tls.exp: Use C++.
+       (check_thread_local): Use K::another_thread_local.
+       * gdb.threads/tls.c (class K): New.
+       (another_thread_local): Now a member of K.
+       (spin): Update.  No longer K&R C.
+
+2010-09-13  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * gdb.cp/koenig.cc: created class for testing member lookup.
+       * gdb.cp/koenig.exp: Added test for member lookup.
+
+2010-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix false FAILs on sourcetree topdir directory containing "kill".
+       * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
+       source line matching regexp.
+
+2010-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.python/python.exp (set height 0, collect help from uiout)
+       (verify help to uiout): New tests.
+
+2010-09-10  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
+
+       * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
+       is_lp64_target to check 64bit target.
+
+2010-09-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
+       (test_ld) <powerpc64-*>: New.
+
+2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.cp/templates.exp (test_template_args): Allow "struct".
+
 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
This page took 0.068017 seconds and 4 git commands to generate.