tk 8.5 cvs head built on solaris 2.9 with sun c
compiler, test suite display back via exceed 10.0.0.12
on win xp.
textImage.test
==== textImage-3.2 delayed image management FAILED
==== Contents of test case:
catch {
image create photo small -width 5 -height 5
small put red -to 0 0 4 4
}
catch {destroy .t}
text .t -font test_font -bd 0
-highlightthickness 0 -padx 0 -pady 0
pack .t
.t image create end -name test
update
set result ""
lappend result [.t bbox test]
.t image configure test -image small -align top
update
lappend result [.t bbox test]
---- Result was:
{0 8 0 0} {0 0 5 5}
---- Result should have been (exact matching):
{} {0 0 5 5}
==== textImage-3.2 FAILED
Logged In: YES
user_id=15949
Originator: YES
This identical behavior continues to manifest with the latest tcl/tk 8.5 beta cvs head.
Just an update here. 2 years later. Using Tk 8.5.4 released version.
Running against SPARC Solaris 8, displaying back to windows xp sp 3 using exceed's 10.0.0.12 version.
I see the identical error message.