Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 8.5 (closes [5d989f9ba3]: avoid segfault by OOM if too many items to sort) | sebres | 2020-01-17 | 1 | -0/+34 |
|\ | |||||
| * | small amend (skip messages, avoid output on interactive shell) | sebres | 2020-01-17 | 1 | -4/+5 |
| | | |||||
| * | closes [5d989f9ba3]: avoid segfault by OOM if too many items to sort (would ↵ | sebres | 2020-01-17 | 1 | -0/+33 |
| | | | | | | | | | | throw an error instead, and use system alloc for long elementArray due to size_t); added test cases covering that (in child process with limited address space, if "prlimit" available) | ||||
* | | Fix [cff53cf7d0]: Failed test oo-0.9 in file oo.test in Tcl8.6.10 | jan.nijtmans | 2020-01-13 | 1 | -2/+2 |
| | | |||||
* | | Add a test for issue [9128866ec8], encoding fails to load | pooryorick | 2020-01-04 | 1 | -0/+15 |
| | | |||||
* | | Merge Tcl 8.5 changes to deal with integer overflow in the exponent, and ↵ | Kevin B Kenny | 2019-12-27 | 1 | -0/+66 |
|\ \ | |/ | | | | | floating point overflow in the significand, of floating point input conversion (Bug [1de6b0629e] | ||||
| * | Add test cases that used to cause floating point overflow in computing the ↵ | Kevin B Kenny | 2019-12-26 | 1 | -0/+9 |
| | | | | | | | | correction term in floating point input conversion. Fix exponent overflow in floating point input conversion, and floating-point overflow in the significand in input conversion. | ||||
| * | Fix parsing bug when (numSigDigs == 0). | dgp | 2019-12-23 | 1 | -1/+1 |
| | | |||||
| * | Tests for another parsing bug. | dgp | 2019-12-22 | 1 | -0/+7 |
| | | |||||
| * | Tests demonstrating the number parsing overflow bugs. | dgp | 2019-12-21 | 1 | -0/+50 |
| | | |||||
* | | Attempt to fix [5f236bc67a]: valgrind report for Tcl_UniCharToUtf | jan.nijtmans | 2019-12-09 | 1 | -0/+36 |
| | | |||||
* | | merge 8.5 (timing issue avoidance, skip test in runtime feature) | sebres | 2019-12-09 | 1 | -41/+54 |
|\ \ | |/ | |||||
| * | rewrite of [dff608952b]: skip tests if there is really a timing issue (and ↵ | sebres | 2019-12-06 | 1 | -17/+36 |
| | | | | | | | | implements new feature ::tcltest::Skip which allows conditionally skipping of tests at runtime) | ||||
| * | Exclude some test-cases with possible timing problems on Windows. Double ;; ↵ | jan.nijtmans | 2019-12-06 | 1 | -4/+5 |
| | | | | | | | | in generic/tclTimer.c | ||||
* | | tcltest: hook enhancements rewritten backwards compatible now, reverts ↵ | sebres | 2019-12-09 | 1 | -66/+66 |
| | | | | | | | | [0067db1bbf], [0f3d6f90f0], [b8be012969], [375a566d22] | ||||
* | | Add special handling of lower surrogate to UtfToUtfProc(), so valgrind ↵ | jan.nijtmans | 2019-12-09 | 1 | -4/+14 |
| | | | | | | | | should't complain in that situation. With new test-cases covering that. | ||||
* | | Fix 2 test-cases, which were failing when TCL_UTF_MAX=6. Add UTF_MAX=6 UNIX ↵ | jan.nijtmans | 2019-12-07 | 1 | -4/+4 |
| | | | | | | | | build to Travis as proof that now all test-cases pass for UTF_MAX=6 (still not officially supported) | ||||
* | | Fix encoding-15.6 testacase for TCL_UTF_MAX=6, due to changes escape ↵ | jan.nijtmans | 2019-12-03 | 1 | -2/+2 |
| | | | | | | | | sequences for upper/lower surrogate combination. | ||||
* | | Fix [3cd9bea1e6]: check-in [43032d7ba3] potential problems. Also don't allow ↵ | jan.nijtmans | 2019-12-03 | 2 | -79/+82 |
| | | | | | | | | surrogates in \U?????? syntax. | ||||
* | | If TCL_UTF_MAX>=4, make Tcl_ParseBackslash combine two surrogates so they ↵ | jan.nijtmans | 2019-12-02 | 1 | -50/+53 |
| | | | | | | | | appear as one 4-byte UTF-8 byte sequence from the start. Add test-case for this. | ||||
* | | Add tcltest::EvalTest to make it easier to customize behaviour. | pooryorick | 2019-12-01 | 1 | -66/+66 |
| | | |||||
* | | Add some new test-cases involving e.g. Unicode 11. Backported from Tcl 8.7a3 | jan.nijtmans | 2019-11-29 | 1 | -2/+26 |
| | | |||||
* | | Merge 8.5 (Update opt package from 0.4.6 to 0.4.7). | jan.nijtmans | 2019-11-28 | 1 | -1/+1 |
|\ \ | |/ | | | Also fix installation of opt0.4 as done by makefile.vc, which never worked in Tcl 8.6. | ||||
| * | Update "opt" from version 0.4.5 to 0.4.7, backported from Tcl 8.7a3. | jan.nijtmans | 2019-11-28 | 2 | -12/+12 |
| | | |||||
* | | merge 8.6 | dgp | 2019-11-21 | 1 | -22/+29 |
|\ \ | |||||
| * \ | merge 8.5 (cmdMZ timing issues + verbose output in error case) | sebres | 2019-11-21 | 1 | -22/+29 |
| |\ \ | | |/ | |||||
| | * | amend to [c93862b3bc] - fixes next timing test-issue in cmdMZ.test - measure ↵ | sebres | 2019-11-21 | 1 | -22/+29 |
| | | | | | | | | | | | | | | | without overhead now (otherwise net-time can be calculated too few); makes test results more verbose in the error case | ||||
* | | | merge 8.6; update changes | dgp | 2019-11-15 | 3 | -1/+64 |
|\ \ \ | |/ / | |||||
| * | | Protect additional Tcl_UtfToUniChar() call, for the case when not enough ↵ | jan.nijtmans | 2019-11-15 | 1 | -3/+21 |
| | | | | | | | | | | | | | | | bytes are available in the buffer any more. Add additional test-cases for those situations (upper surrogate followed by somthing other than lower surrogate) | ||||
| * | | merge 8.5 | sebres | 2019-11-14 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | remove unneeded constraint | sebres | 2019-11-14 | 1 | -1/+1 |
| | | | |||||
| * | | make oo-7.10 test more readable | sebres | 2019-11-14 | 1 | -3/+3 |
| | | | |||||
| * | | bug [135804138e]: test case illustrating the segfault | sebres | 2019-11-14 | 1 | -0/+29 |
| | | | |||||
| * | | Better - more complete - fix for [d433c0e0ad]: TCL_UTF_MAX == 4 problems. It ↵ | jan.nijtmans | 2019-11-14 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | allows emoji to be produced by the system encoding, even for other values of TCL_UTF_MAX. Also added test-cases for this. | ||||
* | | | merge 8.6 | dgp | 2019-11-13 | 1 | -14/+17 |
|\ \ \ | |/ / | |||||
| * | | merge 8.5 | sebres | 2019-11-06 | 1 | -14/+17 |
| |\ \ | | |/ | |||||
| | * | cmdMZ.test: solved timing issues (too slow machines, debug builds, etc) | sebres | 2019-11-06 | 1 | -14/+17 |
| | | | |||||
* | | | Fix test failures with -singleproc 1 testing | dgp | 2019-11-03 | 2 | -2/+3 |
|/ / | |||||
* | | Put back tests/fileSystemEncoding.test, but now don't run it on Windows, ↵ | jan.nijtmans | 2019-10-28 | 1 | -0/+4 |
| | | | | | | | | since the NTFS doesn't the system encoding, therefore doesn't expose bug [bcd1004104]. | ||||
* | | Test for issue [bcd1004104651], and new routine, ::tcltests::tempdir. | pooryorick | 2019-10-26 | 2 | -1/+81 |
| | | |||||
* | | Bump to dde 1.4.2 and registry 1.3.4 | dgp | 2019-10-21 | 2 | -4/+4 |
|\ \ | |/ | |||||
| * | Bump to dde 1.4.2 and registry 1.3.4. | dgp | 2019-10-21 | 3 | -5/+5 |
| | | |||||
* | | merge 8.5 | sebres | 2019-09-26 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | amend to [fec0c17d39] - reduce max count of nested compiles to 1500 | sebres | 2019-09-26 | 1 | -3/+3 |
| | | |||||
| * | cherry-pick [f5b6b83de7] - namespace.test: add missing clean-up (allow ↵ | sebres | 2019-09-25 | 1 | -0/+1 |
| | | | | | | | | repetition of test within -singleproc 1) | ||||
* | | Merge 8.5 | jan.nijtmans | 2019-09-25 | 1 | -4/+3 |
|\ \ | |/ | |||||
| * | Fix failing test-case iocmd-21.20 on Travis | jan.nijtmans | 2019-09-25 | 1 | -4/+3 |
| | | |||||
| * | Add 32-bit Windows builds, both with MSVC and GCC, to Travis. | jan.nijtmans | 2019-09-16 | 5 | -212/+234 |
| |\ | | | | | | | Backport various test-suite changes fro 8.6 to 8.5, mainly "knownBug" markers and comments | ||||
| | * | Merge 8.5 | jan.nijtmans | 2019-09-13 | 2 | -339/+315 |
| | |\ | | |/ | |/| | |||||
| * | | Make test-cases (hopefully) work on Travis, e.g. by adding nonPortable marks ↵ | jan.nijtmans | 2019-09-13 | 2 | -121/+140 |
| | | | | | | | | | | | | to test-cases which are nonPortable in 8.6 as well. |