This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: unique test case names for gcc debug.exp and pch.exp
- From: Zack Weinberg <zack at codesourcery dot com>
- To: Mike Stump <mrs at apple dot com>
- Cc: bug-dejagnu at gnu dot org, gcc at gcc dot gnu dot org
- Date: Thu, 13 Mar 2003 18:09:48 -0800
- Subject: Re: unique test case names for gcc debug.exp and pch.exp
- References: <CB8F9E92-55B6-11D7-B09F-003065A77310@apple.com>
Mike Stump <mrs at apple dot com> writes:
> This patch fixes dejagnu so that the debug.exp and pch.exp testcase
> names are unique. Without this patch, the testcase names are not
> unique, which is a fundamental violation of testing etiquette.
Is this a patch to dejagnu core or to GCC's helper library?
zw