Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extract TIP #637 implementation from "novem" branch | jan.nijtmans | 2022-10-12 | 1 | -1/+1 |
| | |||||
* | Update tests for TIP 602 | apnadkarni | 2022-08-01 | 1 | -1/+1 |
| | |||||
* | TIP 590: Recommend lowercase Package Names | jan.nijtmans | 2020-12-04 | 1 | -1/+1 |
|\ | |||||
| * | Merge 8.7 | jan.nijtmans | 2020-11-19 | 1 | -1/+1 |
| |\ | |||||
| * | | Case-sensitive package names | jan.nijtmans | 2020-11-03 | 1 | -1/+1 |
| | | | |||||
* | | | 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 | -1/+1 |
|\ \ | |/ |/| | |||||
* | | Fix env.test when running under wine on Linux. | jan.nijtmans | 2020-10-16 | 1 | -3/+4 |
| | | | | | | Mark other tests with "notWine", which fail currently under wine | ||||
* | | Merge 8.6 | jan.nijtmans | 2020-09-04 | 1 | -4/+3 |
|\ \ | |/ | |||||
| * | Let all test-cases load the "tcltest" package the same way. Depend on ↵ | jan.nijtmans | 2020-09-04 | 1 | -2/+2 |
| | | | | | | | | tcltest 2.5, since we never test with earlier tcltest versions | ||||
* | | merge 8.6 | sebres | 2018-11-22 | 1 | -3/+4 |
|\ \ | |/ | |||||
| * | merge 8.5: fixes segfault [7a9dc52b29] and wrong normalization (inside ↵ | sebres | 2018-11-22 | 1 | -3/+4 |
| |\ | | | | | | | | | | TclJoinPath) for pure relative path-segments; test-cases extended and several windows-related are fixed. | ||||
| | * | win: fixes case sensitivity of glob test cases (winFile-2.*): current ↵ | sebres | 2018-11-20 | 1 | -2/+4 |
| | | | | | | | | | | | | directory can be different as [temporaryDirectory] (if parameter `-tmpdir` specified). | ||||
* | | | Add back testcase winFile-4.10. This test passes anyway, even though it ↵ | jan.nijtmans | 2016-12-15 | 1 | -0/+15 |
| | | | | | | | | | | | | appeared to be Windows 2000 only. | ||||
* | | | Add "file join $grandParentDir tcl8.? library" as possible path for a valid ↵ | jan.nijtmans | 2016-12-15 | 1 | -25/+6 |
|/ / | | | | | | | | | init.tcl. Some simplifications in use of test restrictions. | ||||
* | | Remove all win95-specific test-cases, since Windows 95 is not supported any ↵ | jan.nijtmans | 2014-04-17 | 1 | -18/+0 |
| | | | | | | | | more. | ||||
* | | 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) | ||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ | |/ | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ | | | | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | filesystem fixes backported | vincentdarley | 2003-04-14 | 1 | -3/+3 |
| | | | |||||
| * | | only create test.dat file on windows, it is never used on unix and creation | das | 2008-10-23 | 1 | -9/+13 |
| | | | | | | | | | | | | may fail due to insufficient permissions | ||||
* | | | only create test.dat file on windows, it is never used on unix and creation | das | 2008-10-23 | 1 | -9/+13 |
| | | | | | | | | | | | | may fail due to insufficient permissions | ||||
* | | | Test improvements (tcltest2, clarify) | dkf | 2008-04-10 | 1 | -47/+43 |
|/ / | |||||
* | | Fix for broken test on win2k with long machine name | patthoyts | 2007-12-14 | 1 | -2/+5 |
| | | |||||
* | | bug 1567956: handle Msys environment a little differently in getuser function | patthoyts | 2006-10-01 | 1 | -11/+20 |
| | | |||||
* | | Clean up the constraint handling | dkf | 2006-03-20 | 1 | -21/+16 |
| | | |||||
* | | * tests/winFile.test (getuser): allow valid Windows usernames. | hobbs | 2005-10-05 | 1 | -2/+2 |
| | | | | | | | | [Bug 1311285] | ||||
* | | * tests/winFile.test: Attempted and untested fix for 1062491 | davygrvy | 2004-11-08 | 1 | -7/+7 |
| | | |||||
* | | * tests/winFile.test: added contraint to winFile-4.0 to prevent it being run ↵ | davygrvy | 2004-11-07 | 1 | -2/+8 |
| | | | | | | | | on NT4 | ||||
* | | Standardize some use of test constraints onto names that are documented | dkf | 2004-06-23 | 1 | -13/+13 |
| | | |||||
* | | Fix whitespace | dkf | 2004-05-19 | 1 | -18/+1 |
| | | |||||
* | | fixed tests and constraints and setup so works x-platform | vincentdarley | 2003-12-09 | 1 | -20/+53 |
| | | |||||
* | | NT file permissions fix and tests | vincentdarley | 2003-12-09 | 1 | -1/+118 |
| | | |||||
* | | fix 5 small filesystem bugs, and some typos | vincentdarley | 2003-04-11 | 1 | -3/+3 |
|/ | |||||
* | winFile.test cleanup | vincentdarley | 2002-07-18 | 1 | -4/+4 |
| | |||||
* | vfs, winfs testsuite | vincentdarley | 2002-06-13 | 1 | -5/+9 |
| | |||||
* | fix to 551306 | vincentdarley | 2002-05-02 | 1 | -1/+13 |
| | |||||
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
| | | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. | ||||
* | Fixed style problems in many of the test files. | rjohnson | 1999-06-26 | 1 | -2/+2 |
| | | | | Fixed bug in pkg.test where defs.tcl was still being used. | ||||
* | Modified the tests to use the package tcltest | jenn | 1999-06-26 | 1 | -2/+3 |
| | |||||
* | Resynced with mainline. | rjohnson | 1999-04-21 | 1 | -1/+15 |
| | |||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -0/+64 |