public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Which dejagnu version do we require?
@ 2003-01-31  5:31 Gerald Pfeifer
  2003-01-31 10:25 ` Daniel Jacobowitz
  0 siblings, 1 reply; 3+ messages in thread
From: Gerald Pfeifer @ 2003-01-31  5:31 UTC (permalink / raw)
  To: gcc; +Cc: libstdc++

I just tried running the testsuite with dejagnu-1.4.2 and got the
following error:

Using /sw/test/gcc/cvs/libstdc++-v3/testsuite/config/default.exp as
tool-and-tar
get-specific interface file.
Running /sw/test/gcc/cvs/libstdc++-v3/testsuite/libstdc++-v3.dg/dg.exp ...
ERROR: tcl error sourcing /sw/test/gcc/cvs/libstdc++-v3/testsuite/libstdc++-v3.dg/dg.exp.
ERROR: couldn't compile regular expression pattern: nested *?+
    while executing "regsub "^$srcdir/?" $prog "" name"
    (procedure "dg-test" line 37)
    invoked from within "dg-test $testcase $flags ${default-extra-flags}"
    (procedure "dg-runtest" line 10)
    invoked from within "dg-runtest [libstdc++-v3-list-sourcefiles] "" $DEFAULT_CXXFLAGS"
    (file "/sw/test/gcc/cvs/libstdc++-v3/testsuite/libstdc++-v3.dg/dg.exp" line33)
    invoked from within "source /sw/test/gcc/cvs/libstdc++-v3/testsuite/libstdc++-v3.dg/dg.exp"
    ("uplevel" body line 1)
    invoked from within "uplevel #0 source /sw/test/gcc/cvs/libstdc++-v3/testsuite/libstdc++-v3.dg/dg.exp"
    invoked from within "catch "uplevel #0 source $test_file_name""

Does this mean my setup is somehow hosed or that we now require
dejagnu-1.4.3?

(If the latter, I'm going to update our documentation, but I wonder why
nobody else has done this yet...)

Gerald
-- 
Gerald "Jerry"   pfeifer@dbai.tuwien.ac.at   http://www.pfeifer.com/gerald/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Which dejagnu version do we require?
  2003-01-31  5:31 Which dejagnu version do we require? Gerald Pfeifer
@ 2003-01-31 10:25 ` Daniel Jacobowitz
  2003-02-01 17:36   ` Gerald Pfeifer
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Jacobowitz @ 2003-01-31 10:25 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: gcc, libstdc++

On Fri, Jan 31, 2003 at 03:14:29AM +0100, Gerald Pfeifer wrote:
> I just tried running the testsuite with dejagnu-1.4.2 and got the
> following error:
> 
> Using /sw/test/gcc/cvs/libstdc++-v3/testsuite/config/default.exp as
> tool-and-tar
> get-specific interface file.
> Running /sw/test/gcc/cvs/libstdc++-v3/testsuite/libstdc++-v3.dg/dg.exp ...
> ERROR: tcl error sourcing /sw/test/gcc/cvs/libstdc++-v3/testsuite/libstdc++-v3.dg/dg.exp.
> ERROR: couldn't compile regular expression pattern: nested *?+
>     while executing "regsub "^$srcdir/?" $prog "" name"
>     (procedure "dg-test" line 37)
>     invoked from within "dg-test $testcase $flags ${default-extra-flags}"
>     (procedure "dg-runtest" line 10)
>     invoked from within "dg-runtest [libstdc++-v3-list-sourcefiles] "" $DEFAULT_CXXFLAGS"
>     (file "/sw/test/gcc/cvs/libstdc++-v3/testsuite/libstdc++-v3.dg/dg.exp" line33)
>     invoked from within "source /sw/test/gcc/cvs/libstdc++-v3/testsuite/libstdc++-v3.dg/dg.exp"
>     ("uplevel" body line 1)
>     invoked from within "uplevel #0 source /sw/test/gcc/cvs/libstdc++-v3/testsuite/libstdc++-v3.dg/dg.exp"
>     invoked from within "catch "uplevel #0 source $test_file_name""
> 
> Does this mean my setup is somehow hosed or that we now require
> dejagnu-1.4.3?
> 
> (If the latter, I'm going to update our documentation, but I wonder why
> nobody else has done this yet...)

This is more likely to be a sensitivity to the version of TCL than the
version of DejaGNU.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Which dejagnu version do we require?
  2003-01-31 10:25 ` Daniel Jacobowitz
@ 2003-02-01 17:36   ` Gerald Pfeifer
  0 siblings, 0 replies; 3+ messages in thread
From: Gerald Pfeifer @ 2003-02-01 17:36 UTC (permalink / raw)
  To: libstdc++, Daniel Jacobowitz; +Cc: gcc

On Thu, 30 Jan 2003, Daniel Jacobowitz wrote:
>> ERROR: tcl error sourcing /sw/test/gcc/cvs/libstdc++-v3/testsuite/libstdc++-v3.dg/dg.exp.
>> ERROR: couldn't compile regular expression pattern: nested *?+
>>     while executing "regsub "^$srcdir/?" $prog "" name"
>>     (procedure "dg-test" line 37)
>>     invoked from within "dg-test $testcase $flags ${default-extra-flags}"
>>     (procedure "dg-runtest" line 10)
>>
>> Does this mean my setup is somehow hosed or that we now require
>> dejagnu-1.4.3?
> This is more likely to be a sensitivity to the version of TCL than the
> version of DejaGNU.

100 points -- there was an older version of tclsh in the path, with
Tcl 8.3, eveything seems to work now.

The point is: Which version of Tcl do we (resp. the libstdc++ testsuite,
as the others also worked with that older version of Tcl) require?


I volunteer to document this in our testing documentation, but I need
some feedback.

(If anybody is using something below Tcl 8.2 and suceeds in running our
full testsuites, please let me know!)

Gerald
-- 
Gerald "Jerry"   pfeifer@dbai.tuwien.ac.at   http://www.pfeifer.com/gerald/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-02-01 17:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-31  5:31 Which dejagnu version do we require? Gerald Pfeifer
2003-01-31 10:25 ` Daniel Jacobowitz
2003-02-01 17:36   ` Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).