This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] Add gcc.dg-selftests/dg-final.exp



On 06/15/2018 05:05 PM, Andreas Schwab wrote:
> On Jun 12 2018, Tom de Vries <tdevries@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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]