"Richard Earnshaw (lists)" <richard.earns...@arm.com> writes:
> On 28/08/2025 15:01, Iain Sandoe wrote: >> >> … the classification is useful, but the false positive “new fail / old fail >> went away” >> pairs are a real nuiscance .. hopefully we can have some brainstorming >> @cauldron about >> ways to deal with this (e.g. fuzzy matching or some smart way to discard the >> twinkling >> line numbers). >> > > Well really, the compare-tests script should report duplicate results as a > problem as > well, since > > PASS: abcd > ... > PASS: abcd > > is just a dup pass/fail waiting to happen. GDB has some magic to detect and report duplicate test names during the DejaGNU run: https://sourceware.org/git?p=binutils-gdb.git;a=blob;f=gdb/testsuite/lib/check-test-names.exp;h=049addd49a93744a832ec0fb5249cd59f3db74f1;hb=refs/heads/master#l64 -- Thiago