[gdb/testsuite] Fix duplicate test-names in gdb.trace
[binutils-gdb.git] / gdb / testsuite / ChangeLog
index 0806b62d7ff34996bbf497bd68d1c1801235aed6..1db518edcc5cd433b0aeac4ec40b64da23ff7172 100644 (file)
@@ -1,3 +1,39 @@
+2020-05-12  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.trace/passcount.exp: Fix test-names.
+
+2020-05-12  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.pascal/gdb11492.exp: Use with_test_prefix.
+
+2020-05-12  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.gdb/complaints.exp: Use with_test_prefix.
+       * gdb.xml/tdesc-regs.exp: Same.
+       * gdb.opt/inline-locals.exp: Fix test name.
+
+2020-05-12  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
+       * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
+       * gdb.dwarf2/implref-struct.exp: Same.
+       * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
+       * gdb.dwarf2/data-loc.exp: Same.  Remove duplicate test.
+
+2020-05-11  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * gdb.base/jit-so.exp (one_jit_test): Change test name.
+
+2020-05-11  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * lib/check-test-names.exp (all_test_names): New module variable.
+       (counts): Add 'duplicates' field.
+       (_check_duplicates): New procedure.
+       (check): Also check for duplicates.
+       (do_log_summary): Print duplicates count.
+       (do_reset_vars): Reset counter for duplicate test names, and
+       discard all know test names.
+
 2020-05-11  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * lib/gdb.exp: Include check-test-names.exp library.