Check for negative argument in Type.template_argument
[binutils-gdb.git] / gdb / testsuite / ChangeLog
index db9c21419905c7741c3e55bec0a8840a1baf966a..4a624ddd662310e560151e2fcbcea98352ecc0cf 100644 (file)
@@ -1,3 +1,120 @@
+2018-09-23  Tom Tromey  <tom@tromey.com>
+
+       PR python/17284:
+       * gdb.python/py-template.exp (test_template_arg): Add test for
+       negative template argument number.
+
+2018-09-23  Tom Tromey  <tom@tromey.com>
+
+       PR python/14062:
+       * gdb.python/python.exp: Add test for post_event error.
+
+2018-09-23  Tom Tromey  <tom@tromey.com>
+
+       PR python/18170:
+       * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
+       convert pointers to int and long.
+
+2018-09-23  Tom Tromey  <tom@tromey.com>
+
+       PR python/20126:
+       * gdb.python/py-value.exp (test_value_numeric_ops): Add
+       signed-ness conversion tests.
+
+2018-09-23  Tom Tromey  <tom@tromey.com>
+
+       PR python/18352;
+       * gdb.python/py-value.exp (test_float_conversion): New proc.
+       Use it.
+
+2018-09-20  Hafiz Abid Qadeer  <abidh@codesourcery.com>
+
+       gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
+
+2018-09-18  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * gdb.base/complete-empty.exp: Skip tab-completion tests if
+       no readline.
+       * gdb.base/utf8-identifiers.exp: Likewise.
+       * gdb.cp/cpcompletion.exp: Likewise.
+       * gdb.linespec/cpcompletion.exp: Likewise.
+       * gdb.linespec/cpls-abi-tag.exp: Likewise.
+       * gdb.linespec/cpls-ops.exp: Likewise.
+
+2018-09-19  Richard Bunt  <richard.bunt@arm.com>
+           Chris January  <chris.january@arm.com>
+
+       * gdb.cp/koenig.exp: Extend to test logical short circuiting.
+       * gdb.fortran/short-circuit-argument-list.exp: New file.
+       * gdb.fortran/short-circuit-argument-list.f90: New test.
+
+2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
+       "arch=" keyword when executing "-stack-list-frames".
+
+2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
+       "arch=" keyword when executing "-stack-list-frames".
+
+2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * gdb.ada/complete.exp: Expect for "@" when doing "complete
+       break ada".
+
+2018-09-17  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       PR python/23669
+       * gdb.python/python.exp: Test gdb.execute("show commands").
+
+2018-09-16  Tom Tromey  <tom@tromey.com>
+
+       * gdb.base/new-ui.exp (do_execution_tests): Update.
+       * gdb.base/dbx.exp (test_breakpoints): Update.
+
+2018-09-14  Alan Hayward  <alan.hayward@arm.com>
+
+       * lib/gdb.exp (gdb_simple_compile): Add proc.
+       (is_elf_target): Use gdb_simple_compile.
+       (skip_altivec_tests): Likewise.
+       (skip_vsx_tests): Likewise.
+       (skip_tsx_tests): Likewise.
+       (skip_btrace_tests): Likewise.
+       (skip_btrace_pt_tests): Likewise.
+       (gdb_can_simple_compile): Likewise.
+       (gdb_has_argv0): Likewise.
+       (gdb_target_symbol_prefix): Likewise.
+       (target_supports_scheduler_locking): Likewise.
+
+2018-09-13  Tom Tromey  <tom@tromey.com>
+
+       * Makefile.in (TAGS): Recognize proc_with_prefix and
+       gdb_caching_proc.
+
+2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.python/py-progspace.exp: Test the Progspace.objfiles
+       method.
+
+2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
+       and a few other Inferior properties when the Inferior is no
+       longer valid.
+
+2018-09-13  Tom Tromey  <tom@tromey.com>
+
+       PR rust/23650:
+       * gdb.rust/simple.exp: Add test for enum field access error.
+
+2018-09-13  Tom Tromey  <tom@tromey.com>
+
+       PR rust/23626:
+       * gdb.rust/simple.rs (EmptyEnum): New type.
+       (main): Use it.
+       * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
+
 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
 
        * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.