commit | 4df98d9d31173d45438fbf000e6ed2d3cdd98ae2 | [log] [tgz] |
---|---|---|
author | Lancelot SIX <lsix@lancelotsix.com> | Tue Nov 23 16:40:24 2021 +0000 |
committer | Lancelot SIX <lsix@lancelotsix.com> | Fri Jan 07 22:43:34 2022 +0000 |
tree | 96a0ea2d74b68d965003bb0c6b58ec20f1ffdc36 | |
parent | 0b6180fe6e3080ceb92eb96b76dd36fede18d1b2 [diff] |
gdb/testsuite: Remove duplicates from gdb.threads/staticthreads.ex When running the testsuite, I have: Running .../gdb/testsuite/gdb.threads/staticthreads.exp ... DUPLICATE: gdb.threads/staticthreads.exp: couldn't compile staticthreads.c: unrecognized error Fix by using foreach_with_prefix instead of foreach when preparing the test case. Testeed on x86_64-linux both in a setup where the test fails to prepare and in a setup where the test fails to setup.