summaryrefslogtreecommitdiffstats
path: root/tests/io.test
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge 8.7apnadkarni2023-03-101-4/+14
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-03-091-4/+11
| |\ \ | | |/
| | * Adapt 2 testcases (io-39.16/io-39.16a), showing that "-encoding" can be short...jan.nijtmans2023-03-091-4/+11
* | | Merge 8.7 - disable tests on WSLapnadkarni2023-03-021-2/+4
|\ \ \ | |/ /
| * | Disable more file permissions tests for WSL (not supported in WSL/NTFS)apnadkarni2023-03-021-2/+4
* | | Bug [e778e3f804]. Fix error message for invalid profile name.apnadkarni2023-03-021-1/+1
* | | Merge 8.7apnadkarni2023-02-281-0/+21
|\ \ \ | |/ /
| * | Put back testcase io-52.20, and re-fix [4a7397e0b3]jan.nijtmans2023-02-281-0/+21
* | | Merge 8.7apnadkarni2023-02-281-63/+0
|\ \ \ | |/ /
| * | Reverted [d156af9fb76dd2f4] and removed tests io-52.20 io-75.6 io-75.7, as thispooryorick2023-02-281-63/+0
* | | Merge 8.7apnadkarni2023-02-241-8/+8
|\ \ \ | |/ /
| * | Merge 8.7. Adapt more testcases not to depend on the system encoding any morejan.nijtmans2023-02-221-2/+2
| |\ \
| * | | Some test-cases start failing in 9.0-compatibility-mode (-DTCL_NO_DEPRECATED)...jan.nijtmans2023-02-211-6/+6
| |/ /
* | | -strictencoding 1 -> -encodingprofile strict (since the testcases placed back...jan.nijtmans2023-02-231-8/+8
* | | Remove left-over traces of [0a74820b6d], which was merged into the apn-encodi...jan.nijtmans2023-02-231-382/+92
* | | Merge 8.7apnadkarni2023-02-151-0/+97
|\ \ \ | |/ /
| * | Proposed fix (and testcases) for [4a7397e0b3]: Tcl 9: fcopy with -strictencod...jan.nijtmans2023-02-101-0/+97
* | | Merge core-8-branchapnadkarni2023-02-071-91/+381
|\ \ \
| * | | Fix test io-75.14.pooryorick2023-02-041-1/+1
| * | | Fix for [b8f575aa2398b0e4] and [154ed7ce564a7b4c], double-[read]/[gets] pooryorick2023-02-031-90/+380
| |\ \ \ | | |/ / | |/| |
| | * | Fix for [b8f575aa2398b0e4] and [154ed7ce564a7b4c], double-[read]/[gets]pooryorick2023-02-021-158/+292
| | * | For [read] and [gets] encoding errors, use "-result read" in return options pooryorick2023-01-081-45/+96
| | * | Merge py-b8f575aa23: Fix for [154ed7ce56], Tcl 9: [gets] on -strictencoding 1...pooryorick2023-01-021-2/+30
| | * | Add test for [gets] in non-strict mode after an encoding error.pooryorick2022-12-301-0/+22