Posted to tcl by jdc at Fri Oct 01 07:40:12 GMT 2010view raw

  1. ==== io-53.10 Bug 1350564, multi-directional fcopy FAILED
  2. ==== Contents of test case:
  3.  
  4. # Now pass data through the server in both directions.
  5. set ::forever {}
  6. puts $a AB
  7. vwait ::forever
  8. puts $b BA
  9. vwait ::forever
  10. set ::forever
  11.  
  12. ---- Test cleanup failed:
  13. child process exited abnormally
  14. ---- errorInfo(cleanup): child process exited abnormally
  15. while executing
  16. "close $pipe"
  17. ("uplevel" body line 4)
  18. invoked from within
  19. "uplevel 1 $cleanup"
  20. ---- errorCode(cleanup): CHILDSTATUS 904 3
  21. ==== io-53.10 FAILED