Menu

#2154 textImage test case failure on cvs head

obsolete: 8.5a5
open
5
2006-11-06
2006-11-06
No

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

Discussion

  • Larry W. Virden

    Larry W. Virden - 2007-10-16

    Logged In: YES
    user_id=15949
    Originator: YES

    This identical behavior continues to manifest with the latest tcl/tk 8.5 beta cvs head.

     
  • Larry W. Virden

    Larry W. Virden - 2008-10-14

    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.