summaryrefslogtreecommitdiffstats
path: root/tests/fileName.test
Commit message (Collapse)AuthorAgeFilesLines
* Tests for invalidly encoded file names and env (TIP 671 motivation)apnadkarni2023-06-111-1/+21
|
* Correct spelling errors in comments and documentation, but also a ↵pooryorick2023-04-121-1/+1
|\ | | | | | | non-comment corrections in history.tcl and tcltest.test.
| * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
| | | | | | corrections in history.tcl and tcltest.test.
| * Remove unneeded parts from test in fileName.test.pooryorick2023-03-271-4/+0
| |
| * test hygiene cleaning up created files.dgp2023-03-271-0/+2
| |
* | test hygiene. Match [removeFile] arguments to [makeFile] to fix debug alerts.dgp2023-03-291-1/+1
| |
* | Remove unneeded parts from test in fileName.test.pooryorick2023-03-271-2/+0
| |
* | Merge 8.7jan.nijtmans2023-03-271-4/+1
|\ \ | |/
| * spacingjan.nijtmans2023-03-271-4/+1
| |
* | Fix for [6d4e9d1af5bf5b7d]: Memory leak: SetFsPathFromAny, assisted by the pooryorick2023-03-261-0/+61
|\ \ | |/ | | global literal table, causes a Tcl_Obj to reference itself.
| * Failing test for [6d4e9d1af5bf5b7d].pooryorick2023-03-261-0/+61
| |
* | Extract TIP #637 implementation from "novem" branchjan.nijtmans2022-10-121-36/+36
| |
* | Merge 8.7jan.nijtmans2022-10-051-3/+3
|\ \ | |/
| * rebase to 8.7jan.nijtmans2022-09-171-3/+3
| |\
| | * Merge 8.7jan.nijtmans2021-01-191-58/+78
| | |\
| | * \ merge trunkjan.nijtmans2012-08-021-0/+3
| | |\ \
| | * | | Experimental support for UNC paths (through VFS) on UNIX/Macjan.nijtmans2012-06-271-3/+3
| | | | |
* | | | | Update tests for TIP 602apnadkarni2022-08-011-79/+59
|/ / / /
* | | | Merge 8.6jan.nijtmans2021-02-051-2/+2
|\ \ \ \
| * | | | Oopsjan.nijtmans2021-02-051-2/+2
| | | | |
* | | | | Merge 8.6jan.nijtmans2021-02-051-2/+2
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Fix filename-11.45 testcase when there are multiple volumes: This testcase ↵jan.nijtmans2021-02-051-2/+2
| | | | | | | | | | | | | | | | only works for the native file system, which is the lastt one.
* | | | TIP 590: Recommend lowercase Package Namesjan.nijtmans2020-12-041-1/+1
|\ \ \ \
| * \ \ \ Merge 8.7jan.nijtmans2020-11-191-1/+1
| |\ \ \ \
| * | | | | Case-sensitive package namesjan.nijtmans2020-11-031-1/+1
| | | | | |
* | | | | | Merge 8.6jan.nijtmans2020-12-031-2/+2
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Use 0o??? notation for octal numbers in tools and testcases in stead of ↵jan.nijtmans2020-12-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | 0???. Although it still works in 8.6, it is deprecated an will be removed in 9.0.
* | | | | | More ©-sign consolidationjan.nijtmans2020-11-231-1/+1
| | | | | |
* | | | | | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign ↵jan.nijtmans2020-11-231-2/+2
| |_|/ / / |/| | | | | | | | | | | | | | whenever reasonable.
* | | | | Merge 8.6dkf2020-11-161-1/+1
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
* | | | Fix env.test when running under wine on Linux. jan.nijtmans2020-10-161-18/+19
| | | | | | | | | | | | Mark other tests with "notWine", which fail currently under wine
* | | | Merge 8.6jan.nijtmans2020-10-081-0/+6
|\ \ \ \ | |/ / /
| * | | Fix [014ade1d44]: Misleading error message when using "-path" multiple times ↵jan.nijtmans2020-10-081-0/+6
| | | | | | | | | | | | | | | | with "glob"
* | | | Merge 8.6jan.nijtmans2020-09-041-1/+2
|\ \ \ \ | |/ / /
| * | | Let all test-cases load the "tcltest" package the same way. Depend on ↵jan.nijtmans2020-09-041-1/+1
|/ / / | | | | | | | | | tcltest 2.5, since we never test with earlier tcltest versions
* | | Merge 8.5jan.nijtmans2019-09-101-21/+21
|\ \ \
| * | | Don't use constraints like unixOrPc anymore, use unixOrWin (for example)jan.nijtmans2019-09-101-23/+23
| | | |
* | | | Fix test-cases running on Windows 10: [string index ↵jan.nijtmans2018-10-171-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | $tcl_platform(osVersion) 0] doesn't give the correct answer then. Also backport genStubs.tcl from 8.7: The "deprecated" mark is not used in Tcl 8.6, but it is used by Tk 8.7 when doing "make genstubs" against Tcl 8.6.
| * | | Fix test-cases running on Windows 10: [string index ↵jan.nijtmans2018-10-171-1/+1
| | | | | | | | | | | | | | | | $tcl_platform(osVersion) 0] doesn't give the correct answer then (it gives "1", but "10" was expected)
* | | | merge core-8-5-branch (fix-1613456fff)sebres2018-04-301-5/+11
|\ \ \ \ | |/ / /
| * | | win: fix several test-cases for windows platformsebres2018-04-091-5/+9
| | | |
* | | | Test for [f34cf83dd0].dgp2017-04-281-0/+3
|\ \ \ \ | |/ / /
| * | | Test for [f34cf83dd0].dgp2017-04-281-0/+3
| | | |
* | | | Fix docs and test failures. I had rolled back .PS1 (Powershell files) as ↵ashok2016-07-151-2/+2
| | | | | | | | | | | | | | | | being executable without fixing tests and docs.
* | | | Bugfix [5d7ea04580]. Treat .cmd and .ps1 files are executable on Windows.ashok2016-07-071-6/+8
| | | |
* | | | 3574819 Increase test robustness by creating files in fresh directory todgp2012-10-051-1/+2
| | | | | | | | | | | | reduce trouble with any existing files in an existing directory.
* | | | [Bug #1536227]: Cygwin network pathname supoortjan.nijtmans2012-08-081-3/+3
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | [Bug #1536227]: Cygwin network pathname supoortjan.nijtmans2012-08-081-3/+3
| | |
* | | No longer build tcltest.exe to run the tests,but use tclsh86.exe in ↵jan.nijtmans2012-07-291-0/+3
| |/ |/| | | | | combination with tcltest86.dll to do that (Windows only)
* | [Patch #1536227]: Cygwin network pathname supportjan.nijtmans2012-06-251-3/+3
|\ \ | |/