This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: C/C++ testsuite uniqness
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Mike Stump <mstump at apple dot com>
- Cc: Benjamin Kosnik <bkoz at redhat dot com>, gcc at gcc dot gnu dot org
- Date: 14 Jan 2003 02:30:11 +0100
- Subject: Re: C/C++ testsuite uniqness
- Organization: Integrable Solutions
- References: <EECAC35A-275E-11D7-A809-000393941EE6@apple.com>
Mike Stump <mstump@apple.com> writes:
[...]
| PASS: bug1.c -O0
| PASS: bug2.c -O1
|
| is unique and is correct. I do not mean to suggest:
|
| PASS: one/name.c
| PASS: two/name.c
|
| is wrong.
So maybe we need a way to convince DejaGnu to use the basename of the
directory containing the tests in the output? (I believe that would be
beneficial to V3 testsuite anyway).
-- Gaby