~ubuntu-branches/ubuntu/wily/tk8.6/wily

« back to all changes in this revision

Viewing changes to tests/window.test

  • Committer: Package Import Robot
  • Author(s): Sergei Golovan
  • Date: 2013-10-05 11:59:47 UTC
  • mfrom: (8.1.5 experimental)
  • Revision ID: package-import@ubuntu.com-20131005115947-fuy2i0zetr6iuyn3
Added the libtk8.6-dbg package with libtk8.6 debug symbols in it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
namespace import ::tcltest::*
10
10
tcltest::configure {*}$argv
11
11
tcltest::loadTestedCommands
12
 
testConstraint unthreaded [expr {
13
 
    (![info exist tcl_platform(threaded)] || !$tcl_platform(threaded))
14
 
}]
15
12
namespace import ::tk::test::loadTkCommand
16
13
update
17
14
 
192
189
    list $error $msg
193
190
} -result {0 {}}
194
191
 
195
 
# window-2.9 deadlocks threaded Tk [Bug 1715716]
196
192
test window-2.9 {Tk_DestroyWindow, Destroy bindings evaluated after exit} -constraints {
197
 
    unixOrWin unthreaded
 
193
    unixOrWin
198
194
} -body {
199
195
    set code [loadTkCommand]
200
196
    append code {