This is the mail archive of the gcc@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]

problem running the testsuite


Running the testsuite on x86-64-linux-gnu I got today for the first
time the following failure:

Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using /cvs/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /cvs/gcc/gcc/testsuite/g77.dg/bprob/bprob.exp ...
Running /cvs/gcc/gcc/testsuite/g77.dg/dg.exp ...
ERROR: tcl error sourcing /cvs/gcc/gcc/testsuite/g77.dg/dg.exp.
ERROR: couldn't compile regular expression pattern: parentheses () not balanced
    while executing
"regexp "$pattern" $lower"
    (procedure "search_for" line 5)
    invoked from within
"search_for $test "for*(""
    (procedure "gcc-dg-runtest" line 14)
    invoked from within
"gcc-dg-runtest $testcases ${default-extra-flags}"
    (procedure "g77-dg-runtest" line 2)
    invoked from within
"g77-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.f]] \
        $DEFAULT_FFLAGS"
    (file "/cvs/gcc/gcc/testsuite/g77.dg/dg.exp" line 32)
    invoked from within
"source /cvs/gcc/gcc/testsuite/g77.dg/dg.exp"
    ("uplevel" body line 1)
    invoked from within
"uplevel #0 source /cvs/gcc/gcc/testsuite/g77.dg/dg.exp"
    invoked from within
"catch "uplevel #0 source $test_file_name""
Running /cvs/gcc/gcc/testsuite/g77.dg/gcov/gcov.exp ...

I run "make -k check" and have set in the environment
RUNTESTFLAGS="--target_board 'unix{-m32,}'" so that both 32-bit and
64-bit tests are run.  This worked a few days ago (last time I
bootstrapped),

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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