This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: testsuite location for adding new tests
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Le-Chun Wu <lcwu at google dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 18 Jun 2008 12:27:30 -0700
- Subject: Re: testsuite location for adding new tests
- References: <82091ad70806121401k5456ede4nae3719dbba65d0c7@mail.gmail.com>
- Reply-to: janis187 at us dot ibm dot com
On Thu, 2008-06-12 at 14:01 -0700, Le-Chun Wu wrote:
> Hi,
>
> As part of our thread safety annotation/analysis effort, we created
> about 17 new test cases that we would like to add to the gcc
> testsuite. Should we create a new sub-directory under testsuite/g++.dg
> (say, for example, g++.dg/thread-ann)? Or should we add them to an
> existing sub-dir, e.g. testsuite/g++.dg/warn? (Some of the test cases
> would cause the compiler to emit thread safety warning messages, but
> some of them are "good" cases that no warning should be generated. So
> we are not sure if they should all go to g++.dg/warn.) Thanks,
g++.dg/thread-ann seems like a good location for these tests.
Janis