summaryrefslogtreecommitdiffstats
path: root/tests/cmdAH.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2021-03-301-8/+8
|\
| * Thanks to TIP #587, convert many escapes in the testcases into the actual ↵jan.nijtmans2021-03-301-8/+8
| | | | | | | | (UTF-8) character.
* | Merge 8.7jan.nijtmans2020-12-041-1/+1
|\ \ | |/
| * 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.7jan.nijtmans2020-12-031-7/+7
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-12-031-7/+7
| |\ \ \
| | * | | Use 0o??? notation for octal numbers in tools and testcases in stead of ↵jan.nijtmans2020-12-031-7/+7
| | | | | | | | | | | | | | | | | | | | 0???. Although it still works in 8.6, it is deprecated an will be removed in 9.0.
* | | | | Merge 8.7jan.nijtmans2020-11-231-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | More ©-sign consolidationjan.nijtmans2020-11-231-2/+2
| | | | |
| * | | | 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.7dkf2020-11-161-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6dkf2020-11-161-1/+1
| |\ \ \ | | |/ / | | | / | | |/ | |/|
* | | Merge 8.7jan.nijtmans2020-10-301-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-10-301-1/+1
| |\ \ | | |/
| | * Add "{}" around many "expr" commands in testcases. Also in doc/expr.njan.nijtmans2020-10-301-1/+1
| | |
* | | Merge 8.7jan.nijtmans2020-10-161-2/+3
|\ \ \ | |/ /
| * | Fix env.test when running under wine on Linux. jan.nijtmans2020-10-161-2/+3
| | | | | | | | | Mark other tests with "notWine", which fail currently under wine
* | | Merge 8.7jan.nijtmans2020-09-171-1/+1
|\ \ \ | |/ /
| * | Change version number of http package from 2.9.5 -> 2.10.0a1, since it's ↵jan.nijtmans2020-09-171-1/+1
| |\ \ | | |/ | | | | | | | | | different from the 2.9.5 version in Tcl 8.6.x. Use "$idx >= 0" check in stead of "$idx > -1" everywhere.
* | | Merge 8.7jan.nijtmans2020-09-041-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-041-1/+1
| |\ \ | | |/
* | | Merge 8.7jan.nijtmans2020-09-011-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-011-1/+1
| |\ \ | | |/
| | * Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-1/+1
| | |
* | | Merge 8.7jan.nijtmans2019-09-131-1/+0
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2019-09-131-1/+0
| |\ \ | | |/
| | * Remove unneeded knownMsvcBug testconstraint definitionjan.nijtmans2019-09-131-1/+0
| | |
* | | merge 8.7sebres2019-09-121-2/+6
|\ \ \ | |/ /
| * | merge 8.6sebres2019-09-121-2/+6
| |\ \ | | |/
| | * cmdAH.test (win-only): rewrite test to prefer SystemRoot (readonly) instead ↵sebres2019-09-121-2/+6
| | | | | | | | | | | | of windir to check windows directory is not owned, bug [7de2d722bd]
* | | merge 8.7dgp2019-09-111-2/+22
|\ \ \ | |/ /
| * | merge 8.6dgp2019-09-111-2/+22
| |\ \ | | |/
| | * merge 8.5 (bug [7de2d722bd])sebres2019-09-111-2/+22
| | |\
| | | * windows, close [7de2d722bd]: prefer temp file to check owner and reown it ↵sebres2019-09-111-2/+22
| | | | | | | | | | | | | | | | before trying to check in order to avoid dependency on admin with UAC and the setting of "System objects: Default owner for objects created by members of the Administrators group"
* | | | Merge 8.7jan.nijtmans2019-09-101-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-09-101-1/+1
| |\ \ \ | | |/ /
| | * | Merge 8.5jan.nijtmans2019-09-101-1/+1
| | |\ \ | | | |/
| | | * Don't use constraints like unixOrPc anymore, use unixOrWin (for example)jan.nijtmans2019-09-101-3/+3
| | | |
| * | | Merge 8.6jan.nijtmans2019-09-051-1/+1
| |\ \ \ | | |/ /
| | * | merge 8.5sebres2019-09-051-1/+1
| | |\ \ | | | |/
| | | * amend to [4718b41c56]: check size of st_mtime instead of time_t in constraintsebres2019-09-051-1/+1
| | | |
* | | | Merge 8.7jan.nijtmans2019-08-011-4/+4
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-07-311-1/+2
| |\ \ \ | | |/ /
| | * | Mark 6 failing tests as knownMsvcBug. To be investigated.jan.nijtmans2019-07-311-1/+2
| | |\ \ | | | |/
| * | | merge 8.6, integrate branch bug-4718b41c56, rebuild win/configure, conflicts ↵sebres2019-07-121-0/+20
| |\ \ \ | | |/ / | | | | | | | | resolved (nothreads not available for 8.7)
| | * | integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in ↵sebres2019-07-121-0/+20
| | |\ \ | | | |/ | | | | | | | | tcl8.6), conflicts resolved, etc
| | | * fixes [4718b41c56] for windows x86 (mingw / MSVC versions with CRT ↵sebres2019-07-081-0/+20
| | | | | | | | | | | | | | | | supporting 64-bit time_t)
* | | | restore test-cases covering bug-4718b41c56 (partially revert last checkin, ↵sebres2019-07-121-0/+17
| | | | | | | | | | | | | | | | cherrypick from 8.7), set constraint time64bit to 1 (always valid in 9.0)