Richard Biener <richard.guent...@gmail.com> writes: >> Am 23.06.2025 um 17:37 schrieb Andrew Burgess <aburg...@redhat.com>: >> >> This commit is for the benefit of GDB, but as the binutils-gdb >> repository shares the contrib/ directory with gcc, this commit must >> first be applied to gcc then copied back to binutils-gdb. >> >> This commit extends the two scripts contrib/dg-extract-results.{py,sh} >> to handle GDB's 'unexpected core files' count. This test result type >> should never appear in GCC, or any other tool that shares the contrib/ >> directory, so this change should be harmless for others. >> >> The 'unexpected core files' count was added to GDB's results by this >> series: >> >> >> https://inbox.sourceware.org/gdb-patches/20220623183053.172430-1-pe...@palves.net >> >> this count is added to the gdb.sum file after all the tests have run, >> and counts up any core.* files that have appeared. >> >> GDB also has a make-check-all.sh script which runs a test with all the >> different board files that GDB supports. After each test is run the >> 'unexpected core files' count will be added to that board's results. >> >> I'm now trying to use the dg-extract-results.* scripts to merge the >> results from all the different board files, and the 'unexpected core >> files' count is confusing these scripts. > > Ok
Pushed. Thanks, Andrew