History of tests/winFile.test of 80184ade496c7e1c
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History of file tests/winFile.test at check-in 80184ade496c7e1c

2024-10-16
18:58
Merge [bea36e3b59a0092c]: Indenting in testcases. Always use tabs in stead of 8 spaces. file: [fafb4c7209] check-in: [f3091051a5] user: pooryorick branch: unchained, size: 6843
2024-10-09
08:16
Indenting in testcases. Always use tabs in stead of 8 spaces file: [1de90b10f6] check-in: [bea36e3b59] user: jan.nijtmans branch: main, size: 6489
2024-07-20
15:59
Merge trunk [91c2f411e7e71552], TIP #636 (tip-636-tcl9-644), resolve all conflicts including those resulting from conflicting Tcl_Obj interface implementations, and relicense under GNU Affero General Public License. All tests pass. file: [d1a6bab50d] check-in: [d8a3450f12] user: pooryorick branch: unchained, size: 6948
2022-09-16
21:27
one more like [e1b76fbcf839caae] 🙂 file: [6ad521746c] check-in: [1ed72242df] user: jan.nijtmans branch: novem, size: 6594
2022-08-01
17:07
Update tests for TIP 602 file: [ef898b9eae] check-in: [6eaabea19f] user: apnadkarni branch: tip-602, size: 6656
2020-12-04
09:56
TIP 590: Recommend lowercase Package Names file: [b418c9159e] check-in: [836cfc20b3] user: jan.nijtmans branch: core-8-branch, size: 6644
2020-11-23
09:16
More ©-sign consolidation file: [c0b305824f] check-in: [676f97ea98] user: jan.nijtmans branch: core-8-branch, size: 6642
08:25
Now that all Tcl source files are UTF-8 by default, we can use the ©-sign whenever reasonable. file: [49fb36502b] check-in: [0d31e14484] user: jan.nijtmans branch: core-8-branch, size: 6645
2020-11-19
08:57
Merge 8.7 file: [8559b10d76] check-in: [b87dd93716] user: jan.nijtmans branch: tip-590, size: 6649
2020-11-16
10:06
Merge 8.6 file: [99638caebe] check-in: [c2dc6753fa] user: dkf branch: core-8-branch, size: 6647
2020-10-16
16:34
Merge 8.7 file: [d68849b48a] check-in: [600368ed3f] user: jan.nijtmans branch: build-info, size: 6740
15:03
Fix env.test when running under wine on Linux. Mark other tests with "notWine", which fail currently under wine file: [bdb1e49eb7] check-in: [80184ade49] user: jan.nijtmans branch: core-8-branch, size: 6738
2020-10-01
08:17
Merge 8.7. Internal package renaming file: [5da57c442c] check-in: [8da5008652] user: jan.nijtmans branch: build-info, size: 6557
2020-09-04
16:44
Merge 8.6 file: [7bb02a8388] check-in: [af7d124bbc] user: jan.nijtmans branch: core-8-branch, size: 6555
15:48
Let all test-cases load the "tcltest" package the same way. Depend on tcltest 2.5, since we never test with earlier tcltest versions file: [2204b5e212] check-in: [0e50a82fe7] user: jan.nijtmans branch: core-8-6-branch, size: 6754
2018-11-22
14:16
merge 8.6 file: [83cda740d9] check-in: [80652194d5] user: sebres branch: core-8-branch, size: 6609
13:58
merge 8.5: fixes segfault [7a9dc52b29] and wrong normalization (inside TclJoinPath) for pure relative path-segments; test-cases extended and several windows-related are fixed. file: [417aeadb91] check-in: [8e8688f048] user: sebres branch: core-8-6-branch, size: 6758
2018-11-20
20:23
win: fixes case sensitivity of glob test cases (winFile-2.*): current directory can be different as [temporaryDirectory] (if parameter `-tmpdir` specified). file: [317afacead] check-in: [2897840177] user: sebres branch: bug-7a9dc52b29, size: 7106
2016-12-15
15:18
Add back testcase winFile-4.10. This test passes anyway, even though it appeared to be Windows 2000 only. file: [d90c4c36c8] check-in: [7c2ad0e88f] user: jan.nijtmans branch: trunk, size: 6480
2016-08-19
08:48
merge trunk file: [f491b42ce4] check-in: [fad3c1f68f] user: jan.nijtmans branch: semver, size: 6023
2014-04-17
14:01
Remove all win95-specific test-cases, since Windows 95 is not supported any more. file: [45f4def69a] check-in: [324a458635] user: jan.nijtmans branch: trunk, size: 6629
2013-01-22
19:24
Contribution by Patrick Fradin <patrick.fradin@planar.com> Quoting his mail: <pre> ========================================================== Hi Jeff, I spent some of my time to contribute to the TclTk community ! I'm in late for Christmas gift but like we said in French : "Mieux vaut tard que jamais". ;-) I've use TclDevKit 5.3.0 tclchecker to analyse TclTk code in Tcl and Tk library directories (library, tools and tests) to correct a lot of warnings and few errors. (encapsulate some expr, use 'chan xxx' instead of fconfigure, fileevent...) I've made some improvements too : Examples : - Use 'lassign' instead of many 'lindex' of 'foreach/break' loop. - Use 'in' or 'ni' operators instead of 'lsearch -exact' or to factorise some eq/ne && / || tests. - Use 'eq' or 'ne' to tests strings instead of '==' or '!='. - Use 'unset -nocomplain' to avoid 'catch {unset...}'. - Remove some useless catch around 'destroy' calls. - Use expand {*} instead of 'eval'. Don't touch a lot of code because I don't know all structs and lists. I think it could be a greater improvement to reduce 'eval' calls. Due to previous experience, I dot not change any indentation ! ;-) ========================================================== </pre> file: [b7327d259e] check-in: [d801822907] user: andreask branch: contrib-patrick-fradin-code-cleanup, size: 7169
2012-07-29
16:23
No longer build tcltest.exe to run the tests,but use tclsh86.exe in combination with tcltest86.dll to do that (Windows only) file: [30c4115e86] check-in: [9792ff8b65] user: jan.nijtmans branch: trunk, size: 7095
2011-03-02
20:27
Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Purged them (except in zlib files). file: [f87d06d98e] check-in: [c64f310d38] user: dgp branch: trunk, size: 7002
16:06
Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Purged them. file: [48ff9b9d1f] check-in: [79367df0f0] user: dgp branch: core-8-5-branch, size: 6976
2011-03-01
15:38
Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Purged them. file: [5218674d40] check-in: [90b4acd7bd] user: dgp branch: core-8-4-branch, size: 2360
2010-11-22
16:07
Next @380. OO Stacktraces broken. file: [6a55db7702] check-in: [1713113dd4] user: andreask branch: activestate-nre-excised-variant-1-roll-forward, size: 7071
2008-10-23
15:51
merge updates from HEAD file: [8d32b4c8a3] check-in: [b86f278a02] user: dgp branch: dgp-refactor, size: 7076
12:19
only create test.dat file on windows, it is never used on unix and creation may fail due to insufficient permissions file: [dface548ae] check-in: [072035086a] user: das branch: core-8-5-branch, size: 7049
12:18
only create test.dat file on windows, it is never used on unix and creation may fail due to insufficient permissions file: [46a12cd840] check-in: [7dff6665ff] user: das branch: trunk, size: 7071
2008-04-15
19:19
merge updates from HEAD file: [2928be1d89] check-in: [dc626ebb84] user: dgp branch: dgp-refactor, size: 6983
2008-04-10
00:21
Test improvements (tcltest2, clarify) file: [670d95bbab] check-in: [a00b4ae217] user: dkf branch: trunk, size: 6979
2008-01-23
16:42
merge updates from HEAD file: [956e67502d] check-in: [013cce9562] user: dgp branch: core-stabilizer-branch, size: 6957
2007-12-18
04:18
merge updates from HEAD file: [7c05c64d9d] check-in: [56cc5f4a94] user: dgp branch: dgp-refactor, size: 6957
2007-12-14
13:52
Fix for broken test on win2k with long machine name file: [4e1d714d3c] check-in: [7fa158bd4c] user: patthoyts branch: trunk, size: 6959
2006-10-23
21:01
merge updates from HEAD file: [178ac5b3e0] check-in: [1f911d4cbb] user: dgp branch: dgp-refactor, size: 6835
2006-10-01
09:51
bug 1567956: handle Msys environment a little differently in getuser function file: [623d6fdf25] check-in: [a81126a719] user: patthoyts branch: trunk, size: 6837
2006-04-28
16:09
Merge updates from HEAD file: [9c1237fcb7] check-in: [afab2ad07a] user: dgp branch: dgp-refactor, size: 6432
2006-03-20
15:41
Clean up the constraint handling file: [0b1dcc0471] check-in: [7a849781cb] user: dkf branch: trunk, size: 6428
2005-10-18
20:46
merge updates from HEAD file: [ebe7c55b63] check-in: [2e8613842e] user: dgp branch: dgp-refactor, size: 6528
2005-10-08
13:44
merge updates from HEAD file: [e300576ac7] check-in: [1b902ae45a] user: dgp branch: kennykb-numerics-branch, size: 6528
2005-10-05
00:38
* tests/winFile.test (getuser): allow valid Windows usernames. [Bug 1311285] file: [712e4d21aa] check-in: [bbc78fc172] user: hobbs branch: trunk, size: 6526
2004-12-09
23:00
Merge updates from HEAD file: [6585c40f49] check-in: [24873008cc] user: dgp branch: dgp-refactor, size: 6527
2004-11-08
19:19
* tests/winFile.test: Attempted and untested fix for 1062491 file: [2d84b45974] check-in: [58c1ea03c7] user: davygrvy branch: trunk, size: 6528
2004-11-07
20:56
* tests/winFile.test: added contraint to winFile-4.0 to prevent it being run on NT4 file: [ab64d37bdb] check-in: [d54313d9d7] user: davygrvy branch: trunk, size: 6531
2004-09-08
23:02
Merge updates from HEAD file: [04fbde21bb] check-in: [dff8728918] user: dgp branch: dgp-refactor, size: 6335
2004-06-23
15:36
Standardize some use of test constraints onto names that are documented file: [ed88c3af00] check-in: [f6289216a6] user: dkf branch: trunk, size: 6331
2004-05-27
14:29
Merge updates from HEAD. Also implemented flags argument to TclCompEvalObj(). file: [5f493f9054] check-in: [8f7452ee0c] user: dgp branch: dgp-refactor, size: 6371
2004-05-19
13:29
Fix whitespace file: [cc8a5f23ab] check-in: [a6ae725c88] user: dkf branch: trunk, size: 6367
2004-02-07
05:47
Merge updates from HEAD Note that this branch currently does not fully support the new {expand} syntax. Updates to TclEvalScriptTokens and TclCompileScriptTokens are still to come. file: [d95d47a57a] check-in: [beeeb45bbf] user: dgp branch: dgp-refactor, size: 6388
2003-12-09
16:03
fixed tests and constraints and setup so works x-platform file: [0721b5e6f6] check-in: [4e7375a764] user: vincentdarley branch: trunk, size: 6394
14:57
NT file permissions fix and tests file: [8ec8923dc1] check-in: [a6a450bd88] user: vincentdarley branch: trunk, size: 5740
2003-04-14
15:45
filesystem fixes backported file: [64e75ca6fb] check-in: [7dd244b532] user: vincentdarley branch: core-8-4-branch, size: 2442
2003-04-11
15:59
fix 5 small filesystem bugs, and some typos file: [f25a09fa5e] check-in: [da7df285d1] user: vincentdarley branch: trunk, size: 2439
2002-08-20
20:25
merged with trunk at tag macosx-8-4-merge-2002-08-20-trunk file: [25b07d0436] check-in: [354986d9c3] user: das branch: macosx-8-4-branch, size: 2433
2002-07-18
16:36
winFile.test cleanup file: [7811d4d0ef] check-in: [10a984393e] user: vincentdarley branch: trunk, size: 2438
2002-06-13
09:39
vfs, winfs testsuite file: [36e991b38a] check-in: [494e81b676] user: vincentdarley branch: trunk, size: 2417
2002-06-10
05:33
Merging with TOT as of 06/09/2002. file: [8b8235d089] check-in: [73b68fb238] user: wolfsuit branch: macosx-8-4-branch, size: 2315
2002-05-02
20:15
fix to 551306 file: [cf1c65ca0f] check-in: [34f2d6b9b0] user: vincentdarley branch: trunk, size: 2315
2000-04-10
17:18
* tests/*.test: Changed all occurances of "namespace import ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. file: [978e0b9757] check-in: [c2f93a113c] user: ericm branch: trunk, size: 1972
1999-06-26
20:55
Fixed style problems in many of the test files. Fixed bug in pkg.test where defs.tcl was still being used. file: [f872fc2646] check-in: [dbfd75f43f] user: rjohnson branch: trunk, size: 1968
03:54
Modified the tests to use the package tcltest file: [5e188bba43] check-in: [fdb0602e41] user: jenn branch: trunk, size: 1961
1999-04-21
21:50
Resynced with mainline. file: [5b34b44e36] check-in: [45b9dd789f] user: rjohnson branch: trunk, size: 1973
17:18
Added: fixed window case sensitivity bug in globbing (id 1753). file: [10e0e341b9] check-in: [314b341acc] user: hershey branch: scriptics-tclpro-1-2, size: 1976
00:42
Deleted: Added comments for 4/19 and 4/20 check-in: [6c6fc5d7b2] user: redman branch: scriptics-tclpro-1-2-old, size: 0
1999-04-16
00:46
Added: merged tcl 8.1 branch back into the main trunk file: [92c840354c] check-in: [f3b32fb71c] user: stanton branch: trunk, size: 1520
1999-03-24
02:48
lint: changed a tcltest namespace variable name from tmpDir to workingDir. changes: made more tests atomic. README is now updated to match new test suite features. file: [dc2e96cd8c] check-in: [83929e34ec] user: hershey branch: core-8-1-branch-old, size: 1524
1999-03-23
20:06
changed tests to use "tcltest" namespace instead of "test". added constraints to tests, rather than skipping the entire file. file: [ec559b6b1d] check-in: [709a7deb31] user: hershey branch: core-8-1-branch-old, size: 1523
1999-03-11
18:49
Updated the testsuite to use "test" namespace and commandline args to control verbose level and which tests get run. Tests now work from any working dir. file: [695a1c7f99] check-in: [346215785f] user: hershey branch: core-8-1-branch-old, size: 1600
1998-12-04
03:01
fixed broken tests file: [1844f03086] check-in: [73377ab304] user: stanton branch: core-8-1-branch-old, size: 1382
1998-09-21
23:39
Added: Added contents of Tcl 8.1a2 file: [7309da53ec] check-in: [8c56dc8868] user: stanton branch: core-8-1-branch-old, size: 1278