[PATCHv2 0/3] Automatic detection of test name problems

Andrew Burgess andrew.burgess@embecosm.com
Mon Apr 27 22:01:43 GMT 2020


Changes since v1:

  1. Original patch #1 is now merged.

  2. Functionality is now placed inside a namespace.
  
  3. Better counting for multi-variant test runs, this is inline with
     how Dejagnu's muti-variant result counting works.

  4. Use 'string first' instead of 'regexp'.

  5. Reworded commit message on what is now patch #2.

Further feedback welcome.

Thanks,
Andrew

---

Andrew Burgess (3):
  gdb/testsuite: Detect and warn if paths are used in test names
  gdb/testsuite: Detect and warn about duplicate test names
  contrib: Handle GDB specific test result types

 contrib/ChangeLog                      |   5 +
 contrib/dg-extract-results.py          |   4 +-
 contrib/dg-extract-results.sh          |  10 ++
 gdb/testsuite/ChangeLog                |  13 +++
 gdb/testsuite/lib/check-test-names.exp | 135 +++++++++++++++++++++++++
 gdb/testsuite/lib/gdb.exp              |   1 +
 6 files changed, 167 insertions(+), 1 deletion(-)
 create mode 100644 gdb/testsuite/lib/check-test-names.exp

-- 
2.25.3



More information about the Gdb-patches mailing list