Tcl Source Code

Artifact [ea82e005a7]
Login

Artifact ea82e005a772a5139c353c2b56978fe70806a97c:

Attachment "dde.errs" to ticket [957449ffff] added by kennykb 2004-05-20 22:07:51.
TCL_LIBRARY="c:/Docume~1/kennykb/Mydocu~1/SourceForge/tcl/library"; export TCL_LIBRARY; \
./tcltest.exe "c:\Docume~1\kennykb\Mydocu~1\SourceForge\tcl/tests/all.tcl" -file winDDE.test \
| ./cat32.exe
Tests running in interp:  c:/Docume~1/kennykb/Mydocu~1/SourceForge/tcl/NSK1KENNKEVI01/tcltest.exe
Tests located in:  C:/Documents and Settings/kennykb/My Documents/SourceForge/tcl/tests
Tests running in:  C:/Documents and Settings/kennykb/My Documents/SourceForge/tcl/NSK1KENNKEVI01
Temporary files stored in C:/Documents and Settings/kennykb/My Documents/SourceForge/tcl/NSK1KENNKEVI01
Test files run in separate interpreters
Running tests that match:  *
Skipping test files that match:  l.*.test
Only running test files that match:  winDDE.test
Tests began at Thu May 20 11:06:02 AM Eastern Daylight Time 2004
winDDE.test

==== winDde-4.2 DDE execute async remotely FAILED
==== Contents of test case:

    set a ""
    set name child-4.2
    set child [createChildProcess $name]
    dde execute -async TclEval $name {set a "foo"}
    dde execute TclEval $name {set done 1}
    update
    set a

---- Test generated error; Return code was: 1
---- Return code should have been one of: 0 2
---- errorInfo: remote interpreter did not respond
    while executing
"dde execute TclEval $name {set done 1}"
    ("uplevel" body line 6)
    invoked from within
"uplevel 1 $script"
---- errorCode: NONE
==== winDde-4.2 FAILED


==== winDde-6.5 DDE remote servername collision FAILED
==== Contents of test case:

    dde servername -- $name

---- Test cleanup failed:
remote interpreter did not respond
==== winDde-6.5 FAILED


==== winDde-6.6 DDE remote servername collision force FAILED
==== Contents of test case:

    dde servername -force -- $name

---- Test cleanup failed:
remote interpreter did not respond
==== winDde-6.6 FAILED


Tests ended at Thu May 20 11:06:23 AM Eastern Daylight Time 2004
all.tcl:	Total	43	Passed	40	Skipped	0	Failed	3
Sourced 1 Test Files.
Files with failing tests: winDDE.test
stderr32