This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Testsuite infrastructure for comparing outputs
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Sebastian Pop <sebpop at gmail dot com>
- Cc: gcc mailing list <gcc at gcc dot gnu dot org>
- Date: Wed, 28 Nov 2007 16:36:37 -0800
- Subject: Re: Testsuite infrastructure for comparing outputs
- References: <cb9d34b20711281300h1ac34491i927502523fab64c9@mail.gmail.com>
- Reply-to: janis187 at us dot ibm dot com
On Wed, 2007-11-28 at 15:00 -0600, Sebastian Pop wrote:
> Hi,
>
> In a recent update of the page http://gcc.gnu.org/wiki/Graphite I left
> the "Testing Lambda and Graphite frameworks" part in the open tasks.
> One of the subitems of this task is:
>
> "Add expect scripts for comparing outputs of testcases compiled with
> different options. For instance compare output of a program compiled
> with "-O2" versus "-O2 -fgraphite"."
>
> Are there already such scripts that we could use? I suspect that the
> answer is not yet.
I'm not sure what you mean. Would it be enough to add -fgraphite to
TORTURE_OPTIONS when you run the existing execute tests?
Janis