Posted to tcl by jdc at Fri Nov 05 14:12:09 GMT 2010view raw

  1. ==== winFCmd-9.3 TraversalDelete: DOTREE_PRED FAILED
  2. ==== Contents of test case:
  3.  
  4. file mkdir td1/td2
  5. testchmod 000 td1
  6. testfile rmdir -force td1
  7. file exists td1
  8.  
  9. ---- Test completed normally; Return code was: 0
  10. ---- Return code should have been one of: 1
  11. ==== winFCmd-9.3 FAILED
  12.  
  13.  
  14.  
  15. ==== winFCmd-19.7 Windows extended path names FAILED
  16. ==== Contents of test case:
  17.  
  18. list [catch {
  19. set f [open $tmpfile [list WRONLY CREAT]]
  20. close $f
  21. } res] $res [glob -directory $::env(TEMP) -tails tcl[pid].*]
  22.  
  23. ---- Result was:
  24. 0 {} TCL7176.tmp
  25. ---- Result should have been (exact matching):
  26. 0 {} tcl7176.tmp
  27. ==== winFCmd-19.7 FAILED