]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/testsuite: Disable path and duplicate checks when parallel testing
authorAndrew Burgess <andrew.burgess@embecosm.com>
Tue, 12 May 2020 16:38:17 +0000 (17:38 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Tue, 12 May 2020 16:43:46 +0000 (17:43 +0100)
commit843f4d93576eef02139f7b1b3fa1cea7b0f286f1
tree169eaca622b1c9c1b161a866fb0cfecc4e971469
parent02ff80c296ea525e1c89fe3bd41e29cc249595f0
gdb/testsuite: Disable path and duplicate checks when parallel testing

This commit disables the recently added checking for paths in test
names, and for duplicate test names, when the gdb tests are run in
parallel.

When running the gdb tests in parallel the extra result count lines
produced cause the dg-extract-results scripts to exit with an error.

The patches for the dg-extract-results scripts have been posted to the
gcc-patches mailing list here:

https://gcc.gnu.org/pipermail/gcc-patches/2020-May/545562.html

Once they are merged there then these changes can be merged over to
binutils-gdb, and this commit can be reverted.

gdb/testsuite/ChangeLog:

* lib/check-test-names.exp: Disable when testing is being run in
parallel.
gdb/testsuite/ChangeLog
gdb/testsuite/lib/check-test-names.exp