This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
dejagnu problems
- To: egcs at cygnus dot com
- Subject: dejagnu problems
- From: Peter Schmid <schmid at ltoi dot iap dot physik dot th-darmstadt dot de>
- Date: Sun, 26 Oct 1997 17:28:12 +0200 (MEST)
I have problems with the dejagnu-971006 snapshot.
1) dejagnu-971006 compiles fine but make
check fails in the expect directory.
Test Run By peter on Sun Oct 26 01:57:38 1997
Native configuration is i386-pc-linux-gnulibc1
=== expect tests ===
Running target unix
Using ./../../dejagnu/baseboards/unix.exp as board description file for target.
Using ./../../dejagnu/config/unix.exp as generic interface file for target.
Using ./config/default.exp as tool-and-target-specific interface file.
Running ./expect.tests/expect-tests.exp ...
spawn /dos/peter/ftp/dejagnu-971006/expect/expect
expect1.1> set objdir /dos/peter/ftp/dejagnu-971006/expect/testsuite
source ./../tests/defs
/dos/peter/ftp/dejagnu-971006/expect/testsuite
expect1.1> expect1.1> set VERBOSE 1
1
expect1.1> ERROR: Timed out setting verbose flag.
cd ./../tests
expect1.1> ERROR: Couldn't change directories
testcase ./expect.tests/expect-tests.exp completed in 34 seconds
=== expect Summary ===
/dos/peter/ftp/dejagnu-971006/expect/expect version is 5.21.3
runtest completed at Sun Oct 26 01:58:15 1997
2) Make check-g++ does not work.
Test Run By peter on Sat Oct 25 23:26:43 1997
Native configuration is i386-pc-linux-gnulibc1
=== g77 tests ===
Running target unix
Using /usr/bin/../share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/bin/../share/dejagnu/config/unix.exp as generic interface file for target.
Using /dos/peter/ftp/gcc/egcs-971023/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /dos/peter/ftp/gcc/egcs-971023/gcc/testsuite/g77.f-torture/compile/compile.exp ...
Executing on host: /dos/peter/ftp/gcc/egcs-971023/gcc/g77 -B/dos/peter/ftp/gcc/egcs-971023/gcc/ --driver=/dos/peter/ftp/gcc/egcs-971023/gcc/xgcc /dos/peter/ftp/gcc/egcs-971023/gcc/testsuite/g77.f-torture/compile/toon_1.f -w -O0 -c -o /tmp/toon_1.o
compiler exited with status 1
output is:
f771: Invalid option `-fdriver=/dos/peter/ftp/gcc/egcs-971023/gcc/xgcc'
FAIL: g77.f-torture/compile/toon_1.f, -O0
Executing on host: /dos/peter/ftp/gcc/egcs-971023/gcc/g77 -B/dos/peter/ftp/gcc/egcs-971023/gcc/ --driver=/dos/peter/ftp/gcc/egcs-971023/gcc/xgcc /dos/peter/ftp/gcc/egcs-971023/gcc/testsuite/g77.f-torture/compile/toon_1.f -w -O1 -c -o /tmp/toon_1.o
compiler exited with status 1
output is:
f771: Invalid option `-fdriver=/dos/peter/ftp/gcc/egcs-971023/gcc/xgcc'
=== g77 Summary ===
# of unexpected failures 58
# of untested testcases 50
Executing on host: /dos/peter/ftp/gcc/egcs-971023/gcc/g77 -v
/dos/peter/ftp/gcc/egcs-971023/gcc/g77 version egcs-2.90.14 971023 (gcc2-970802 experimental)
Could someone please fix these problems.
Peter