Fix handling of discriminantless univariant enums in Rust; fix bug with encoded enums
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 4722c34aed718384488488358c7db84f1b314da6..19cb7dc82a27fe84ebc3fec1fafe538219e033d1 100644 (file)
@@ -1,3 +1,87 @@
+2016-10-27  Manish Goregaokar  <manish@mozilla.com>
+
+    * gdb.rust/simple.rs: Add test for univariant enums without discriminants
+    and for encoded struct-like enums
+
+2016-10-28  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
+       gdb_test_multiple, tighten regexps and match symtabs and line
+       tables incrementally.
+
+2016-10-28  Luis Machado  <lgustavo@codesourcery.com>
+
+       * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
+       general.
+
+2016-10-25  Luis Machado  <lgustavo@codesourcery.com>
+
+       * gdb.base/exec-invalid-sysroot.exp: New file.
+
+2016-10-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
+
+2016-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
+
+2016-10-19  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * gdb.base/killed-outside.exp: Remove $options from a call to
+       `prepare_for_testing'.
+
+2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
+       Change test message.
+
+2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
+       Update comment.
+
+2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.trace/mi-trace-save.exp: New file.
+
+2016-10-13  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.base/code_elim.exp (get_var_address): Remove.
+       * gdb.base/relocate.exp: Likewise.
+       * gdb.base/shreloc.exp: Likewise.
+       * lib/gdb.exp (get_var_address): New.
+
+2016-10-13  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
+       floating point tests if $skip_float_test is false.
+
+2016-10-12  Luis Machado  <lgustavo@codesourcery.com>
+
+       * gdb.python/py-value.c (main): Check if argv is NULL before using it.
+       * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
+       argc values.
+       Add 1 to argc so we guarantee distinct initial/modified argc values.
+
+2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
+
+2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.arch/powerpc-prologue.exp: Use standard_output_file
+       * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
+       * gdb.arch/vsx-regs.exp: Likewise.
+
+2016-10-07  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
+
+2016-10-07  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * gdb.python/python.exp: Test decode_line("*0").
+
 2016-10-06  Doug Evans  <dje@google.com>
 
        * gdb.python/py-value.exp (test_value_creation): Add test for large
This page took 0.030461 seconds and 4 git commands to generate.