Posted to tcl by jdc at Fri Nov 05 14:12:09 GMT 2010view raw
- ==== winFCmd-9.3 TraversalDelete: DOTREE_PRED FAILED
- ==== Contents of test case:
-
- file mkdir td1/td2
- testchmod 000 td1
- testfile rmdir -force td1
- file exists td1
-
- ---- Test completed normally; Return code was: 0
- ---- Return code should have been one of: 1
- ==== winFCmd-9.3 FAILED
-
-
-
- ==== winFCmd-19.7 Windows extended path names FAILED
- ==== Contents of test case:
-
- list [catch {
- set f [open $tmpfile [list WRONLY CREAT]]
- close $f
- } res] $res [glob -directory $::env(TEMP) -tails tcl[pid].*]
-
- ---- Result was:
- 0 {} TCL7176.tmp
- ---- Result should have been (exact matching):
- 0 {} tcl7176.tmp
- ==== winFCmd-19.7 FAILED