Tcl Source Code

View Ticket
Login
Ticket UUID: 738929
Title: test suite failure
Type: Bug Version: obsolete: 8.5a0
Submitter: dgp Created on: 2003-05-16 20:07:10
Subsystem: 28. dde Package Assigned To: patthoyts
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2003-05-17 04:59:37
Resolution: Accepted Closed By: patthoyts
    Closed on: 2003-05-16 21:59:37
Description:
running the test suite on a unix system:

winDde.test
Test file error: can't read "slave": no such variable
    while executing
"list TclEval $slave"
    invoked from within
"list [list TclEval $slave]"
    invoked from within
"list 0 [list [list TclEval $slave]]"
    invoked from within
"test winDde-7.2 {DDE present in slave interp} {pcOnly} {
    global slave
    list [catch {
        dde services TclEval $slave
    } msg] $msg
} [lis..."
    (file "/local/src/tcl/tests/winDde.test" line 263)
User Comments: patthoyts added on 2003-05-17 04:59:37:
Logged In: YES 
user_id=202636

Applied the patch and converted some of the other tests to
the new-style test format.

kennykb added on 2003-05-17 03:10:11:

File Added - 50527: 738929.patch

Logged In: YES 
user_id=99768

There were also inter-test dependencies; that's at the very least
bad style.  Patch attached.

Attachments: