==== clipboard-4.1 ClipboardLostSel procedure FAILED
==== Contents of test case:
clipboard clear
clipboard append "Test"
selection clear -s CLIPBOARD
list [catch {clipboard get} msg] $msg
---- Result was:
1 {CLIPBOARD GetScrapFlavorSize failed.}
---- Result should have been (exact matching):
1 {CLIPBOARD selection doesn't exist or form "STRING"
not defined}
==== clipboard-4.1 FAILED
---- clipboard-4.2 start
==== clipboard-4.2 ClipboardLostSel procedure FAILED
==== Contents of test case:
clipboard clear
clipboard append "Test"
clipboard append -t TEST "Test2"
selection clear -s CLIPBOARD
list [catch {clipboard get} msg] $msg [catch
{clipboard get -t TEST} msg] $msg
---- Result was:
1 {CLIPBOARD GetScrapFlavorSize failed.} 1 {CLIPBOARD
selection doesn't exist or form "TEST" not defined}
---- Result should have been (exact matching):
1 {CLIPBOARD selection doesn't exist or form "STRING"
not defined} 1 {CLIPBOARD selection doesn't exist or
form "TEST" not defined}
==== clipboard-4.2 FAILED
---- clipboard-4.3 start
==== clipboard-4.3 ClipboardLostSel procedure FAILED
==== Contents of test case:
clipboard clear
clipboard append "Test"
clipboard append -t TEST "Test2"
clipboard append "Test3"
selection clear -s CLIPBOARD
list [catch {clipboard get} msg] $msg [catch
{clipboard get -t TEST} msg] $msg
---- Result was:
1 {CLIPBOARD GetScrapFlavorSize failed.} 1 {CLIPBOARD
selection doesn't exist or form "TEST" not defined}
---- Result should have been (exact matching):
1 {CLIPBOARD selection doesn't exist or form "STRING"
not defined} 1 {CLIPBOARD selection doesn't exist or
form "TEST" not defined}
==== clipboard-4.3 FAILED
==== clipboard-6.2 Tk_ClipboardAppend procedure FAILED
==== Contents of test case:
setupbg
clipboard clear
clipboard append -f INTEGER -t TEST "16"
set result [dobg {clipboard get TEST}]
cleanupbg
set result
---- Result was:
CLIPBOARD selection doesn't exist or form "TEST" not
defined
---- Result should have been (exact matching):
0x10
==== clipboard-6.2 FAILED
Logged In: YES
user_id=80530
failures continue 8.4.13 and 8.5a4