[Incrtcl-develop] [ incrtcl-Bugs-1376301 ] sparc solaris 8 cvs head test suite failure
by SourceForge.net other posts by this author
Dec 8 2005 6:23AM messages near this date
[Incrtcl-develop] [ incrtcl-Bugs-1392619 ] configure fails to look in /usr/lib64
|
[Incrtcl-develop] [ incrtcl-Patches-1362070 ] cget code for Incr Tcl
Bugs item #1376301, was opened at 2005-12-08 09:05
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=113244&aid=1376301&group_id=13244
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Test Suite
Group: cvs-HEAD
Status: Open
Resolution: None
Priority: 5
Submitted By: Larry W. Virden (lvirden)
Assigned to: David Gravereaux (davygrvy)
Summary: sparc solaris 8 cvs head test suite failure
Initial Comment:
I have built itcl cvs head against tcl 8.5 cvs head.
When I run the itcl test suite, I get the following errors:
interp.test
==== interp-1.1 create a slave interp with [incr Tcl]
FAILED
==== Contents of test case:
interp create slave
load "" Itcl slave
list [slave eval "namespace children :: itcl"]
[interp delete slave]
---- Result was:
{} {}
---- Result should have been (exact matching):
::itcl {}
==== interp-1.1 FAILED
==== interp-1.2 create a safe slave interp with [incr
Tcl] FAILED
==== Contents of test case:
interp create -safe slave
load "" Itcl slave
list [slave eval "namespace children :: itcl"]
[interp delete slave]
---- Result was:
{} {}
---- Result should have been (exact matching):
::itcl {}
==== interp-1.2 FAILED
:
:
scope.test
==== scope-4.1 define simple namespace with things to
export FAILED
==== Contents of test case:
namespace eval test_scope_ns {
variable array
proc pcontext {args} {
return [eval $args]
}
}
namespace children :: ::test_scope_ns
---- Result was:
---- Result should have been (exact matching):
::test_scope_ns
==== scope-4.1 FAILED
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=113244&aid=1376301&group_id=13244
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Incrtcl-develop mailing list
Incrtcl-develop@[...].net
https://lists.sourceforge.net/lists/listinfo/incrtcl-develop
|