[Incrtcl-develop] [ incrtcl-Bugs-1661538 ] interp-1.2 test failed for itk
by SourceForge.net other posts by this author
Feb 16 2007 6:10AM messages near this date
[Incrtcl-develop] [ incrtcl-Bugs-1661540 ] compilation warnings in itk_option.c
|
[Incrtcl-develop] [ incrtcl-Bugs-1661537 ] ensemble-1.11 test fails
Bugs item #1661538, was opened at 2007-02-16 09:10
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=1661538&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: interp-1.2 test failed for itk
Initial Comment:
incr tcl cvs head built against tcl/tk 8.5 cvs head.
interp.test
==== interp-1.2 can't load [incr Tk] into a safe interp FAILED
==== Contents of test case:
interp create -safe slave
load "" Itcl slave
set result [list [catch {load "" Itk slave} msg] $msg]
interp delete slave
set result
---- Result was:
1 {can't find package Tk 8.1}
---- Result should have been (exact matching):
1 {can't use package in a safe interpreter: no Itk_SafeInit procedure}
==== interp-1.2 FAILED
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=113244&aid=1661538&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
|