summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Retrict -wrapchar values to those that can be decoded.dgp2020-03-311-4/+4
* Other suggested solution for [b8e82d293b]jan.nijtmans2020-03-311-3/+9
* Add a test for fixed bug.dgp2020-03-281-0/+3
* [ffeb2097af] Restore the standard and original practice of ignoring invaliddgp2020-03-281-1/+4
* Repair bad test labels.dgp2020-03-271-5/+5
* Spurious test-failure on Travis OSXjan.nijtmans2020-03-241-1/+3
* Merge 8.6. jan.nijtmans2020-03-132-53/+38
|\
| * reformat assemble-15.* test-casesjan.nijtmans2020-03-131-53/+27
| * Renumber tests to account for later releases.dgp2020-03-121-2/+2
| * Add some testing of Tcl_SetByteArrayLength().dgp2020-03-121-0/+11
* | env.test: added test for windows illustrating bug [8f89e2e059] - loss of mult...sebres2020-03-131-0/+20
|/
* Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3jan.nijtmans2020-02-262-4/+4
|\
| * Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3jan.nijtmans2020-02-263-5/+5
* | Ensure that we release the correct references when an error occurs during set...dkf2020-02-251-1/+35
* | merge 8.5sebres2020-02-171-0/+13
|\ \ | |/
| * windows: avoid create of legacy error-vars on init phase (in fresh created in...sebres2020-02-171-0/+13
* | merge 8.5sebres2020-01-302-32/+111
|\ \ | |/
| * introduces new command and constraint testWithLimit (as include tests/interna...sebres2020-01-302-60/+111
| * small amend (comments only)sebres2020-01-291-2/+3
| * better test covering [5d989f9ba3] - limiting AS considers normal memory usage...sebres2020-01-291-16/+43
| * Don't run stack-3.1 test on OSX, it fail regulary. Don't really bother for Tc...jan.nijtmans2020-01-211-1/+3
* | merge 8.5 (closes [5d989f9ba3]: avoid segfault by OOM if too many items to sort)sebres2020-01-171-0/+34
|\ \ | |/
| * small amend (skip messages, avoid output on interactive shell)sebres2020-01-171-4/+5
| * closes [5d989f9ba3]: avoid segfault by OOM if too many items to sort (would t...sebres2020-01-171-0/+33
* | Fix [cff53cf7d0]: Failed test oo-0.9 in file oo.test in Tcl8.6.10jan.nijtmans2020-01-131-2/+2
* | Add a test for issue [9128866ec8], encoding fails to loadpooryorick2020-01-041-0/+15
* | Merge Tcl 8.5 changes to deal with integer overflow in the exponent, and floa...Kevin B Kenny2019-12-271-0/+66
|\ \ | |/
| * Add test cases that used to cause floating point overflow in computing the co...Kevin B Kenny2019-12-261-0/+9
| * Fix parsing bug when (numSigDigs == 0).dgp2019-12-231-1/+1
| * Tests for another parsing bug.dgp2019-12-221-0/+7
| * Tests demonstrating the number parsing overflow bugs.dgp2019-12-211-0/+50
* | Attempt to fix [5f236bc67a]: valgrind report for Tcl_UniCharToUtfjan.nijtmans2019-12-091-0/+36
* | merge 8.5 (timing issue avoidance, skip test in runtime feature)sebres2019-12-091-41/+54
|\ \ | |/
| * rewrite of [dff608952b]: skip tests if there is really a timing issue (and im...sebres2019-12-061-17/+36
| * Exclude some test-cases with possible timing problems on Windows. Double ;; i...jan.nijtmans2019-12-061-4/+5
* | tcltest: hook enhancements rewritten backwards compatible now, reverts [0067d...sebres2019-12-091-66/+66
* | Add special handling of lower surrogate to UtfToUtfProc(), so valgrind should...jan.nijtmans2019-12-091-4/+14
* | Fix 2 test-cases, which were failing when TCL_UTF_MAX=6. Add UTF_MAX=6 UNIX b...jan.nijtmans2019-12-071-4/+4
* | Fix encoding-15.6 testacase for TCL_UTF_MAX=6, due to changes escape sequence...jan.nijtmans2019-12-031-2/+2
* | Fix [3cd9bea1e6]: check-in [43032d7ba3] potential problems. Also don't allow ...jan.nijtmans2019-12-032-79/+82
* | If TCL_UTF_MAX>=4, make Tcl_ParseBackslash combine two surrogates so they app...jan.nijtmans2019-12-021-50/+53
* | Add tcltest::EvalTest to make it easier to customize behaviour.pooryorick2019-12-011-66/+66
* | 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