[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[DejaGnu] Re: erroring out
From: |
Benjamin Kosnik |
Subject: |
[DejaGnu] Re: erroring out |
Date: |
Sat, 12 May 2001 00:37:01 -0700 (PDT) |
> Use the CVS repository at gnu.org. There is more CVS info at
> http://www.gnu.org/software/dejagnu/. I do merges against the CVS tree at
> RedHat, but your CVS tree for DejaGnu is probably almost exact to the
> 1.4.0 release. The newer 1.4.1 release has more bug fixes and features. In
> fact, I have a new framework in 1.4.1 for unit testing of APIs, which is
> great for testing libraries.
This is what I get with CVS dejagnu:
%which runtest
/mnt/hd/ahimsa/H-x86-dejagnu/bin/runtest
%runtest --version
WARNING: Couldn't find the global config file.
Expect version is 5.26
Tcl version is 8.0
Framework version is 1.4.1.x
Running
/mnt/hd/bliss/src.gcc/libstdc++-v3/testsuite/libstdc++-v3.dg/dg.exp ...
ERROR: tcl error sourcing
/mnt/hd/bliss/src.gcc/libstdc++-v3/testsuite/libstdc++-v3.dg/dg.exp.
ERROR: wrong # args: should be "regsub ?switches? exp string subSpec
varName"
while executing
"regsub -all ".*: warning: -f(pic|PIC) ignored for target .*" $text """
(procedure "prune_warnings" line 148)
invoked from within
"prune_warnings [lindex $status 1]"
(procedure "default_target_compile" line 309)
invoked from within
"default_target_compile $source $destfile $type $options"
(procedure "target_compile" line 6)
invoked from within
"target_compile $source $dest $type $options"
(procedure "libstdc++-v3_target_compile" line 18)
Note the previous dejagnu worked, just:
=== libstdc++-v3 Summary ===
# of expected passes 220
# of unexpected failures 4
# of unexpected successes 5
# of expected failures 9
make[2]: *** [check-DEJAGNU] Error 1
make[2]: Leaving directory
`/mnt/hd/ahimsa/bld-x86-gcc/i686-pc-linux-gnu/libstdc++-v3/testsuite'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory
`/mnt/hd/ahimsa/bld-x86-gcc/i686-pc-linux-gnu/libstdc++-v3/testsuite'
make: *** [check-recursive] Error 1
Yuk!
-benjamin