On 06/15/2018 05:05 PM, Andreas Schwab wrote:
> On Jun 12 2018, Tom de Vries <tdevr...@suse.de> wrote:
> 
>> I've made the PASS/FAIL id minimal (removed the actual args part), which 
>> makes
>> it easier to read:
>> ...
>> PASS: scan-tree-dump: too many arguments
>> PASS: scan-tree-dump: too few arguments
>> PASS: scan-tree-dump-times: too many arguments
>> PASS: scan-tree-dump-times: too few arguments
> 
> This is bad, as there are now many duplicate test names.  All tests
> should have unique names.
> 

Where do you see the duplication? I don't see it:
...
$ grep ^PASS gcc.sum  | wc -l
94
$ grep ^PASS gcc.sum  | sort -u | wc -l
94
...

Thanks,
- Tom


Reply via email to