Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update tests to use -encodingprofile | apnadkarni | 2023-02-02 | 1 | -2/+2 |
| | |||||
* | TIP #633: configure channel about channel encoding error reporting mode | jan.nijtmans | 2022-10-09 | 1 | -4/+4 |
|\ | |||||
| * | Merge tip-346 | jan.nijtmans | 2022-10-07 | 1 | -2/+2 |
| |\ | |/ |/| | |||||
| * | TIP633 fconfigure -nocomplainencoding (TCL8.7): replace "-strictencoding 0" ↵ | oehhar | 2022-09-19 | 1 | -2/+2 |
| | | | | | | | | by "-nocomplainencoding 1". | ||||
| * | TIP633 fconfigure -strictencoding: make only "-strictencoding 0" possible on ↵ | oehhar | 2022-09-11 | 1 | -2/+2 |
| | | | | | | | | TCL 8.7 | ||||
| * | TIP633 fconfigure -strictencoding: change option name to "-strictencoding". | oehhar | 2022-09-11 | 1 | -2/+2 |
| | | |||||
| * | TIP633: fconfigure -tolerantencoding: correct/add command interface tests | oehhar | 2022-09-09 | 1 | -2/+2 |
| | | |||||
* | | Add -strictencoding option to channels. Thanks to Harald Oehlman for his ↵ | jan.nijtmans | 2022-09-22 | 1 | -2/+2 |
|/ | | | | example (largely copied). No testcases yet | ||||
* | TIP 590: Recommend lowercase Package Names | jan.nijtmans | 2020-12-04 | 1 | -1/+1 |
|\ | |||||
| * | Case-sensitive package names | jan.nijtmans | 2020-11-03 | 1 | -1/+1 |
| | | |||||
* | | More ©-sign consolidation | jan.nijtmans | 2020-11-23 | 1 | -2/+2 |
|/ | |||||
* | Add "{}" around many "expr" commands in testcases. Also in doc/expr.n | jan.nijtmans | 2020-10-30 | 1 | -4/+4 |
| | |||||
* | Let all test-cases load the "tcltest" package the same way. Depend on ↵ | jan.nijtmans | 2020-09-04 | 1 | -1/+1 |
| | | | | tcltest 2.5, since we never test with earlier tcltest versions | ||||
* | zlib.test: replaces tests/assets/zlib.bin with inlined version (creating ↵ | sebres | 2020-06-23 | 1 | -10/+34 |
| | | | | test file on demand), use temp files (instead of current directory) for interim files | ||||
* | Added two tests demonstrating that the tickets [8af92dfb66] (bad stream ↵ | aku | 2020-06-23 | 1 | -2/+58 |
| | | | | | | | | | | expansion) and [f70ce1fead] (multi-stream decoding without readahead limit shenanigans) are fixed. Verified that the tests fail with commit [4eb66645d6], just before the zlib fixes. Tweaked the zlib manpage paragraphs about -limit. Tweaked some code comments. Fixed typos in description of two unrelated zlib tests. | ||||
* | [50750c735a] Fix for uninit memory handling issue in zlib transforms. | dkf | 2017-04-25 | 1 | -1/+1 |
| | |||||
* | Fix sporadically errors in zlib-8.x and socket tests, cherry-picked from ↵ | jan.nijtmans | 2017-04-12 | 1 | -7/+7 |
| | | | | "fix-1997007" branch. Credit to "sebres"! | ||||
* | zlib.test: fix sporadic errors: | sebres | 2017-03-06 | 1 | -2/+6 |
| | | | | - zlib-9.2 hangs because of too short update, if processed another event; - zlib-8.8 wrong non-blocking pipe usage - [string length $compressed] may return sporadically values smaller as expected (< 222) | ||||
* | Might as well number tests more conventionally. | dkf | 2017-02-26 | 1 | -3/+3 |
| | |||||
* | Make tests produce more meaningful information when they fail. | dkf | 2017-02-26 | 1 | -5/+11 |
| | |||||
* | better tests for finalization | aspect | 2017-02-11 | 1 | -0/+24 |
| | |||||
* | zlib stream finalize calls deflate with no input - this case (and this case | aspect | 2017-02-11 | 1 | -0/+12 |
| | | | | | only) must be allowed. Fixes 2nd issue in [25842c161f], introduced by [c1aff52ef3] | ||||
* | Added test for bug | dkf | 2016-10-29 | 1 | -0/+19 |
| | |||||
* | Fixed bug in pushed transforms with full internal buffers not writing out. | dkf | 2016-09-06 | 1 | -0/+23 |
| | |||||
* | Make a few tests more resilient to differences in the semantics of pipes ↵ | dkf | 2016-07-24 | 1 | -4/+8 |
| | | | | between operating systems. | ||||
* | [dd260aaf72] Allow the -dictionary option to be read from a pushed transform. | dkf | 2016-06-27 | 1 | -0/+20 |
| | |||||
* | Was handling the flushing at the end of the stream wrongly. | dkf | 2016-04-04 | 1 | -4/+4 |
| | |||||
* | Working on fixing problem with short reads from compressing streams that ↵ | dkf | 2016-04-03 | 1 | -0/+18 |
| | | | | breaks PNG creation in Tk. | ||||
* | [25842c161] Prevent zero-length compress actions in [zlib] streaming API. | dkf | 2016-02-03 | 1 | -0/+6 |
| | |||||
* | Bump to zlib 2.0.1. | dgp | 2014-08-22 | 1 | -1/+1 |
| | |||||
* | Refactored much management of the BLOCKED and EOF flags into ChanRead() then | dgp | 2014-05-13 | 1 | -1/+1 |
| | | | | | | | began repairing some of the logic about them. Tests iogt-2.* now fail because they've been crafted as experiments recording the fine detail of reflected channel driver calls, and fixing the management of channel flags is changing that. zlib-8.5 also needed adjustment to reflect that an EOF set must come with an empty string read when flags are functioning properly. | ||||
* | [98c8b3ec12] Use constraint to work around failing test; it's just a bug in the | dkf | 2013-10-10 | 1 | -1/+8 |
| | | | | underlying library, and one that appears fixed in later versions. Not our fault if some OSes don't update. (It's also in a very esoteric spot.) | ||||
* | [98c8b3ec12] Make test fail in less catastrophic manner. | dkf | 2013-09-04 | 1 | -1/+4 |
| | |||||
* | typo | jan.nijtmans | 2013-09-02 | 1 | -8/+8 |
| | |||||
* | Correction to comment in re key buffer size. | dkf | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | [Bug 3603553]: Ensure that data gets written to the underlying stream by | dkf | 2013-02-11 | 1 | -0/+19 |
| | | | | | | | compressing transforms when the amount of data to be written is one buffer's-worth; problem was particularly likely to occur when compressing large quantities of not-very-compressible data. Many thanks to Piera Poggio (vampiera) for reporting. | ||||
* | TIP 400 suffered from the same segfaulting flaw as 3595576. | dgp | 2012-12-13 | 1 | -0/+14 |
| | | | Segfaulting test and fix committed. | ||||
* | verify zlib package presence and version | dkf | 2012-06-11 | 1 | -0/+3 |
| | |||||
* | more cross-testing of dictionary-powered compression; describe package ↵ | dkf | 2012-06-09 | 1 | -2/+56 |
| | | | | configuration | ||||
* | tidy up, fix test | dkf | 2012-06-09 | 1 | -4/+4 |
| | |||||
* | compressing transforms now work with dictionaries, even if raw | dkf | 2012-06-07 | 1 | -0/+16 |
| | |||||
* | making the -dictionary option work with streams | dkf | 2012-06-06 | 1 | -2/+2 |
| | |||||
* | more tests, more failures, more docs | dkf | 2012-06-06 | 1 | -9/+59 |
| | |||||
* | more test tinkering | dkf | 2012-06-05 | 1 | -3/+6 |
| | |||||
* | better test that dictionaries work | dkf | 2012-06-05 | 1 | -5/+7 |
| | |||||
* | merge trunk | dkf | 2012-06-05 | 1 | -0/+16 |
|\ | |||||
| * | [Bug 3530536]: zlib-7.4 fails on IRIX64 | jan.nijtmans | 2012-06-01 | 1 | -0/+16 |
| |\ | |||||
| | * | two more testcases, showing that only the "deflate" and "inflate" streams ↵ | jan.nijtmans | 2012-06-01 | 1 | -0/+16 |
| |/ | | | | | | | don't update the checksum, other streams do. | ||||
* | | merge trunk | dkf | 2012-05-24 | 1 | -5/+23 |
|\ \ | |/ | |||||
| * | Add test showing both loss of bytes and empty-fileevent frenzy. | ferrieux | 2012-05-20 | 1 | -0/+18 |
| | |