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

Andrew Burgess andrew.burgess@embecosm.com
Thu Apr 30 11:20:08 GMT 2020


Changes since v2:

  - Now print PATH: .... or DUPLICATE: .... into the summary and log
    files when an offending test name is seen.

  - The dg-extract-results.* script merge these new status lines into
    the single unified file when running tests in parallel.

All 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          |   6 +-
 contrib/dg-extract-results.sh          |  12 +-
 gdb/testsuite/ChangeLog                |  15 +++
 gdb/testsuite/lib/check-test-names.exp | 175 +++++++++++++++++++++++++
 gdb/testsuite/lib/gdb.exp              |   1 +
 6 files changed, 211 insertions(+), 3 deletions(-)
 create mode 100644 gdb/testsuite/lib/check-test-names.exp

-- 
2.25.3



More information about the Gdb-patches mailing list