Menu

#2157 tk cvs head HANG during test suite

obsolete: 8.5a5
closed
5
2006-11-27
2006-11-06
No

tk 8.5 cvs head build on sparc solaris 9 using sun c
compiler and test suite display via exceed 10.0.0.12 on
win xp.

Note that this test sits until the test process is killed.

window.test

==== window-2.9 Tk_DestroyWindow, Destroy bindings
evaluated after exit FAILED
==== Contents of test case:

set code [loadTkCommand]
append code {
toplevel .t1
toplevel .t2
update
bind .t2 <Destroy> {puts "Destroy .t2" ; exit 1}
bind .t1 <Destroy> {puts "Destroy .t1" ; exit 0}
destroy .t2
}
set script [makeFile $code script]
if {[catch {exec [interpreter] $script -geometry
10x10+0+0} msg]} {
set error 1
} else {
set error 0
}
removeFile script
list $error $msg

---- Result was:
1 {Destroy .t2
Destroy .t1
child killed: software termination signal}
---- Result should have been (exact matching):
0 {Destroy .t2
Destroy .t1}
==== window-2.9 FAILED

Discussion

  • Joe English

    Joe English - 2006-11-13

    Logged In: YES
    user_id=68433

    Unable to replicate.

     
  • Joe English

    Joe English - 2006-11-13
    • status: open --> pending
     
  • SourceForge Robot

    • status: pending --> closed
     
  • SourceForge Robot

    Logged In: YES
    user_id=1312539
    Originator: NO

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 14 days (the time period specified by
    the administrator of this Tracker).

     
  • Larry W. Virden

    Larry W. Virden - 2007-01-23

    Logged In: YES
    user_id=15949
    Originator: YES

    This problem continues. I have no idea how I am supposed to respond to the fact that the test hangs, every time, at my location and not at the system tester.

    I would be happy to try to provide more info - if someone could let me know exactly what it is they need.