gdb/testsuite: Reduce test name duplication in gdb.base tests
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 3dec82464555e650444cb54cc8aa586d14b71988..2261b15542b30b4296393f6b9b1fefefbdc40a66 100644 (file)
@@ -1,3 +1,126 @@
+2019-10-03  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.base/break-interp.exp: Reduce test name duplication.
+       * gdb.base/call-sc.exp: Likewise.
+       * gdb.base/callfuncs.exp: Likewise.
+       * gdb.base/charset.exp: Likewise.
+       * gdb.base/dump.exp: Likewise.
+       * gdb.base/ena-dis-br.exp: Likewise.
+       * gdb.base/relational.exp: Likewise.
+       * gdb.base/step-over-syscall.exp: Likewise.
+       * gdb.base/structs.exp: Likewise.
+
+2019-10-03  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.linespec/explicit.exp: Make test names unique.
+       * gdb.linespec/ls-errs.exp: Likewise.
+
+2019-10-03  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.reverse/break-precsave.exp: Make test names unique.
+       * gdb.reverse/break-reverse.exp: Likewise.
+       * gdb.reverse/finish-precsave.exp: Likewise.
+       * gdb.reverse/finish-reverse.exp: Likewise.
+       * gdb.reverse/machinestate-precsave.exp: Likewise.
+       * gdb.reverse/machinestate.exp: Likewise.
+       * gdb.reverse/readv-reverse.exp: Likewise.
+       * gdb.reverse/recvmsg-reverse.exp: Likewise.
+       * gdb.reverse/sigall-precsave.exp: Likewise.
+       * gdb.reverse/sigall-reverse.exp: Likewise.
+       * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
+       * gdb.reverse/watch-precsave.exp: Likewise.
+       * gdb.reverse/watch-reverse.exp: Likewise.
+
+2019-10-03  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.threads/stop-with-handle.c: New file.
+       * gdb.threads/stop-with-handle.exp: New file.
+
+2019-10-03  Tom de Vries  <tdevries@suse.de>
+
+       PR testsuite/25059
+       * gdb.base/list-missing-source.exp: Allowing the "Compilation
+       directory" line to be missing.
+
+2019-10-03  Tom de Vries  <tdevries@suse.de>
+
+       PR testsuite/25059
+       * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
+       type optional.
+
+2019-10-02  Andreas Arnez  <arnez@linux.ibm.com>
+
+       * gdb.python/py-format-string.c (string.h): New include.
+       (main): Fill a_struct_with_union.the_union.an_int with bytes of
+       the same value, for endianness-independence.
+       * gdb.python/py-format-string.exp (default_regexp_dict)
+       (test_pretty_structs, test_format): Adjust expected output to the
+       changed initialization.
+
+2019-10-02  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
+
+2019-10-02  Pedro Alves  <palves@redhat.com>
+           Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
+       "print-file-var.h".
+       (this_version_id) Use ATTRIBUTE_VISIBILITY.
+       (get_version_1): Print this_version_id and its address.
+       Add extern "C" wrappers around interface functions.
+       * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
+       "print-file-var.h".
+       (this_version_id) Use ATTRIBUTE_VISIBILITY.
+       (get_version_2): Print this_version_id and its address.
+       Add extern "C" wrappers around interface functions.
+       * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
+       <stddef.h> and "print-file-var.h".
+       Add extern "C" wrappers around interface functions.
+       [VERSION_ID_MAIN] (this_version_id): Define.
+       (main): Define v0.  Use dlopen if SHLIB_NAME is defined.
+       * gdb.base/print-file-var.h: Add some #defines to simplify setting
+       up extern "C" blocks.
+       * gdb.base/print-file-var.exp (test): New, factored out from top
+       level.
+       (top level): Test all combinations of attribute hidden or not,
+       dlopen or not, and this_version_id symbol in main file or not.
+       Compile tests as both C++ and C, make test names unique.
+
+2019-10-01  Tom Tromey  <tom@tromey.com>
+
+       * gdb.base/style.exp: Test "show logging filename".
+
+2019-10-01  Tom Tromey  <tom@tromey.com>
+
+       * lib/gdb-utils.exp (style): Handle "metadata" argument.
+       * gdb.base/style.exp: Add metadata style test.
+
+2019-10-01  Tom Tromey  <tom@tromey.com>
+
+       * gdb.base/style.exp: Test "pwd".
+
+2019-10-01  Tom Tromey  <tom@tromey.com>
+
+       * gdb.base/style.exp: Update tests.
+
+2019-10-01  Andreas Arnez  <arnez@linux.ibm.com>
+
+       * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
+       'six' to unsigned.
+       (s1): Initialize fields 'four' and 'six' instead of 'three' and
+       'five'.  Use an all-ones bit pattern for each.
+       * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
+       to its changed values.
+
+2019-09-30  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.rust/traits.rs: Disable all warnings.
+
+2019-09-29  Tom de Vries  <tdevries@suse.de>
+
+        * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
+
 2019-09-29  Tom de Vries  <tdevries@suse.de>
 
        * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
This page took 0.027589 seconds and 4 git commands to generate.