X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=8ff118084765aa8f744a8c16aaf4702bfcd958a3;hb=41bd68f52c05f5654bed49f312f6562c8d048897;hp=2a89733aba9b7d3524028540cd395704a5cecde4;hpb=95e95a6de2e4a050870c49bf52fbac0239847b63;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 2a89733aba..8ff1180847 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,167 @@ +2017-11-22 Simon Marchi + + * gdb.opt/inline-locals.exp: Mark tests as KFAIL. + * gdb.dwarf2/info-locals-optimized-out.exp: New file. + * gdb.dwarf2/info-locals-optimized-out.c: New file. + +2017-11-22 Yao Qi + + * gdb.base/info-os.exp: Pass pthreads. + * gdb.multi/multi-attach.exp: Likewise. + +2017-11-22 Yao Qi + + * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc + compiler. + +2017-11-22 Yao Qi + + * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags. + * gdb.base/break-interp.exp: Likewise. + * gdb.base/jit-attach-pie.exp: Likewise. + +2017-11-22 Ulrich Weigand + + * gdb.base/float128.c (large128): New variable. + * gdb.base/float128.exp: Add test to print largest __float128 value. + +2017-11-22 Ulrich Weigand + + * gdb.arch/vsx-regs.exp: Update register content checks. + +2017-11-21 Ulrich Weigand + + * gdb.arch/ppc-longdouble.exp: New file. + * gdb.arch/ppc-longdouble.c: Likewise. + +2017-11-21 Pedro Alves + + * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'. + +2017-11-20 Pedro Alves + + * gdb.base/whatis-ptype-typedefs.c (double_typedef) + (long_double_typedef): New typedefs. + Use DEF on double and long double. + * gdb.base/whatis-ptype-typedefs.exp: Add double and long double + cases. + (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size', + and 'long_double_ptr_same_size' locals. Use them to decide + whether cast from array/function to float is valid/invalid. + +2017-11-17 Tom Tromey + + * gdb.rust/traits.rs: New file. + * gdb.rust/traits.exp: New file. + +2017-11-17 Joel Brobecker + + * gdb.ada/minsyms: New testcase. + +2017-11-16 Pedro Alves + + * gdb.base/bp-cmds-continue-ctrl-c.c: New file. + * gdb.base/bp-cmds-continue-ctrl-c.exp: New file. + +2017-11-16 Pedro Alves + + * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if + gdb,noinferiorio is set, and use gdb_test_stdio otherwise. + +2017-11-16 Pedro Alves + + * gdb.server/reconnect-ctrl-c.c: New file. + * gdb.server/reconnect-ctrl-c.exp: New file. + +2017-11-16 Phil Muldoon + + * gdb.python/py-rbreak.exp: New file. + * gdb.python/py-rbreak.c: New file. + * gdb.python/py-rbreak-func2.c: New file. + +2017-11-16 Pedro Alves + + * gdb.base/starti.exp ("continue" test): Remove ".*"s from + pattern. + * lib/gdb.exp (gdb_test_sequence): Don't send empty command to + GDB. + +2017-11-15 Simon Marchi + + * gdb.tui/completionn.exp (test_tab_completion): Add space in + regex. + +2017-11-13 Simon Marchi + + * gdb.opt/inline-locals.exp: Remove trailing parentheses from + test names. + +2017-11-09 Pedro Alves + + * gdb.tui/tui-completion.exp (test_tab_completion): New procedure, + factored out from ... + (top level): ... here, and adjusted to avoid expecting beyond the + prompt in a single gdb_test_multiple. + +2017-11-09 Pedro Alves + + * gdb.multi/multi-attach.exp ("kill" test): Match the whole query + output. + * gdb.server/ext-attach.exp ("kill" test): Likewise. + * gdb.server/ext-restart.exp ("kill" test): Likewise. + * gdb.server/ext-run.exp ("kill" test): Likewise. + * gdb.server/ext-wrapper.exp ("kill" test): Likewise. + +2017-11-09 Pedro Alves + + * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to + match till end of line. + +2017-11-09 Pedro Alves + + * gdb.base/memattr.exp: Tighten regexes to match the end line. + +2017-11-09 Pedro Alves + + * gdb.base/completion.exp (ignore_and_resync, test_tab_complete): + New procedures, factored out from ... + (top level): ... here, and adjusted to avoid expecting beyond the + prompt in one go. + +2017-11-09 Pedro Alves + + * gdb.asm/asm-source.exp ("kill" test): Match the whole query + output. Fix '?' match. + +2017-11-08 Joel Brobecker + + * gdb.ada/scoped_watch: New testcase. + * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior + which is actually correct. + * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj. + * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj. + +2017-11-08 Pedro Alves + + * gdb.gdb/complaints.exp (test_initial_complaints) + (test_serial_complaints, test_short_complaints): Call + complaint_internal instead of complaint. + +2017-11-08 Djordje Todorovic + + * gdb.threads/tls-core.c: New file. + * gdb.threads/tls-core.exp: Likewise. + +2017-11-08 Pedro Alves + + * gdb.ada/complete.exp (p ): New test. + (p Exported_Capitalized): New test. + (p exported_capitalized): New test. + +2017-11-07 Pedro Alves + + * gdb.cp/ena-dis-br-range.exp: Add more tests. + 2017-11-07 Pedro Alves * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.