summaryrefslogtreecommitdiffstats
path: root/tests/bigdata.test
Commit message (Collapse)AuthorAgeFilesLines
* Fix for Tk [a9929f112a]apnadkarni2023-08-131-2/+2
|
* A bunch of 64 bit fixes (int->Tcl_Size) and the like.apnadkarni2023-07-281-0/+15
|\
| * Permit large scripts > INT_MAX. Not complete because compiler source line ↵apnadkarni2023-07-091-0/+13
|/ | | | tracking still limited.
* Fix [24a8c16dbd]: bigdata.test: invalid command name "testbigdata" on 32-bitjan.nijtmans2023-06-271-0/+2
|
* Merge 8.7jan.nijtmans2023-05-031-5/+5
|
* Removed the bug specific test constraint from the tests related to ↵pointsman2023-05-031-2/+0
| | | | [0306a5563c] because the bug is fixed.
* Fix for [0306a5563c].pointsman2023-05-021-0/+36
|\
| * Fix for [0306a5563c].pointsman2023-05-021-4/+3
| |
| * Updated from trunk. Simplified bug specific tests.pointsman2023-04-291-6/+6
| |\
| * | Added a test for the initial problem and another for the known remaining ↵pointsman2023-04-241-0/+37
| | | | | | | | | | | | problem.
* | | Fix [bb69c8d17e] compiled string lastapnadkarni2023-05-021-15/+12
| | |
* | | Tests for [dcac54a685]apnadkarni2023-05-011-5/+7
| | |
* | | Tests for [ad9361fd20]apnadkarni2023-05-011-2/+12
| | |
* | | Added missing bigdata constraintapnadkarni2023-05-011-1/+5
| | |
* | | Fix [27b3ce2997] - check INT_MAX limit on script lengthapnadkarni2023-04-301-1/+20
|\ \ \
| * | | Add tests. Panic on bytecode length limitapnadkarni2023-04-291-1/+20
| | |/ | |/|
* | | Merge trunkapnadkarni2023-04-271-2/+2
|\ \ \ | |/ /
| * | Test fix for [0f98bce669]apnadkarni2023-04-261-2/+2
| |/
* | More checks for exceeding max wordsapnadkarni2023-04-271-15/+7
| |
* | Fix for [7cddd2845c] (in progress)apnadkarni2023-04-261-1/+19
|/
* Fix [2e3fed53ba] - binary encode uuencodeapnadkarni2023-04-241-1/+1
|
* Fix [c719fa8716] - binary encode base64 assertion failureapnadkarni2023-04-241-1/+1
|
* Fix [9369f83649] - binary format/scan for big dataapnadkarni2023-04-241-7/+9
|
* Fix [a814ee5bbd] - string compare/equal -length for long stringsapnadkarni2023-04-241-9/+8
|
* Fix [d4ede611a7] - scan bigdataapnadkarni2023-04-241-4/+6
|\
| * Fix for bug [d4ede611a7] (scan)apnadkarni2023-04-241-4/+6
| |
* | Fix [a550f9710b] (format bigdata)apnadkarni2023-04-241-3/+48
| |
* | Merge 8.7 - [d90fee06d0] (lassign) and [203792a48c] (Utf32ToUtf)apnadkarni2023-04-231-4/+4
|/
* Bugs [4ce858a049] (lrepeat), [f4d15772f1] (foreach), [6926a21840] (lmap).apnadkarni2023-04-201-15/+21
|
* Fix [a4617c8e90] - lsearch index truncationapnadkarni2023-04-191-1/+2
|
* Fix [3c04fcdd1a] - join truncates large listsapnadkarni2023-04-191-5/+4
|
* Fix VC++ unused variable warning, lappend and join.apnadkarni2023-04-161-3/+4
|
* Add missing constraint to string-equal/compare testapnadkarni2023-04-151-1/+1
|
* Fixed bug-a498006438apnadkarni2023-04-141-16/+15
|
* Finish up list tests. Add testbigdata dict command for generating dictsapnadkarni2023-04-141-3/+25
|
* Few more bigdata testsapnadkarni2023-04-131-11/+99
|
* Fix compilation on macos, test loading on mingwapnadkarni2023-04-131-0/+5
|
* Test cases for more failuresapnadkarni2023-04-121-60/+218
|
* Add tests for binary command. Add testlutil command for speeding up list tests.apnadkarni2023-04-111-1/+127
|
* scan, reg*, subst testsapnadkarni2023-04-101-13/+77
|
* Sloooow progress on testing bigdataapnadkarni2023-04-091-41/+266
|
* A few more bigdata tests for stringsapnadkarni2023-04-081-42/+187
|
* Some very initial tests for large dataapnadkarni2023-04-041-0/+202