This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: C++ compatibility testing
On Thu, Sep 26, 2002 at 02:45:02PM -0400, Phil Edwards wrote:
> On Wed, Sep 25, 2002 at 10:51:35AM -0700, Janis Johnson wrote:
> > I tried QMTest last May and had problems, probably because I was using
> > Python 2.2 which doesn't seem to work with it. Now I've got it working
> > on i686-pc-linux-gnu and ia64-unknown-linux-gnu with:
> >
> > Python 2.1.3
> > QMTest 1.1.5
> > QMTC 1.2
>
> I'm stuck:
>
> % make qmtest-g++
> echo "Determining expected results..."
> Determining expected results...
> cd qmtestsuite && qmtest run -C context \
> -c "GCCTest.generate_xfails=1" -o gpp-expected.qmr \
> gpp \
> > /dev/null
> qmtest: error: The extension class 'gcc_database.GCCDatabase' could not be
> found. You may need to set the 'QMTEST_CLASS_PATH' environment
> variable.
>
> make: *** [qmtestsuite/gpp-expected.qmr] Error 1
>
> I would set the variable if I knew what file it wanted.
See qmtc-1.2/INSTALL for how to set that variable.
I forgot that I also needed to fix a makefile to get it to work; see
http://gcc.gnu.org/ml/gcc-patches/2002-09/msg01620.html.
Janis