summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* dup test namedgp2024-03-201-1/+1
|\
| * dup test namedgp2024-03-201-1/+1
| |
* | Merge 8.7 (Some Tcl_GetStringFromObj -> TclGetStringFromObj internal changes)jan.nijtmans2024-03-191-3/+4
|\ \ | |/
| * Backport fix for [bda99f2393]: gets stdin problem when non-blocking - Windowsjan.nijtmans2024-03-191-3/+51
| | | | | | (cherry-pick): Fix indentation/brace usage style issues
* | For now, revert TIP #689 implementation, until it's accepted.jan.nijtmans2024-03-181-42/+0
|\ \ | |/
| * For now, revert TIP #689 implementation, until it's accepted.jan.nijtmans2024-03-181-42/+0
| |
* | Merge 8.7jan.nijtmans2024-03-134-6/+20
|\ \ | |/
| * Merge 8.6jan.nijtmans2024-03-124-6/+20
| |\
| | * skip extensive IO-aggressive tests, be gentle with users and CIs env ↵sebres2024-03-123-3/+3
| | | | | | | | | | | | (especially SSD, let alone our surroundings)
| | * proper skip of test winFCmd-1.38 (no error reaching limit of 50K unique ↵sebres2024-03-121-1/+1
| | | | | | | | | | | | file-ids)
| | * fixed path for running of suite from temp-directory (also proper skip if no ↵sebres2024-03-121-2/+16
| | | | | | | | | | | | dlls available)
* | | Fix [910d67a229fe7f65]: NS-qualified invocations of command evade [namespace ↵jan.nijtmans2024-03-101-0/+42
|\ \ \ | |/ / | | | | | | unknown]
| * | Fix [910d67a229fe7f65]: NS-qualified invocations of command evade [namespace ↵jan.nijtmans2024-03-101-0/+42
| |\ \ | | | | | | | | | | | | unknown]
| | * | namespace unknown considers also alternate search path (relative global NS), ↵sebres2024-03-081-0/+17
| | | | | | | | | | | | | | | | see namespace-52.14
| | * | Rebase to 9.0jan.nijtmans2024-03-071-0/+25
| | |\ \
| | | * | better variant of fix for [910d67a229fe7f65] with improved search for ↵sebres2024-03-061-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | NS::command (find NS even if command is not simple name), additionally it'd invoke handler of parent NS if child NS doesn't have unknown handler (see test namespace-52.14)
| | | * | small amend to [910d67a229fe7f65]: additional corner case (see the test ↵sebres2024-03-061-2/+2
| | | | | | | | | | | | | | | | | | | | namespace-52.13)
| | | * | fix for [910d67a229fe7f65]: search of `namespace unknown` handler fixed: ↵sebres2024-03-051-0/+9
| | | |/ | | | | | | | | | | | | | | | | first try to find namespace unknown handler of the namespace of executed command if available; this elementary fixes following bug (additionally prevents to call slowly global "::unknown" for known/loaded namespaces with registered unknown handler)
* | | | re-generate tclOOScript.h, and fix testcasejan.nijtmans2024-03-091-1/+1
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | fix testcasejan.nijtmans2024-03-091-1/+1
| | |
* | | merge 8.7 (BF [a9625d1f53554f9d])sebres2024-03-071-0/+7
|\ \ \ | |/ /
| * | fixes segfault [a9625d1f53554f9d]: elemObj used uninitialized, lindex on ↵sebres2024-03-071-0/+7
| | | | | | | | | | | | lseq wo args must return whole list
* | | Merge 8.7jan.nijtmans2024-03-041-1/+1
|\ \ \ | |/ /
| * | Tweak error-message. Remove pre-7.5 Tcl code.jan.nijtmans2024-03-041-1/+1
| | |
* | | Merge main. Enable [bda99f2393] tests.apnadkarni2024-02-201-7/+54
|\ \ \
| * | | Fix EOF test for TIP 646. Add tests for Bug [bda99f2393]. Remove Scriptics ↵apnadkarni2024-02-201-7/+54
|/ / / | | | | | | | | | copyright (none of their code remains).
* | | Merge 8.7jan.nijtmans2024-02-162-2/+2
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2024-02-162-2/+2
| |\ \ | | |/
| | * Fix [e646d28f1a]: 8.6 Documentation/comment typo fixesjan.nijtmans2024-02-162-2/+2
| | |
* | | Merge 8.7jan.nijtmans2024-02-161-1/+1
|\ \ \ | |/ /
| * | Merge 8.6. http -> 2.10b2jan.nijtmans2024-02-161-1/+1
| |\ \ | | |/
| * | Fix [578b7e273c03]: Round computed end value to match precision of given ↵jan.nijtmans2024-02-151-0/+19
| | | | | | | | | | | | arguments
| * | Fix last "knownBug" in UTF-16 encoder (backported from 9.0)jan.nijtmans2024-02-121-4/+4
| | |
* | | Fix bug 578b7e273c03. -- Round computed end value to match precision of ↵griffin2024-02-151-0/+19
| | | | | | | | | | | | given arguments.
* | | Merge 8.7jan.nijtmans2024-02-111-23/+2
|\ \ \ | |/ /
| * | TIP #652jan.nijtmans2024-02-111-23/+2
| |\ \
| | * | Implementation of TIP 652.pooryorick2024-02-071-23/+2
| | | |
* | | | Merge 8.7jan.nijtmans2024-02-081-27/+27
|\ \ \ \ | |/ / /
| * | | Fix all 'ascii' testcases in encodingVectors.tcl, another try. See [1355b9a874].jan.nijtmans2024-02-081-27/+27
| | | |
* | | | Merge 8.7jan.nijtmans2024-02-071-27/+27
|\ \ \ \ | |/ / /
| * | | Backout [c63ef66f0d], back to the drawing table.jan.nijtmans2024-02-071-27/+27
| | | |
* | | | merge 8.7dgp2024-02-071-14/+14
|\ \ \ \ | |/ / /
| * | | merge 8.6dgp2024-02-071-14/+14
| |\ \ \ | | | |/ | | |/|
| | * | Update tests to accept new [history] implementation.dgp2024-02-071-14/+14
| | | |
| | * | Fix [2089279]: StringObj.3 Tcl_ObjPrintf inaccuracies.jan.nijtmans2024-02-051-1/+29
| | | | | | | | | | | | Not only the documentation, also the behavior in the "unsigned long" case was wrong. Testcases added.
* | | | Those testcases are not a bug, but actually correct. See TIP #619: Starting ↵jan.nijtmans2024-02-071-2/+2
| |_|/ |/| | | | | | | | | | | with Tcl 9.0, surrogates are no longer combined automatically. This has no relation with -profile, which only specifies whether to throw an exception or use a replacement character.
* | | Merge 8.7jan.nijtmans2024-02-071-27/+27
|\ \ \ | |/ /
| * | Fix all 'ascii' testcases in encodingVectors.tcljan.nijtmans2024-02-071-27/+27
| | |
* | | Remove some {knownBug} indicators: those are already fixed.jan.nijtmans2024-02-071-18/+18
|\ \ \ | |/ /
| * | (cherry-pick): Add test cases for [80d4c1c7e5]jan.nijtmans2024-02-071-11/+13
| | |