summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-13 08:26:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-13 08:26:37 (GMT)
commit3ff31977045e845f429f3b17f860444eca42e987 (patch)
treeae52c32edba434a5d4630e03dfa883cd342d6b51 /tests
parent4d14f5a0f9cf1da153ac81fa1c0f08934092110c (diff)
downloadtk-3ff31977045e845f429f3b17f860444eca42e987.zip
tk-3ff31977045e845f429f3b17f860444eca42e987.tar.gz
tk-3ff31977045e845f429f3b17f860444eca42e987.tar.bz2
Mark textTag-18.1 with "knownBug": Not really worth to pay much attention to it any more.
Diffstat (limited to 'tests')
-rw-r--r--tests/textTag.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/textTag.test b/tests/textTag.test
index 6383d34..b76cdc4 100644
--- a/tests/textTag.test
+++ b/tests/textTag.test
@@ -793,7 +793,7 @@ test textTag-17.1 {insert procedure inserts tags} {
catch {destroy .t}
-test textTag-18.1 {TkTextPickCurrent tag bindings} -setup {
+test textTag-18.1 {TkTextPickCurrent tag bindings} -constraints knownBug -setup {
destroy .t
wm geometry . +200+200 ; update
event generate {} <Motion> -warp 1 -x 5 -y 5 ; update idletasks ; after 50