diff options
author | jenglish <jenglish@flightlab.com> | 2008-10-24 20:01:10 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2008-10-24 20:01:10 (GMT) |
commit | 1f5835f567b76c544877c30f2eb28456a0db5643 (patch) | |
tree | 9aa9f152bc350013e608a7af9efb74daef1486d5 /tests/ttk | |
parent | 3f73a2af199d6d4f755b7529b57c831a8624e7e4 (diff) | |
download | tk-1f5835f567b76c544877c30f2eb28456a0db5643.zip tk-1f5835f567b76c544877c30f2eb28456a0db5643.tar.gz tk-1f5835f567b76c544877c30f2eb28456a0db5643.tar.bz2 |
Disable test ttk-6.3, it's not applicable [Bug 2175411].
Use different Tcl_AssocData key for Ttk so the tile extension
can be loaded into an 8.6 interp, in the off-chance that anyone
wants to do this.
Diffstat (limited to 'tests/ttk')
-rw-r--r-- | tests/ttk/ttk.test | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/ttk/ttk.test b/tests/ttk/ttk.test index 315aea2..4092c40 100644 --- a/tests/ttk/ttk.test +++ b/tests/ttk/ttk.test @@ -28,12 +28,7 @@ test ttk-6.2 "Checkbutton self-destructed" -body { winfo exists .sd } -result 0 -test ttk-6.3 "Test package cleanup" -body { - interp create foo - foo eval { if {[catch {package require Tk}]} { load {} Tk } } - foo eval { destroy . } - interp delete foo -} +# test ttk-6.3 not applicable [see #2175411] test ttk-6.4 "Defeat evil intentions" -body { trace variable OUCH r { kill.b } |