[Incrtcl-develop] [ incrtcl-Bugs-1727609 ] interp-1.2 test failure
by SourceForge.net other posts by this author
May 29 2007 7:29AM messages near this date
[Incrtcl-develop] [ incrtcl-Feature Requests-1727616 ] new source configure option for thread enabled
|
[Incrtcl-develop] [ incrtcl-Patches-1725219 ] make itcl built with pre-8.5 work in 8.5
Bugs item #1727609, was opened at 2007-05-29 10:29
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=1727609&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 failure
Initial Comment:
This one is weird - because the failure appears to be unrelated to the actual test code...
Latest tcl/tk/itcl/itk cvs head.
Platform: sparc solaris 9, with sun c compiler
configured tcl/itcl with --enable-threads and tcl/tk/itcl with --enable-shared --enabled-sym
bols --enable-stubs --enable-64bits
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
Next, I did a distclean on itcl and configured without the threads enabled. With this combo,
I got the same error. So it doesn't appear to be thread related.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=113244&aid=1727609&group_id=13244
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Incrtcl-develop mailing list
Incrtcl-develop@[...].net
https://lists.sourceforge.net/lists/listinfo/incrtcl-develop
|