This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Update QMTest info in G++


Mark, thanks for updating all this info.  I can get further now, but still
run into problems.

As an aside, this new text in the Makefile.in

>   # The flags to pass to "qmtest run".
> ! QMTESTRUNFLAGS=-f none --result-stream dejagnu_stream.DejaGNUStream

conflicts with this text in the README:

#  6. If you have a multiprocessor, you can run the tests in parallel by
#     passing the "-j" option to qmtest:
#  
#        make QMTESTRUNFLAGS="-j 4" qmtest-g++

Anyhow, I'm now seeing the following behavior.  What additional information
can I provide?


export QMTEST_CLASS_PATH=/home/pme/src/QM/qmtc:/home/pme/src/QM/qmtest_gcc
/usr/bin/make -ik QMTEST_PATH=/usr/local/QMTest-CVS/bin/qmtest qmtest-g++
/usr/local/QMTest-CVS/bin/qmtest  -D qmtestsuite create-tdb \
    -c gcc_database.GCCDatabase \
            -a srcdir=`cd /home/pme/src/unified/gcc/testsuite && pwd` && \
    echo timestamp > stamp-qmtest
QMTest has created a new test database at '/mnt/build/build-2003-06-05/gcc/qmtestsuite'.
rm -f qmtestsuite/context
echo "CompilerTable.languages=c cplusplus" >> qmtestsuite/context
echo "CompilerTable.c_kind=GCC" >> qmtestsuite/context
echo "CompilerTable.c_path=/mnt/build/build-2003-06-05/gcc/xgcc" >> qmtestsuite/context
echo "CompilerTable.c_options=-B/mnt/build/build-2003-06-05/gcc/" >> qmtestsuite/context
echo "CompilerTable.cplusplus_kind=GCC" >> qmtestsuite/context
echo "CompilerTable.cplusplus_path=/mnt/build/build-2003-06-05/gcc/g++" >> qmtestsuite/context
echo "CompilerTable.cplusplus_options=-B/mnt/build/build-2003-06-05/gcc/" >> qmtestsuite/context
echo "DejaGNUTest.target=i686-pc-linux-gnu" >> qmtestsuite/context
cd qmtestsuite && /usr/local/QMTest-CVS/bin/qmtest  run -f none --result-stream dejagnu_stream.DejaGNUStream -C context \
   -o g++.qmr g++
ERROR: gpp_init (An exception occurred.)


-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]