summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add some new test-cases involving e.g. Unicode 11. Backported from Tcl 8.7a3jan.nijtmans2019-11-291-2/+26
* Merge 8.5 (Update opt package from 0.4.6 to 0.4.7).jan.nijtmans2019-11-281-1/+1
|\
| * Update "opt" from version 0.4.5 to 0.4.7, backported from Tcl 8.7a3.jan.nijtmans2019-11-282-12/+12
* | merge 8.6dgp2019-11-211-22/+29
|\ \
| * \ merge 8.5 (cmdMZ timing issues + verbose output in error case)sebres2019-11-211-22/+29
| |\ \ | | |/
| | * amend to [c93862b3bc] - fixes next timing test-issue in cmdMZ.test - measure ...sebres2019-11-211-22/+29
* | | merge 8.6; update changesdgp2019-11-153-1/+64
|\ \ \ | |/ /
| * | Protect additional Tcl_UtfToUniChar() call, for the case when not enough byte...jan.nijtmans2019-11-151-3/+21
| * | merge 8.5sebres2019-11-141-1/+1
| |\ \ | | |/
| | * remove unneeded constraintsebres2019-11-141-1/+1
| * | make oo-7.10 test more readablesebres2019-11-141-3/+3
| * | bug [135804138e]: test case illustrating the segfaultsebres2019-11-141-0/+29
| * | Better - more complete - fix for [d433c0e0ad]: TCL_UTF_MAX == 4 problems. It ...jan.nijtmans2019-11-141-0/+16
* | | merge 8.6dgp2019-11-131-14/+17
|\ \ \ | |/ /
| * | merge 8.5sebres2019-11-061-14/+17
| |\ \ | | |/
| | * cmdMZ.test: solved timing issues (too slow machines, debug builds, etc)sebres2019-11-061-14/+17
* | | Fix test failures with -singleproc 1 testingdgp2019-11-032-2/+3
|/ /
* | Put back tests/fileSystemEncoding.test, but now don't run it on Windows, sinc...jan.nijtmans2019-10-281-0/+4
* | Test for issue [bcd1004104651], and new routine, ::tcltests::tempdir.pooryorick2019-10-262-1/+81
* | Bump to dde 1.4.2 and registry 1.3.4dgp2019-10-212-4/+4
|\ \ | |/
| * Bump to dde 1.4.2 and registry 1.3.4.dgp2019-10-213-5/+5
* | merge 8.5sebres2019-09-261-3/+3
|\ \ | |/
| * amend to [fec0c17d39] - reduce max count of nested compiles to 1500sebres2019-09-261-3/+3
| * cherry-pick [f5b6b83de7] - namespace.test: add missing clean-up (allow repeti...sebres2019-09-251-0/+1
* | Merge 8.5jan.nijtmans2019-09-251-4/+3
|\ \ | |/
| * Fix failing test-case iocmd-21.20 on Travisjan.nijtmans2019-09-251-4/+3
| * Add 32-bit Windows builds, both with MSVC and GCC, to Travis. jan.nijtmans2019-09-165-212/+234
| |\
| | * Merge 8.5jan.nijtmans2019-09-132-339/+315
| | |\ | | |/ | |/|
| * | Make test-cases (hopefully) work on Travis, e.g. by adding nonPortable marks ...jan.nijtmans2019-09-132-121/+140
| | * Merge 8.5. Mark a few more tests nonPortable (for 8.5, not to be merged to 8.6!)jan.nijtmans2019-09-123-15/+45
| | |\
* | | | namespace.test: add missing clean-up (allow repetition of test within -single...sebres2019-09-241-0/+1
* | | | all.tcl: replacement for exit, if calling direct only (avoid rewrite exit if ...sebres2019-09-181-1/+6
* | | | Add missing constraints to test-casesjan.nijtmans2019-09-172-5/+9
* | | | execute.test: fix tests (if test started using -singleproc 1)sebres2019-09-161-1/+2
* | | | Merge 8.5jan.nijtmans2019-09-131-33/+33
|\ \ \ \ | |/ / /
| * | | Add knownMsvcBug restriction to chanio-20.5, because it sometimes hangs in a ...jan.nijtmans2019-09-131-221/+178
| | |/ | |/|
| * | partially cherrypick of [ecf524bce0], bug-fec0c17d39-8.6-limit: ultimate fix ...sebres2019-09-111-10/+40
| |/
* | Remove unneeded knownMsvcBug testconstraint definitionjan.nijtmans2019-09-131-1/+0
* | cmdAH.test (win-only): rewrite test to prefer SystemRoot (readonly) instead o...sebres2019-09-121-2/+6
* | merge bug-fec0c17d39-8.6-limit: ultimate fix for [fec0c17d39] - avoid SO on d...sebres2019-09-111-8/+38
|\ \
| * \ Merge 8.6jan.nijtmans2019-09-031-1/+1
| |\ \
| * | | extends [fec0c17d39]: restrict nested compilations using same limit (interp r...sebres2019-08-301-8/+38
* | | | merge 8.5 (bug [7de2d722bd])sebres2019-09-111-2/+22
|\ \ \ \ | | |_|/ | |/| |
| * | | windows, close [7de2d722bd]: prefer temp file to check owner and reown it bef...sebres2019-09-111-2/+22
* | | | Merge 8.5jan.nijtmans2019-09-111-1/+1
|\ \ \ \ | |/ / /
| * | | Use "package provide Tcl" consistantly, in stead of either "package present T...jan.nijtmans2019-09-111-6/+6
* | | | Merge 8.5jan.nijtmans2019-09-1011-93/+93
|\ \ \ \ | |/ / /
| * | | Don't use constraints like unixOrPc anymore, use unixOrWin (for example)jan.nijtmans2019-09-1012-133/+142
| * | | Backport some improvements to tm.tcl (mostly comments). jan.nijtmans2019-09-101-2/+2
| * | | Don't let Tcl compilation depend on USE_32BIT_TIME_T any more: Microsoft coul...jan.nijtmans2019-09-071-1/+1
| |\ \ \