summaryrefslogtreecommitdiffstats
path: root/tests/io.test
Commit message (Expand)AuthorAgeFilesLines
* merge 8.6dgp2023-12-181-1/+1
|\
| * Restore [removeFile script]. It is needed in this branch.dgp2023-12-181-1/+1
| * (cherry-pick) test suite debuggingjan.nijtmans2023-12-151-286/+286
| * Backport [66ffafd309]: Truncated encoding for DBCS results in infinite loop a...jan.nijtmans2023-07-051-1/+1
* | Merge 8.6jan.nijtmans2023-12-151-1/+1
* | Merge core-8-branchoehhar2023-11-201-54/+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
| * | | | | | | Add "knownBug" constraint to new testcase: io-52.20.1jan.nijtmans2023-11-171-2/+2
* | | | | | | | Bug [a173f922]: fix bug: fcopy does not write leading correct chars on later ...oehhar2023-11-201-1/+52
|/ / / / / / /
* | | | | | | Bug [a173f922]: fcopy encoding error file position issues: read error test (f...oehhar2023-11-131-0/+31
| |_|_|_|/ / |/| | | | |
* | | | | | 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
* | | | | | Correct some test numbers and descriptionsoehhar2023-11-071-4/+4
| |_|_|/ / |/| | | |
* | | | | Rename test io-75.9. Current name seams to be a left-overoehhar2023-11-031-1/+1
|/ / / /
* | | | testcase cleanupjan.nijtmans2023-08-011-27/+48
|/ / /
* | | Branch meant for bug-fixing [5be203d6ca]: io-7.3 and chanio-7.3 fail in debug...jan.nijtmans2023-07-031-2/+1
* | | 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
* | | 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
* | Backport IO-related changes from Tcl 9.0. Needed for preparation of TIP #653jan.nijtmans2023-05-301-303/+421
* | Cherry-pick: Rearrange code blocks in DoReadChars to do less work when return...jan.nijtmans2023-04-121-2/+6
* | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-3/+3
* | Starting with [51d813943bcaf835], chan-io-52.10 and io-52.10 are failing on ...jan.nijtmans2023-04-041-1/+1
* | Fix for [9ca87e6286262a62], sync fcopy buffers input in ReadChars().pooryorick2023-04-041-1/+27
* | Merge 8.7. Go back to lowercase for POSIX err-messagesjan.nijtmans2023-03-271-17/+17
|\ \
* \ \ Merge 8.7jan.nijtmans2023-03-261-1/+1
|\ \ \ | |/ /
* | | Experimental fix for [fa128568a5]: EOVERFLOW does not necessarily mean "file ...jan.nijtmans2023-03-251-18/+18
|/ /
* | Remove knownProfileBug constraint: this is already fixedjan.nijtmans2023-03-221-4/+1
* | Some test-cases, which test for partial read without throwing EILSEQ immediat...jan.nijtmans2023-03-211-5/+5
* | Proposed fix for [1bedc53c8c]: synchronous [read] with -strictencoding does n...jan.nijtmans2023-03-201-0/+16
* | Proposed fix for [154ed7ce56]: Tcl 9: [gets] on -strictencoding 1 configured ...jan.nijtmans2023-03-201-2/+18
* | Fix [bdcb5126c0]: Failed assertion in test chan-io-7.3jan.nijtmans2023-03-201-1/+1
* | Fix [d7fd37ebd9]: handling leftover prefix in table encodingjan.nijtmans2023-03-201-1/+1
* | Change -encodingprofile to -profileapnadkarni2023-03-161-22/+22
* | Merge 8.7apnadkarni2023-03-141-2/+2
|\ \
| * | Always output 2 hex characters in "unexpected byte sequence" exception message. jan.nijtmans2023-03-121-1/+1
| * | merge 8.6dgp2023-03-101-1/+1
| |\ \ | | |/
| | * Make test less fragile to changing set of options.dgp2023-03-101-1/+1