Lines Matching refs:fCmd

167 test fCmd-1.1 {TclFileRenameCmd} {notRoot} {
174 test fCmd-2.1 {TclFileCopyCmd} {notRoot} {
181 test fCmd-3.1 {FileCopyRename: FileForceOption fails} -constraints {notRoot} -body {
184 test fCmd-3.2 {FileCopyRename: not enough args} -constraints {notRoot} -body {
187 test fCmd-3.3 {FileCopyRename: Tcl_TranslateFileName fails} -constraints {notRoot} -body {
190 test fCmd-3.4 {FileCopyRename: Tcl_TranslateFileName passes} -setup {
195 test fCmd-3.5 {FileCopyRename: target doesn't exist: stat(target) != 0} -setup {
200 test fCmd-3.6 {FileCopyRename: target tf3 is not a dir: !S_ISDIR(target)} -setup {
206 test fCmd-3.7 {FileCopyRename: target exists & is directory} -setup {
214 test fCmd-3.8 {FileCopyRename: too many arguments: argc - i > 2} -setup {
219 test fCmd-3.9 {FileCopyRename: too many arguments: argc - i > 2} -setup {
224 test fCmd-3.10 {FileCopyRename: just 2 arguments} {notRoot} {
230 test fCmd-3.11 {FileCopyRename: just 2 arguments} {notRoot} {
236 test fCmd-3.12 {FileCopyRename: move each source: 1 source} {notRoot} {
243 test fCmd-3.13 {FileCopyRename: move each source: multiple sources} {notRoot} {
254 test fCmd-3.14 {FileCopyRename: FileBasename fails} -setup {
260 test fCmd-3.15 {FileCopyRename: source[0] == '\0'} -setup {
266 test fCmd-3.16 {FileCopyRename: break on first error} -setup {
278 test fCmd-4.1 {TclFileMakeDirsCmd: make each dir: 1 dir} {notRoot} {
283 test fCmd-4.2 {TclFileMakeDirsCmd: make each dir: multiple dirs} {notRoot} {
288 test fCmd-4.3 {TclFileMakeDirsCmd: stops on first error} {notRoot} {
294 test fCmd-4.4 {TclFileMakeDirsCmd: Tcl_TranslateFileName fails} -setup {
299 test fCmd-4.5 {TclFileMakeDirsCmd: Tcl_SplitPath returns 0: *name == '\0'} -setup {
304 test fCmd-4.6 {TclFileMakeDirsCmd: one level deep} {notRoot} {
309 test fCmd-4.7 {TclFileMakeDirsCmd: multi levels deep} {notRoot} {
314 test fCmd-4.8 {TclFileMakeDirsCmd: already exist: lstat(target) == 0} {notRoot} {
321 test fCmd-4.9 {TclFileMakeDirsCmd: exists, not dir} -setup {
327 test fCmd-4.10 {TclFileMakeDirsCmd: exists, is dir} {notRoot} {
334 test fCmd-4.11 {TclFileMakeDirsCmd: doesn't exist: errno != ENOENT} -setup {
344 test fCmd-4.13 {TclFileMakeDirsCmd: doesn't exist: errno == ENOENT} -setup {
351 test fCmd-4.14 {TclFileMakeDirsCmd: TclpCreateDirectory fails} -setup {
361 test fCmd-4.16 {TclFileMakeDirsCmd: TclpCreateDirectory succeeds} {notRoot} {
367 test fCmd-5.1 {TclFileDeleteCmd: FileForceOption fails} -constraints {notRoot} -body {
370 test fCmd-5.2 {TclFileDeleteCmd: not enough args} -constraints {notRoot} -body {
373 test fCmd-5.3 {TclFileDeleteCmd: 1 file} {notRoot} {
381 test fCmd-5.4 {TclFileDeleteCmd: multiple files} {notRoot} {
390 test fCmd-5.5 {TclFileDeleteCmd: stop at first error} {notRoot unixOrPc} {
398 test fCmd-5.6 {TclFileDeleteCmd: Tcl_TranslateFileName fails} -constraints {notRoot} -body {
401 test fCmd-5.7 {TclFileDeleteCmd: Tcl_TranslateFileName succeeds} {notRoot} {
406 test fCmd-5.8 {TclFileDeleteCmd: file doesn't exist: lstat(name) != 0} {notRoot} {
412 test fCmd-5.9 {TclFileDeleteCmd: is directory} {notRoot} {
418 test fCmd-5.10 {TclFileDeleteCmd: TclpRemoveDirectory fails} -setup {
424 test fCmd-5.11 {TclFileDeleteCmd: TclpRemoveDirectory with cwd inside} -setup {
436 test fCmd-5.12 {TclFileDeleteCmd: TclpRemoveDirectory with bad perms} {unix} {
445 test fCmd-6.1 {CopyRenameOneFile: bad source} {notRoot emptyTest} {
448 test fCmd-6.2 {CopyRenameOneFile: bad target} {notRoot emptyTest} {
451 test fCmd-6.3 {CopyRenameOneFile: lstat(source) != 0} -setup {
456 test fCmd-6.4 {CopyRenameOneFile: lstat(source) == 0} {notRoot} {
462 test fCmd-6.5 {CopyRenameOneFile: lstat(target) != 0} {notRoot} {
468 test fCmd-6.6 {CopyRenameOneFile: errno != ENOENT} -setup {
478 test fCmd-6.7 {CopyRenameOneFile: errno != ENOENT} -setup {
484 test fCmd-6.9 {CopyRenameOneFile: errno == ENOENT} {unix notRoot} {
490 test fCmd-6.10 {CopyRenameOneFile: lstat(target) == 0} -setup {
497 test fCmd-6.11 {CopyRenameOneFile: force == 0} -setup {
504 test fCmd-6.12 {CopyRenameOneFile: force != 0} {notRoot} {
511 test fCmd-6.13 {CopyRenameOneFile: source is dir, target is file} -setup {
519 test fCmd-6.14 {CopyRenameOneFile: source is file, target is dir} -setup {
526 test fCmd-6.15 {CopyRenameOneFile: TclpRenameFile succeeds} -setup {
535 test fCmd-6.16 {CopyRenameOneFile: TclpCopyRenameOneFile fails} -setup {
544 test fCmd-6.17 {CopyRenameOneFile: errno == EINVAL} -setup {
549 test fCmd-6.18 {CopyRenameOneFile: errno != EXDEV} -setup {
558 test fCmd-6.19 {CopyRenameOneFile: errno == EXDEV} {xdev notRoot} {
564 test fCmd-6.20 {CopyRenameOneFile: errno == EXDEV} -constraints {win} -setup {
576 test fCmd-6.21 {CopyRenameOneFile: copy/rename: S_ISDIR(source)} \
583 test fCmd-6.22 {CopyRenameOneFile: copy/rename: !S_ISDIR(source)} \
590 test fCmd-6.23 {CopyRenameOneFile: TclpCopyDirectory failed} -setup {
600 test fCmd-6.24 {CopyRenameOneFile: error uses original name} -setup {
611 test fCmd-6.25 {CopyRenameOneFile: error uses original name} -setup {
623 test fCmd-6.26 {CopyRenameOneFile: doesn't use original name} -setup {
634 test fCmd-6.27 {CopyRenameOneFile: TclpCopyDirectory failed} -setup {
642 test fCmd-6.28 {CopyRenameOneFile: TclpCopyDirectory failed} -setup {
652 test fCmd-6.29 {CopyRenameOneFile: TclpCopyDirectory passed} -setup {
659 test fCmd-6.30 {CopyRenameOneFile: TclpRemoveDirectory failed} -setup {
670 test fCmd-6.31 {CopyRenameOneFile: TclpDeleteFile passed} -setup {
678 test fCmd-6.32 {CopyRenameOneFile: copy} -constraints {notRoot} -setup {
684 test fCmd-7.1 {FileForceOption: none} -constraints {notRoot} -setup {
690 test fCmd-7.2 {FileForceOption: -force} {notRoot} {
695 test fCmd-7.3 {FileForceOption: --} {notRoot} {
699 test fCmd-7.4 {FileForceOption: bad option} -constraints {notRoot} -setup {
706 test fCmd-7.5 {FileForceOption: multiple times through loop} -setup {
715 test fCmd-8.1 {FileBasename: basename of ~user: argc == 1 && *path == ~} \
724 test fCmd-8.2 {FileBasename: basename of ~user: argc == 1 && *path == ~} \
728 test fCmd-8.3 {file copy and path translation: ensure correct error} -body {
733 test fCmd-9.1 {file rename: comprehensive: EACCES} -setup {
744 test fCmd-9.2 {file rename: comprehensive: source doesn't exist} -setup {
749 test fCmd-9.3 {file rename: comprehensive: file to new name} -setup {
759 test fCmd-9.4.a {file rename: comprehensive: dir to new name} -setup {
770 test fCmd-9.4.b {file rename: comprehensive: dir to new name} -setup {
781 test fCmd-9.5 {file rename: comprehensive: file to self} {notRoot testchmod} {
790 test fCmd-9.6.a {file rename: comprehensive: dir to self} -setup {
800 test fCmd-9.6.b {file rename: comprehensive: dir to self} -setup {
810 test fCmd-9.7 {file rename: comprehensive: file to existing file} -setup {
834 test fCmd-9.8 {file rename: comprehensive: dir to empty dir} -setup {
872 test fCmd-9.9 {file rename: comprehensive: dir to non-empty dir} -setup {
892 test fCmd-9.10 {file rename: comprehensive: file to new name and dir} {notRoot testchmod} {
903 test fCmd-9.11 {file rename: comprehensive: dir to new name and dir} {notRoot testchmod} {
921 test fCmd-9.12 {file rename: comprehensive: target exists} -setup {
934 test fCmd-9.13 {file rename: comprehensive: can't overwrite target} -setup {
941 test fCmd-9.14 {file rename: comprehensive: dir into self} {notRoot} {
946 test fCmd-9.14.1 {file rename: comprehensive: dir into self} {notRoot} {
953 test fCmd-9.14.2 {file rename: comprehensive: dir into self} -setup {
963 test fCmd-9.14.3 {file rename: comprehensive: dir into self} -setup {
973 test fCmd-9.15 {file rename: comprehensive: source and target incompatible} -setup {
982 test fCmd-9.16 {file rename: comprehensive: source and target incompatible} -setup {
990 test fCmd-10.1 {file copy: comprehensive: source doesn't exist} -setup {
995 test fCmd-10.2 {file copy: comprehensive: file to new name} {notRoot testchmod} {
1004 test fCmd-10.3 {file copy: comprehensive: dir to new name} -setup {
1018 test fCmd-10.3.1 {file copy: comprehensive: dir to new name} -setup {
1033 test fCmd-10.4 {file copy: comprehensive: file to existing file} -setup {
1057 test fCmd-10.5 {file copy: comprehensive: dir to empty dir} -setup {
1081 test fCmd-10.6 {file copy: comprehensive: dir to non-empty dir} -setup {
1093 test fCmd-10.7 {file rename: comprehensive: file to new name and dir} -setup {
1105 test fCmd-10.8 {file rename: comprehensive: dir to new name and dir} -setup {
1117 test fCmd-10.8.1 {file rename: comprehensive: dir to new name and dir} -setup {
1130 test fCmd-10.9 {file copy: comprehensive: source and target incompatible} -setup {
1137 test fCmd-10.10 {file copy: comprehensive: source and target incompatible} -setup {
1144 test fCmd-10.11 {file copy: copy to empty file name} -setup {
1150 test fCmd-10.12 {file rename: rename to empty file name} -setup {
1160 test fCmd-11.1 {TclFileRenameCmd: -- option } -constraints notRoot -setup {
1169 test fCmd-11.2 {TclFileRenameCmd: bad option } -constraints notRoot -setup {
1178 test fCmd-11.3 {TclFileRenameCmd: bad \# args} {
1181 test fCmd-11.4 {TclFileRenameCmd: target filename translation failing} -setup {
1190 test fCmd-11.5 {TclFileRenameCmd: > 1 source & target is not a dir} -setup {
1200 test fCmd-11.6 {TclFileRenameCmd: : single file into directory} -setup {
1210 test fCmd-11.7 {TclFileRenameCmd: : multiple files into directory} -setup {
1222 test fCmd-11.8 {TclFileRenameCmd: error renaming file to directory} -setup {
1236 test fCmd-12.1 {renamefile: source filename translation failing} -setup {
1245 test fCmd-12.2 {renamefile: src filename translation failing} -setup {
1257 test fCmd-12.3 {renamefile: stat failing on source} -setup {
1262 test fCmd-12.4 {renamefile: error renaming file to directory} -setup {
1273 test fCmd-12.5 {renamefile: error renaming directory to file} -setup {
1284 test fCmd-12.6 {renamefile: TclRenameFile succeeding} -setup {
1293 test fCmd-12.7 {renamefile: renaming directory into offspring} -setup {
1302 test fCmd-12.8 {renamefile: generic error} -setup {
1313 test fCmd-12.9 {renamefile: moving a file across volumes} -setup {
1322 test fCmd-12.10 {renamefile: moving a directory across volumes} -setup {
1336 test fCmd-13.1 {TclCopyFilesCmd: -force option} -constraints notRoot -setup {
1345 test fCmd-13.2 {TclCopyFilesCmd: -- option} -constraints {notRoot} -setup {
1354 test fCmd-13.3 {TclCopyFilesCmd: bad option} -constraints {notRoot} -setup {
1363 test fCmd-13.4 {TclCopyFilesCmd: bad \# args} {notRoot} {
1366 test fCmd-13.5 {TclCopyFilesCmd: target filename translation failing} -setup {
1375 test fCmd-13.6 {TclCopyFilesCmd: > 1 source & target is not a dir} -setup {
1385 test fCmd-13.7 {TclCopyFilesCmd: single file into directory} -setup {
1395 test fCmd-13.8 {TclCopyFilesCmd: multiple files into directory} -setup {
1407 test fCmd-13.9 {TclCopyFilesCmd: error copying file to directory} -setup {
1422 test fCmd-14.1 {copyfile: source filename translation failing} -setup {
1431 test fCmd-14.2 {copyfile: dst filename translation failing} -setup {
1443 test fCmd-14.3 {copyfile: stat failing on source} -setup {
1448 test fCmd-14.4 {copyfile: error copying file to directory} -setup {
1459 test fCmd-14.5 {copyfile: error copying directory to file} -setup {
1470 test fCmd-14.6 {copyfile: copy file succeeding} -constraints notRoot -setup {
1479 test fCmd-14.7 {copyfile: copy directory succeeding} -setup {
1489 test fCmd-14.8 {copyfile: copy directory failing} -setup {
1503 test fCmd-15.1 {TclMakeDirsCmd: target filename translation failing} -setup {
1516 test fCmd-15.2 {TclMakeDirsCmd - one directory } -setup {
1524 test fCmd-15.3 {TclMakeDirsCmd: - two directories} -setup {
1532 test fCmd-15.4 {TclMakeDirsCmd - stat failing} -setup {
1543 test fCmd-15.5 {TclMakeDirsCmd: - making a directory several levels deep} -setup {
1551 test fCmd-15.6 {TclMakeDirsCmd: - trying to overwrite a file} -setup {
1560 test fCmd-15.7 {TclMakeDirsCmd - making several directories} -setup {
1568 test fCmd-15.8 {TclFileMakeDirsCmd: trying to create an existing dir} -body {
1577 test fCmd-16.1 {test the -- argument} -constraints {notRoot} -setup {
1584 test fCmd-16.2 {test the -force and -- arguments} -constraints notRoot -setup {
1591 test fCmd-16.3 {test bad option} -constraints {notRoot} -setup {
1599 test fCmd-16.4 {test not enough args} -constraints {notRoot} -body {
1602 test fCmd-16.5 {test not enough args with options} -constraints {notRoot} -body {
1605 test fCmd-16.6 {delete: source filename translation failing} -setup {
1614 test fCmd-16.7 {remove a non-empty directory without -force} -setup {
1623 test fCmd-16.8 {remove a normal file} -constraints {notRoot} -setup {
1632 test fCmd-16.9 {error while deleting file} -setup {
1648 test fCmd-16.10 {deleting multiple files} -constraints {notRoot} -setup {
1656 test fCmd-16.11 {TclFileDeleteCmd: removing a nonexistant file} -setup {
1663 test fCmd-17.1 {mkdir stat failing on target but not ENOENT} -setup {
1673 test fCmd-17.2 {mkdir several levels deep - relative} -setup {
1681 test fCmd-17.3 {mkdir several levels deep - absolute} -setup {
1695 test fCmd-18.1 {TclFileRenameCmd: rename (first form) in the same directory} \
1717 test fCmd-18.2 {TclFileRenameCmd: single dir to nonexistant} -setup {
1726 test fCmd-18.3 {TclFileRenameCmd: mixed dirs and files into directory} -setup {
1738 test fCmd-18.4 {TclFileRenameCmd: attempt to replace non-dir with dir} -setup {
1747 test fCmd-18.5 {TclFileRenameCmd: attempt to replace dir with non-dir} -setup {
1760 test fCmd-18.6 {TclFileRenameCmd: rename a file to itself} -setup {
1768 test fCmd-18.7 {TclFileRenameCmd: rename dir on top of another empty dir w/o -force} -setup {
1776 test fCmd-18.8 {TclFileRenameCmd: rename dir on top of another empty dir w/ -force} -setup {
1785 test fCmd-18.9 {TclFileRenameCmd: rename dir on top of a non-empty dir w/o -force} -setup {
1794 test fCmd-18.10 {TclFileRenameCmd: rename dir on top of a non-empty dir w/ -force} -setup {
1803 test fCmd-18.11 {TclFileRenameCmd: rename a non-existant file} -setup {
1808 test fCmd-18.12 {TclFileRenameCmd : rename a symbolic link to file} -setup {
1818 test fCmd-18.13 {TclFileRenameCmd : rename a symbolic link to dir} -setup {
1828 test fCmd-18.14 {TclFileRenameCmd : rename a path with sym link} -setup {
1841 test fCmd-18.15 {TclFileRenameCmd : rename a file to a symlink dir} -setup {
1853 test fCmd-18.16 {TclFileRenameCmd: rename a dangling symlink} -setup {
1868 test fCmd-19.1 {remove empty directory} -constraints {notRoot} -setup {
1875 test fCmd-19.2 {rmdir error besides EEXIST} -setup {
1886 test fCmd-19.3 {recursive remove} -constraints {notRoot} -setup {
1905 test fCmd-20.1 {TraverseUnixTree : failure opening a subdirectory directory } -setup {
1916 test fCmd-20.2 {TraverseUnixTree : recursive delete of large directory: Bug 1034337} -setup {
1931 test fCmd-21.1 {copy : single file to nonexistant} -setup {
1940 test fCmd-21.2 {copy : single dir to nonexistant} -setup {
1949 test fCmd-21.3 {copy : single file into directory} -setup {
1959 test fCmd-21.4 {copy : more than one source and target is not a directory} -setup {
1969 test fCmd-21.5 {copy : multiple files into directory} -constraints {notRoot} -setup {
1981 test fCmd-21.6 {copy: mixed dirs and files into directory} -setup {
1993 test fCmd-21.7.1 {TclCopyFilesCmd: copy a dangling link} -setup {
2003 test fCmd-21.7.2 {TclCopyFilesCmd: copy a dangling link} -setup {
2014 test fCmd-21.8.1 {TclCopyFilesCmd: copy a link} -setup {
2024 test fCmd-21.8.2 {TclCopyFilesCmd: copy a link} -setup {
2034 test fCmd-21.9 {TclCopyFilesCmd: copy dir with a link in it} -setup {
2044 test fCmd-21.10 {TclFileCopyCmd: copy dir on top of another empty dir w/o -force} -setup {
2052 test fCmd-21.11 {TclFileCopyCmd: copy dir on top of a dir w/o -force} -setup {
2061 test fCmd-21.12 {TclFileCopyCmd: copy dir on top of a non-empty dir w/ -force} -setup {
2074 test fCmd-22.1 {TclpRenameFile: rename and overwrite in a single dir} -setup {
2086 test fCmd-22.2 {TclpRenameFile: attempt to overwrite itself} -setup {
2095 test fCmd-22.3 {TclpRenameFile: rename dir to existing dir} -setup {
2104 test fCmd-22.4 {TclpRenameFile: rename dir to dir several levels deep} -setup {
2116 test fCmd-22.5 {TclMacCopyFile: copy and overwrite in a single dir} -setup {
2139 test fCmd-23.1 {TclMacRmdir: trying to remove a nonempty directory} -setup {
2153 test fCmd-24.1 {TclMacDeleteFile: deleting a normal file} -setup {
2167 test fCmd-25.1 {TclMacCopyDirectory: copying a normal directory} -setup {
2177 test fCmd-25.2 {TclMacCopyDirectory: copying a short path normal directory} -setup {
2186 test fCmd-25.3 {TclMacCopyDirectory: copying dirs between different dirs} -setup {
2202 test fCmd-26.1 {TclDeleteFilesCmd: delete symlink} -setup {
2214 test fCmd-26.2 {TclDeleteFilesCmd: delete dir with symlink} -setup {
2226 test fCmd-26.3 {TclDeleteFilesCmd: delete dangling symlink} -setup {
2237 test fCmd-27.2 {TclFileAttrsCmd - Tcl_TranslateFileName fails} -setup {
2245 test fCmd-27.3 {TclFileAttrsCmd - all attributes} -setup {
2254 test fCmd-27.4 {TclFileAttrsCmd - getting one option} -setup {
2264 test fCmd-27.5 {TclFileAttrsCmd - setting one option} -setup {
2273 test fCmd-27.6 {TclFileAttrsCmd - setting more than one option} -setup {
2292 test fCmd-28.1 {file link} -returnCodes error -body {
2295 test fCmd-28.2 {file link} -returnCodes error -body {
2298 test fCmd-28.3 {file link} -returnCodes error -body {
2301 test fCmd-28.4 {file link} -returnCodes error -body {
2310 test fCmd-28.5 {file link: source already exists} -setup {
2317 test fCmd-28.6 {file link: unsupported operation} -setup {
2324 test fCmd-28.7 {file link: source already exists} -setup {
2331 test fCmd-28.8 {file link} -constraints {linkFile win} -setup {
2338 test fCmd-28.9 {file link: success with file} -constraints {linkFile} -setup {
2346 test fCmd-28.9.1 {file link: success with file} -setup {
2361 test fCmd-28.10 {file link: linking to nonexistent path} -setup {
2369 test fCmd-28.10.1 {file link: linking to nonexistent path} -setup {
2377 test fCmd-28.11 {file link: success with directory} -setup {
2385 test fCmd-28.12 {file link: cd into a link} -setup {
2414 test fCmd-28.13 {file link} -constraints {linkDirectory} -setup {
2424 test fCmd-28.14 {file link: deletes link not dir} -setup {
2432 test fCmd-28.15.1 {file link: copies link not dir} -setup {
2445 test fCmd-28.15.2 {file link: copies link not dir} -setup {
2466 test fCmd-28.16 {file link: glob inside link} -setup {
2476 test fCmd-28.17 {file link: glob -type l} -setup {
2485 test fCmd-28.18 {file link: glob -type d} -constraints linkDirectory -setup {
2494 test fCmd-28.19 {file link: relative paths} -setup {
2503 test fCmd-28.20 {file link: relative paths} -setup {
2512 test fCmd-28.21 {file link: relative paths} -setup {
2521 test fCmd-28.22 {file link: relative paths} -setup {
2532 test fCmd-29.1 {weird memory corruption fault} -body {
2542 test fCmd-30.1 {file writable on 'My Documents'} -setup {
2548 test fCmd-30.2 {file readable on 'NTUSER.DAT'} -constraints {win} -body {
2553 test fCmd-30.3 {file readable on 'pagefile.sys'} -constraints {win} -body {