Menu

#1821 Aqua: tests fail

obsolete: 8.5a3
open
2
2006-06-18
2004-12-21
Don Porter
No

==== 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

Discussion

  • Jeffrey Hobbs

    Jeffrey Hobbs - 2005-02-11
    • assigned_to: hobbs --> das
     
  • Don Porter

    Don Porter - 2006-03-10
    • priority: 5 --> 9
    • assigned_to: das --> dgp
     
  • Don Porter

    Don Porter - 2006-03-14
    • priority: 9 --> 7
    • assigned_to: dgp --> das
     
  • Don Porter

    Don Porter - 2006-03-14

    Logged In: YES
    user_id=80530

    failures continue 8.4.13 and 8.5a4

     
  • Daniel A. Steffen

    • priority: 7 --> 4
     
  • Daniel A. Steffen

    • priority: 4 --> 2
     
MongoDB Logo MongoDB