summaryrefslogtreecommitdiffstats
path: root/tests/execute.test
Commit message (Collapse)AuthorAgeFilesLines
* Add longIs64bit constraint to lseq-4.4 (because this isn't expected to work ↵jan.nijtmans2023-03-201-1/+0
| | | | on 32-bit platforms). Remove some unused constraints.
* merge trunkdgp2021-04-031-1/+1
|\
| * Merge 8.7jan.nijtmans2021-03-301-1/+1
| |\
| | * Thanks to TIP #587, convert many escapes in the testcases into the actual ↵jan.nijtmans2021-03-301-1/+1
| | | | | | | | | | | | (UTF-8) character.
* | | merge trunkdgp2020-12-071-5/+5
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2020-12-041-3/+3
| |\ \ | | |/
| | * TIP 590: Recommend lowercase Package Namesjan.nijtmans2020-12-041-3/+3
| | |\
| | | * Lesser TIP #590 implementation: Only package renaming, no code changesjan.nijtmans2020-11-061-3/+3
| | | |\
| | | | * Case-sensitive package namesjan.nijtmans2020-11-031-5/+5
| | | |/
| * | | Merge 8.7jan.nijtmans2020-11-231-2/+2
| |\ \ \ | | |/ /
| | * | 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 9.0jan.nijtmans2020-10-301-15/+15
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2020-10-301-15/+15
| |\ \ | | |/
| | * Merge 8.6jan.nijtmans2020-10-301-15/+15
| | |\
| | | * Add "{}" around many "expr" commands in testcases. Also in doc/expr.njan.nijtmans2020-10-301-15/+15
| | | |
* | | | merge trunkdgp2020-09-161-53/+53
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2020-09-041-3/+3
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2020-09-041-3/+3
| | |\ \ | | | |/
| | | * Let all test-cases load the "tcltest" package the same way. Depend on ↵jan.nijtmans2020-09-041-3/+3
| | | | | | | | | | | | | | | | tcltest 2.5, since we never test with earlier tcltest versions
| * | | Merge 8.7jan.nijtmans2020-09-011-50/+50
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2020-09-011-50/+50
| | |\ \ | | | |/
| | | * Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-52/+52
| | | |
* | | | merge trunkdgp2019-09-181-1/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2019-09-161-1/+2
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2019-09-161-1/+2
| | |\ \ | | | |/
| | | * execute.test: fix tests (if test started using -singleproc 1)sebres2019-09-161-1/+2
| | | |
* | | | merge trunkdgp2019-08-281-4/+77
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2019-08-281-4/+77
| |\ \ \ | | |/ /
| | * | merge 8.6sebres2019-08-271-4/+77
| | |\ \ | | | |/
| | | * more test casessebres2019-08-271-1/+42
| | | |
| | | * added tests covering bug [fa6bf38d07]sebres2019-08-271-4/+36
| | | |
* | | | merge trunkdgp2019-06-271-0/+39
|\ \ \ \ | |/ / /
| * | | [6bdadfba7d] Stop crash with multi-lappend and failing writesdkf2019-06-201-0/+39
| |\ \ \ | | |/ /
| | * | [6bdadfba7d] Stop crash with multi-lappend and failing writesdkf2019-06-201-0/+39
| | |\ \ | | | |/
| | | * [6bdadfba7d] Stop crash with multi-lappend and failing writesdkf2019-06-201-0/+39
| | | |
* | | | merge trunkdgp2018-10-241-8/+8
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2018-10-081-7/+7
| |\ \ \ | | |/ /
| | * | Merge 8.7jan.nijtmans2018-09-031-8/+8
| | |\ \
| * | \ \ merge 8.7jan.nijtmans2018-09-031-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Eliminate use of wideBiggerThanInt test constraint, since it's the same as ↵jan.nijtmans2018-09-031-1/+1
| | |/ / | | | | | | | | | | | | | | | | | | | | {longIs32bit wideIs64bit}. And ... it's name is actually wrong ... Don't use int() any more in any test constraint, since it's semantics might change. We don't want the test constraints to change with it. (See: TIP# 514) Simplify implementation of wideIs64bit test constraint, just testing for 64-bit sign bit is enough.
* | | | merge trunkdgp2018-01-181-4/+0
|\ \ \ \ | |/ / /
| * | | Remove obsolete documentation (belonging to now-removed functions). Remove ↵jan.nijtmans2018-01-171-4/+0
| | | | | | | | | | | | | | | | obsolete 8.4 bytecodes. And a few other (internal) macro's which are no longer in use.
| * | | merge trunkdgp2017-10-301-3/+3
| |\ \ \ | | |/ /
| * | | Implementation branch for TIP 114 - Eliminate Octal Parsing...dgp2017-10-231-11/+11
| | | |
* | | | merge novemdgp2017-10-301-3/+3
|\ \ \ \
| * \ \ \ merge trunkdgp2017-10-301-3/+3
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | merge 8.6dgp2017-10-301-3/+3
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Revise tests that relied on deprecated variable resolution rules.dgp2017-10-301-3/+3
| | | |
* | | | Purge the old and broken Tcl_ObjType.dgp2016-12-061-1/+1
|/ / /