summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix [3fc3287497]: TclGetProcessGlobalValue encodes information twice on Windowsjan.nijtmans2024-05-231-1/+1
* closes [79474c58800cdf94]: fixes 2 segfaults and 2 leaks (common IO handlers ...sebres2024-05-211-0/+68
|\
| * split iocmd-32.3 in two tests (move cycle outside of the test)sebres2024-05-171-49/+48
| * extend test to cover both variants (without and with error in reflected write...sebres2024-05-171-45/+50
| * fixes yet another segfault (if write handler doesn't generate an error, but r...sebres2024-05-171-0/+1
| * fix mem-leak originating by cyclic reference `rcPtr->name (type "channel", it...sebres2024-05-161-1/+1
| * test: clean timeout timersebres2024-05-161-2/+4
| * test illustrating bug [79474c58800cdf94] (segfaults at end of iocmd-32.3)sebres2024-05-151-0/+61
* | Fix for [7842f33a5c]: Stereotype call chains were ending up bogus in some sit...dkf2024-05-201-1/+76
* | Test case to demonstrate [7842f33a5c]dkf2024-05-201-3/+31
* | Fix the problem properlydkf2024-05-171-36/+101
* | Starting to clean up the mess. The extra frame info can have the same lifespa...dkf2024-05-171-20/+29
* | Apply an emergency workarounddkf2024-05-161-1/+2
* | Make sure we're looking for the right resultsdkf2024-05-161-1/+1
* | Test that hits [87271f7cd6] reasonably preciselydkf2024-05-161-0/+40
|/
* typojan.nijtmans2024-04-261-1/+1
* Reduce the diff between 8.6 and 8.7, by backporting some formatting/restructu...jan.nijtmans2024-04-181-13/+13
* small amend (still one "weak" format)sebres2024-04-171-3/+4
* clock.test: added regression test - spaces between some scan tokens are optio...sebres2024-04-171-2/+8
* Adapt test-cases too for auto_mkindex changejan.nijtmans2024-04-171-9/+9
* Add lot's of "-encoding utf-8" to our own "source" commands: We are becoming ...jan.nijtmans2024-04-122-2/+2
* Fix [7cb7409e05] by backporting tclIndexObj.c from [c3b23bf0c7]jan.nijtmans2024-04-041-3/+3
* Add testcases for bug [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFU...jan.nijtmans2024-04-041-10/+27
|\
| * Combine with "testparseargs" command. With testcases nowjan.nijtmans2024-04-041-10/+27
| * fixed [dc0770a2397ae0b1]: tests are timezone independent nowsebres2024-04-031-4/+4
| * TIP 688: clock command revision and speedupjan.nijtmans2024-04-012-128/+1379
| |\
| | * added missing test coverage for clock ensemble in safe-interpreter (shared fr...sebres2024-03-261-7/+21
| | * Merge 9.0. Please don't use "register" keywordjan.nijtmans2024-03-243-2/+9
| | |\
| | | * A new test constraint, "bigmem", configurable via the environment variablepooryorick2024-03-232-1/+8
| | | * Merge 8.7jan.nijtmans2024-03-231-14/+12
| | | |\
| | * | | fix for [1f40aa83c552f597]: the overflow check could mistakenly pass in some ...sebres2024-03-221-18/+25
| | * | | Merge 9.0jan.nijtmans2024-03-222-3/+15
| | |\ \ \ | | | |/ /
| | | * | Merge 8.7jan.nijtmans2024-03-221-4/+20
| | | |\ \
| | | * \ \ dup test namedgp2024-03-201-1/+1
| | | |\ \ \
| | * | | | | Add testcase for bug [1f40aa83c5]: crash with CFLAGS=-ftrapvjan.nijtmans2024-03-221-0/+4
| | * | | | | Rebase to latest 9.0jan.nijtmans2024-03-202-125/+1353
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Now _really_ remove TIP #689jan.nijtmans2024-03-181-42/+0
| | | * | | | Move "::tcl::clock::configure" to the tcl::unsupported namespacejan.nijtmans2024-03-182-15/+15
| | | * | | | Make "clock configure" an internal command "::tcl::clock::configure"jan.nijtmans2024-03-182-15/+15
| | | * | | | fixes [1f40aa83c552f597]: suppress integer-overflow trapping (atm, GCC "trapv...sebres2024-03-151-4/+4
| | | * | | | Mark 4 "clock" testcases with "knownBug". Ticket [1f40aa83c5] describes the d...jan.nijtmans2024-03-151-4/+4
| | | * | | | clock.test: tests renumeration, solve inaesthetic results of mergessebres2024-03-141-29/+28
| | | * | | | make clock tests system-TZ independentsebres2024-03-141-8/+14
| | | * | | | validation check: fixed time point of first stage - it must work TZ independe...sebres2024-03-141-64/+75
| | | * | | | better test-mockup, don't disclose artificially skipped test for valid modesebres2024-03-131-3/+9
| | | * | | | Rebase to latest 9.0jan.nijtmans2024-03-132-125/+1332
| | | |\ \ \ \
| | | | * | | | compat regression test: original clock ensemble supports prefixessebres2024-03-131-0/+4
| | | | * | | | Merge 9.0jan.nijtmans2024-03-121-10/+10
| | | | |\ \ \ \
| | | | * \ \ \ \ merge sebres-8-6-clock-speedup-cr2sebres2024-03-121-0/+106
| | | | |\ \ \ \ \
| | | | | * | | | | fixes similar issue by free scan + more testssebres2024-03-121-2/+42