summaryrefslogtreecommitdiffstats
path: root/tests/io.test
Commit message (Expand)AuthorAgeFilesLines
* TIP #653: Handle consumed data of channel commands in case of encoding errorsjan.nijtmans2023-11-181-24/+25
|\
| * TIP #653: Handle consumed data of channel commands in case of encoding errorsjan.nijtmans2023-11-181-24/+25
| |\
| | * Add test for blocking modejan.nijtmans2023-11-141-2/+2
| | * Merge 8.7jan.nijtmans2023-11-131-3/+81
| | |\
| | * | TIP 653: adopted implementation to new text to only return "-data" if potenti...oehhar2023-11-071-10/+10
| | * | Merge core-8-branchoehhar2023-11-061-1/+1
| | |\ \
| | * \ \ Rebase to 8.7jan.nijtmans2023-08-021-27/+28
| | |\ \ \
| | | * \ \ Rebase to 8.7. Adapt "gets" the same way as "read"jan.nijtmans2023-08-011-22/+26
| | | |\ \ \
| | | | * \ \ Merge 8.7jan.nijtmans2023-07-211-16/+17
| | | | |\ \ \ | | | |/ / / /
| | | | * | | TIP #653 implementation (with a lot of corrections compared to the py-b8f575a...jan.nijtmans2023-06-151-16/+17
* | | | | | | Remove currently failing test io-52.20.1 to check right file position after f...oehhar2023-11-181-30/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Remove currently failing test io-52.20.1 to check right file position after f...oehhar2023-11-181-30/+0
* | | | | | | Merge 8.7jan.nijtmans2023-11-171-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Add "knownBug" constraint to new testcase: io-52.20.1jan.nijtmans2023-11-171-2/+2
* | | | | | | Add currently failing test io-52.20.1 to check right file position after fcop...oehhar2023-11-161-0/+31
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Bug [a173f922]: fcopy encoding error file position issues: read error test (f...oehhar2023-11-131-0/+31
| | |_|_|_|/ | |/| | | |
* | | | | | Bug [c4eb46a1]: endless loop on non blocking gets with encoding error. No add...oehhar2023-11-131-3/+81
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Bug [c4eb46a1]: non-blocking gets fires the error on 2nd call when sequence i...oehhar2023-11-131-8/+48
| * | | | | bug [c4eb46a1]: fix was effective for test sequence "A\xC3B", but not for "A\...oehhar2023-11-121-2/+21
| * | | | | Bug [c4eb46a1]: endless loop on gets, non blocking, profile strict, encoding ...oehhar2023-11-121-3/+22
* | | | | | Merge 8.7jan.nijtmans2023-11-081-4/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Correct some test numbers and descriptionsoehhar2023-11-071-4/+4
| | |_|_|/ | |/| | |
* | | | | Merge core-8-branch: documentation of read/gets/puts behaviour when throwing ...oehhar2023-11-061-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Rename test io-75.9. Current name seams to be a left-overoehhar2023-11-031-1/+1
| |/ / /
* | | | Merge 8.7jan.nijtmans2023-08-011-21/+24
|\ \ \ \ | |/ / /
| * | | testcase cleanupjan.nijtmans2023-08-011-27/+48
| |/ /
* | | Move channel close commands to -cleanup so that when the (expected) errordgp2023-07-141-2/+3
* | | Merge 8.7 - Bug [5be203d6ca] - io-7.3 failureapnadkarni2023-07-051-2/+1
|\ \ \ | |/ /
| * | Branch meant for bug-fixing [5be203d6ca]: io-7.3 and chanio-7.3 fail in debug...jan.nijtmans2023-07-031-2/+1
* | | Merge 8.7jan.nijtmans2023-07-031-1/+2
|\ \ \ | |/ /
| * | Temporary disable tests io-7.3 and chanio-7.3, which fail in debug mode. Tick...jan.nijtmans2023-07-031-1/+2
| * | Backport fix [66ffafd309]. DBCS infinite loop on invalid encodingapnadkarni2023-07-021-1/+1
* | | Bug [66ffafd309]apnadkarni2023-07-011-1/+1
* | | Merge 8.7 - fix tests - hardcoded port and wsl.apnadkarni2023-06-191-5/+6
|\ \ \ | |/ /
| * | Merge 8.6 - fix tests - hardcoded port and wsl.apnadkarni2023-06-191-5/+6
| |\ \ | | |/ | |/|
| | * Fix hardcoded port numbers causing Windows failures with hyperv. Disableapnadkarni2023-06-191-7/+10
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-3/+3
* | | Merge 8.7jan.nijtmans2023-05-301-54/+45
|\ \ \ | |/ /
| * | Backport IO-related changes from Tcl 9.0. Needed for preparation of TIP #653jan.nijtmans2023-05-301-303/+421
* | | Left-over TCL_ENCODING_STRICT, not used any more.jan.nijtmans2023-05-091-1/+3
* | | Make some tests select an encoding profile instead of relying on the default.pooryorick2023-05-041-249/+265
* | | More size_t -> Tcl_Size, missed by earlier updatesjan.nijtmans2023-04-271-1/+1
|\ \ \ | |/ /
| * | Cherry-pick: Rearrange code blocks in DoReadChars to do less work when return...jan.nijtmans2023-04-121-2/+6
* | | Fix for [25cdcb7e8fb381fb]: Incomplete utf-8 sequence followed by eofcharpooryorick2023-04-181-4/+30
* | | Fix io-75.1{4,5} on Windows. Ticket [a7a89d422a]apnadkarni2023-04-181-2/+2
* | | Make encoding profile explicit in some tests.pooryorick2023-04-171-1/+1
* | | Fix for [eabcbd08274f2d22], [read] error persists on channel with strictpooryorick2023-04-161-0/+24
* | | Fix mistake in test io-75.14 and make some spelling corrections.pooryorick2023-04-161-14/+13
* | | Extend test io-75.15 to read invalid bytes in binary mode and then use [gets] pooryorick2023-04-151-1/+10
* | | Fix for [a7a89d422a4f5dd3], Under strict encoding, [gets] returns an error in...pooryorick2023-04-151-13/+13