[Incrtcl-develop] [ incrtcl-Bugs-1661537 ] ensemble-1.11 test fails
by SourceForge.net other posts by this author
Feb 16 2007 6:09AM messages near this date
[Incrtcl-develop] [ incrtcl-Bugs-1661538 ] interp-1.2 test failed for itk
|
[Incrtcl-develop] [ incrtcl-Bugs-1649679 ] configure fails at line 9533
Bugs item #1661537, was opened at 2007-02-16 09:09
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=1661537&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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Larry W. Virden (lvirden)
Assigned to: David Gravereaux (davygrvy)
Summary: ensemble-1.11 test fails
Initial Comment:
itcl cvs head built with tcl 8.5 cvs head and tk 8.5 cvs head.
built with threading enabled.
ensemble.test
==== ensemble-1.11 part argument errors are handled gracefully FAILED
==== Contents of test case:
list [catch "itcl::ensemble test_numbers {part foo {{}} {}}" msg] $msg $erro
rInfo
---- Result was:
1 {argument with no name} {argument with no name
while executing
"part foo {{}} {}"
("ensemble" body line 1)
invoked from within
"itcl::ensemble test_numbers {part foo {{}} {}}"}
---- Result should have been (exact matching):
1 {procedure "foo" has argument with no name} {procedure "foo" has argument with
no name
while executing
"part foo {{}} {}"
("ensemble" body line 1)
invoked from within
"itcl::ensemble test_numbers {part foo {{}} {}}"}
==== ensemble-1.11 FAILED
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=113244&aid=1661537&group_id=13244
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Incrtcl-develop mailing list
Incrtcl-develop@[...].net
https://lists.sourceforge.net/lists/listinfo/incrtcl-develop
|