summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* merge trunkcore-arith-series-bytecodedkf2025-06-172-2/+45
|\
| * Merge 9.0 - tests for handle leaks for execapnadkarni2025-06-151-0/+39
| |\
| | * Add tests to check handle leaks for execapnadkarni2025-06-151-0/+39
| * | Merge 9.0 - Disable timing dependent tests when running under AppVerifier on ...apnadkarni2025-06-141-2/+6
| |\ \ | | |/
| | * Disable timing dependent tests when running under AppVerifier on Windowsapnadkarni2025-06-141-2/+6
* | | merge trunkdkf2025-06-132-0/+82
|\ \ \ | |/ /
| * | Implement [tailcall {*}...] in bytecodedkf2025-06-131-0/+70
| |\ \
| | * \ merge trunkdkf2025-06-0611-68/+105
| | |\ \
| | * | | Make the [tailcall] compiler understand {*}; a common casecore-tailcall-expandeddkf2025-06-031-0/+70
| * | | | [fa7995bdf2] Add more direct test case for real bugdkf2025-06-131-0/+12
* | | | | Make sure there are no memory leaks in the arithSeries operationdkf2025-06-111-0/+38
|/ / / /
* | | | Merge core-9-0-branch. Pick up fix for [0ee626dfb2] and other sundry unmerged...apnadkarni2025-06-092-1/+9
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Fix [0ee626dfb2] - lseq numeric overflowapnadkarni2025-06-091-0/+8
| |\ \
| | * | Add test casesapnadkarni2025-06-081-0/+8
| * | | Indentingjan.nijtmans2025-06-091-1/+1
| |/ /
* | | give tests human-readable namesdkf2025-06-065-12/+12
* | | [9a2351225c] Alternate, portable way of testing for [foreach] and [lseq] inte...dkf2025-06-061-4/+30
|\ \ \
| * | | Don't need to save the value from the subprocess in a variabledkf2025-06-051-2/+2
| * | | Alternate way of testing for no memory bloat in foreach+lseq; should be cross...dkf2025-06-051-0/+21
| * | | rewrite test to use a constraint instead of a silly result conditiondkf2025-06-051-4/+9
|/ / /
* | | Merge 9.0jan.nijtmans2025-06-047-53/+54
|\ \ \ | |/ /
| * | fix leak in lseq.testjan.nijtmans2025-06-044-49/+50
| * | Simplify tcl::build-info parsing for testConstraint'sjan.nijtmans2025-06-044-4/+4
* | | Test Tcl_GetEncodingName* functions callable via stubscore-tip-716-91apnadkarni2025-06-031-0/+10
| |/ |/|
* | Merge core-9-0-branch: TIP 716 acceptedapnadkarni2025-06-024-3/+62
|\ \ | |/
| * Merge core-9-0-branchapnadkarni2025-06-013-5/+81
| |\
| * \ Merge core-9-0-branchapnadkarni2025-05-217-9/+169
| |\ \
| * \ \ Merge 9.0core-tip-716jan.nijtmans2025-04-181-7/+7
| |\ \ \
| * | | | Fix Unix build. Add basic testsapnadkarni2025-04-143-1/+60
| * | | | Added -encoding option to execapnadkarni2025-04-122-2/+2
* | | | | Merge 9.0. Disable unsupported icu tests for valgrind as dl_load of icu muddi...apnadkarni2025-05-271-3/+8
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Disable unsupported icu tests for valgrind as dl_load of icu muddies valgrind...apnadkarni2025-05-271-3/+8
* | | | | Merge trunkapnadkarni2025-05-262-2/+73
|\ \ \ \ \
| * \ \ \ \ Merge 9.0 - Fix [7346adc50f] - memory runaway on truncated iso2022 encodingapnadkarni2025-05-262-2/+73
| |\ \ \ \ \ | | |/ / / /
| | * | | | Add table driven truncation at end testcore-apn-bug-7346adc50fapnadkarni2025-05-261-1/+11
| | * | | | Handle tcl8 and replace profiles for truncated escape encodings. Add tests.apnadkarni2025-05-262-1/+62
| | | |_|/ | | |/| |
* | | | | Merge trunkcore-apn-tip636-appl-91apnadkarni2025-05-253-31/+86
|\ \ \ \ \ | |/ / / /
| * | | | Use the sense of space-ness from the parser, not the unicode supportdkf2025-05-191-0/+7
| * | | | merge trunkdkf2025-05-152-31/+31
| |\ \ \ \
| * \ \ \ \ merge trunkdkf2025-05-131-0/+72
| |\ \ \ \ \
| * \ \ \ \ \ merge trunkdkf2025-05-051-0/+46
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge trunkdkf2025-05-024-8/+50
| |\ \ \ \ \ \ \
| * | | | | | | | Convert [try ... on ... finally ...] to use a jump tabledkf2025-04-291-0/+72
| * | | | | | | | merge trunkdkf2025-04-201-7/+7
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Add [info object creationid] to fully compiled operations; simplify some inst...dkf2025-04-141-1/+1
| * | | | | | | | | merge trunkdkf2025-03-292-2/+74
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix [while] compilation, remove a couple of useless tests (opcode changes)dkf2025-03-291-29/+5
| * | | | | | | | | | Must reset exception ranges on syntax error in assembled codedkf2025-03-291-1/+1
* | | | | | | | | | | Move new list implementations to 9.1apnadkarni2025-05-233-86/+1225
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | Implement expr in/ni for repeated and reversed list typesapnadkarni2025-05-221-0/+23