diff options
author | dgp <dgp@users.sourceforge.net> | 2013-04-01 17:14:31 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-04-01 17:14:31 (GMT) |
commit | c7f2e4b4449c07a0ac71b26e5da802d7fe5aaa89 (patch) | |
tree | 63dbfacc40a0498433a5a01dcc02a54f4f23b76a /tests | |
parent | 276e975fba515d8a8846096322f21fcfe7bd1f38 (diff) | |
download | tk-c7f2e4b4449c07a0ac71b26e5da802d7fe5aaa89.zip tk-c7f2e4b4449c07a0ac71b26e5da802d7fe5aaa89.tar.gz tk-c7f2e4b4449c07a0ac71b26e5da802d7fe5aaa89.tar.bz2 |
Bring back test window-2.9. No longer hangs.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/window.test | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/window.test b/tests/window.test index 876ba81..fea695a 100644 --- a/tests/window.test +++ b/tests/window.test @@ -9,9 +9,6 @@ package require tcltest 2.2 namespace import ::tcltest::* tcltest::configure {*}$argv tcltest::loadTestedCommands -testConstraint unthreaded [expr { - (![info exist tcl_platform(threaded)] || !$tcl_platform(threaded)) -}] namespace import ::tk::test::loadTkCommand update @@ -192,9 +189,8 @@ test window-2.8 {Tk_DestroyWindow, cleanup half dead windows at exit} -constrain list $error $msg } -result {0 {}} -# window-2.9 deadlocks threaded Tk [Bug 1715716] test window-2.9 {Tk_DestroyWindow, Destroy bindings evaluated after exit} -constraints { - unixOrWin unthreaded + unixOrWin } -body { set code [loadTkCommand] append code { |