Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.6 | jan.nijtmans | 2021-11-09 | 1 | -5/+5 |
|\ | |||||
| * | Use octal permissions in testcases | jan.nijtmans | 2021-11-09 | 1 | -5/+5 |
| | | |||||
* | | Thanks to TIP #587, convert many escapes in the testcases into the actual ↵ | jan.nijtmans | 2021-03-30 | 1 | -2/+2 |
| | | | | | | | | (UTF-8) character. | ||||
* | | Merge 8.7 | jan.nijtmans | 2020-12-26 | 1 | -5/+8 |
|\ \ | |||||
| * \ | Merge 8.6 | jan.nijtmans | 2020-12-23 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Missing constraint, in case we are running on Windows 10 in developer mode | jan.nijtmans | 2020-12-23 | 1 | -1/+1 |
| | | | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-12-23 | 1 | -5/+7 |
| |\ \ | | |/ | |||||
| | * | Fix testcase for [548cd945d6]: Consistant error-code if creating link fails ↵ | jan.nijtmans | 2020-12-23 | 1 | -5/+7 |
| | | | | | | | | | | | | on all platforms. On Win10 disable the testcase, because latest Win10 in "Developer Mode" _can_ create symbolic links to files. | ||||
* | | | Remove "Vista" from manifest. Test simplifications | jan.nijtmans | 2020-12-16 | 1 | -53/+6 |
|/ / | |||||
* | | Merge 8.6 | jan.nijtmans | 2020-12-16 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | [testConstraint winVista] should be true on Windows 10 too | jan.nijtmans | 2020-12-16 | 1 | -3/+4 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2020-12-16 | 1 | -6/+11 |
|\ \ | |/ | |||||
| * | Protect fCmd-28.8 with constaint win10 | jan.nijtmans | 2020-12-15 | 1 | -8/+11 |
| | | |||||
* | | TIP 590: Recommend lowercase Package Names | jan.nijtmans | 2020-12-04 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Merge 8.7 | jan.nijtmans | 2020-11-19 | 1 | -2/+5 |
| |\ \ | |||||
| * | | | Case-sensitive package names | jan.nijtmans | 2020-11-03 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge 8.6 | jan.nijtmans | 2020-12-03 | 1 | -24/+24 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Use 0o??? notation for octal numbers in tools and testcases in stead of ↵ | jan.nijtmans | 2020-12-03 | 1 | -24/+24 |
| | | | | | | | | | | | | | | | | 0???. Although it still works in 8.6, it is deprecated an will be removed in 9.0. | ||||
* | | | | Some missing test-constraints | jan.nijtmans | 2020-11-24 | 1 | -2/+2 |
| | | | | |||||
* | | | | More ©-sign consolidation | jan.nijtmans | 2020-11-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign ↵ | jan.nijtmans | 2020-11-23 | 1 | -2/+2 |
| |_|/ |/| | | | | | | | | whenever reasonable. | ||||
* | | | Merge 8.6 | dkf | 2020-11-16 | 1 | -2/+5 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | Disable test that fails in CI environments | dkf | 2020-11-16 | 1 | -1/+6 |
| | | |||||
* | | Fix env.test when running under wine on Linux. | jan.nijtmans | 2020-10-16 | 1 | -20/+21 |
| | | | | | | Mark other tests with "notWine", which fail currently under wine | ||||
* | | Merge 8.6 | jan.nijtmans | 2020-09-04 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Let all test-cases load the "tcltest" package the same way. Depend on ↵ | jan.nijtmans | 2020-09-04 | 1 | -1/+1 |
| | | | | | | | | tcltest 2.5, since we never test with earlier tcltest versions | ||||
* | | Merge 8.6 | jan.nijtmans | 2019-09-10 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Merge 8.5 | jan.nijtmans | 2019-09-10 | 1 | -3/+3 |
| |\ | |||||
| | * | Don't use constraints like unixOrPc anymore, use unixOrWin (for example) | jan.nijtmans | 2019-09-10 | 1 | -4/+13 |
| | | | |||||
* | | | fCmd-9.4.a: restore constraint for winXP (mistakenly removed, should replace ↵ | sebres | 2019-01-14 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | 8.6th constraint "win2000orXP" as "winXP", similar to test fCmd-9.6.a) | ||||
* | | | Merge 8.6 | jan.nijtmans | 2018-10-17 | 1 | -4/+3 |
|\ \ \ | |/ / | |||||
| * | | Fix test-cases running on Windows 10: [string index ↵ | jan.nijtmans | 2018-10-17 | 1 | -6/+5 |
| |\ \ | | |/ | | | | | | | | | | $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.nijtmans | 2018-10-17 | 1 | -9/+9 |
| | | | | | | | | | | | | $tcl_platform(osVersion) 0] doesn't give the correct answer then (it gives "1", but "10" was expected) | ||||
| | * | Tcl 8.5 doesn't have [try] | jan.nijtmans | 2013-03-21 | 1 | -13/+12 |
| | | | |||||
| | * | Remove duplicated tests. The enhancements to fCmd-30.[12] and the new test ↵ | jan.nijtmans | 2013-03-21 | 1 | -33/+18 |
| | | | | | | | | | | | | case fCmd-30.3 were backported from Tcl8.6, but the original tests were not removed. | ||||
* | | | Add "file join $grandParentDir tcl8.? library" as possible path for a valid ↵ | jan.nijtmans | 2016-12-15 | 1 | -9/+7 |
|/ / | | | | | | | | | init.tcl. Some simplifications in use of test restrictions. | ||||
* | | Finally, use correct octal notation which works in Tcl 9 as well. | jan.nijtmans | 2014-07-17 | 1 | -41/+41 |
| | | |||||
* | | Make sure that all "testchmod" arguments start with '0', making it more ↵ | jan.nijtmans | 2014-07-17 | 1 | -43/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | obvious that the value is octal. dgp: Isn't the better way to make it obvious the values are octal to use the explicit octal notation? For example, [testchmod 0o777 $path] ? Really seems like a bad idea to me to introduce *more* incompatibilities for the planned conversion for having the value 0777 stop meaning 255 and start meaning 777 in Tcl 9. Answer (Jan). You guessed exactly what's my follow-up plan. This was an intermediate step which keeps all test-cases running. | ||||
* | | [f0f876c141] Improve consistency in error messages. | dkf | 2014-06-17 | 1 | -2/+2 |
| | | |||||
* | | Remove all win95-specific test-cases, since Windows 95 is not supported any ↵ | jan.nijtmans | 2014-04-17 | 1 | -6/+0 |
| | | | | | | | | more. | ||||
* | | Remove duplicated tests. The enhancements to fCmd-30.[12] and the new test ↵ | jan.nijtmans | 2013-03-21 | 1 | -22/+1 |
| | | | | | | | | case fCmd-30.3 were backported from Tcl8.6, but the original tests were not removed. | ||||
* | | Bring forward tests to trunk | dgp | 2013-03-20 | 1 | -1/+22 |
|\ \ | |/ | |||||
| * | dup test names | dgp | 2013-03-20 | 1 | -2/+2 |
| | | |||||
| * | [Bug 2893771]: file stat fails on locked files on win32. | jan.nijtmans | 2013-03-19 | 1 | -0/+22 |
| |\ | |||||
| | * | [Bug 2893771]: file stat fails on locked files on win32. | jan.nijtmans | 2013-03-19 | 1 | -0/+22 |
| | | | |||||
| | * | More complete purge of things only present for supporting long-dead Mac 9 ↵ | dgp | 2012-11-15 | 1 | -46/+9 |
| | | | | | | | | | | | | systems. | ||||
* | | | Test independence in fCmd.test | dgp | 2013-03-19 | 1 | -0/+10 |
|\ \ \ | |/ / | |||||
| * | | Test independence in fCmd.test. | dgp | 2013-03-19 | 1 | -0/+10 |
| | | | |||||
| * | | fix fCmd-6.19 testcase on win32 (can't read "tmpspace": no such variable) | jan.nijtmans | 2012-07-19 | 1 | -0/+1 |
| | | | |||||
* | | | No longer build tcltest.exe to run the tests,but use tclsh86.exe in ↵ | jan.nijtmans | 2012-07-29 | 1 | -0/+3 |
| | | | | | | | | | | | | combination with tcltest86.dll to do that (Windows only) |