Posted to tcl by jdc at Fri Oct 01 07:40:12 GMT 2010view raw
- ==== io-53.10 Bug 1350564, multi-directional fcopy FAILED
- ==== Contents of test case:
-
- # Now pass data through the server in both directions.
- set ::forever {}
- puts $a AB
- vwait ::forever
- puts $b BA
- vwait ::forever
- set ::forever
-
- ---- Test cleanup failed:
- child process exited abnormally
- ---- errorInfo(cleanup): child process exited abnormally
- while executing
- "close $pipe"
- ("uplevel" body line 4)
- invoked from within
- "uplevel 1 $cleanup"
- ---- errorCode(cleanup): CHILDSTATUS 904 3
- ==== io-53.10 FAILED