summaryrefslogtreecommitdiffstats
path: root/tests/chanio.test
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate "-encoding binary" in all test-casesjan.nijtmans2024-06-241-27/+24
|\
| * Eliminate "-encoding binary" as much as possible in testcasesjan.nijtmans2024-06-241-25/+22
| |
* | Test cases: no unneccessary "chan configure" statements, remove now obsolete ↵jan.nijtmans2024-06-231-14/+0
| | | | | | | | comment
* | Since -eofchar {} is the default already, no need to specify this over and ↵jan.nijtmans2024-06-221-67/+67
| | | | | | | | over again in testcases
* | Revise use of "-translation binary" in testcases: Use it where useful, don't ↵jan.nijtmans2024-06-211-10/+10
|\ \ | |/ | | | | use it any more where misleading
| * Revise use of "-translation binary" in testcases: Use it where usefull, ↵jan.nijtmans2024-06-211-10/+10
| |\ | | | | | | | | | don't use it any more where misleading
| | * Revise use of "-translation binary" in testcases: Use it where usefull, ↵jan.nijtmans2024-06-211-12/+12
| | | | | | | | | | | | don't use it any more where misleading
* | | Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-191-2/+2
|\ \ \ | |/ /
| * | Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-191-2/+2
| |\ \
| | * | Change "channelId" to "channel" in documentation, error-handling and testcasesjan.nijtmans2024-06-171-2/+2
| |/ / |/| |
* | | Merge 8.7jan.nijtmans2024-03-131-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2024-03-121-1/+1
| |\ \ | | |/
| | * skip extensive IO-aggressive tests, be gentle with users and CIs env ↵sebres2024-03-121-1/+1
| | | | | | | | | | | | (especially SSD, let alone our surroundings)
| | * Backport [66ffafd309]: Truncated encoding for DBCS results in infinite loop ↵jan.nijtmans2023-07-051-1/+1
| | | | | | | | | | | | and running out of memory
* | | Merge 8.7jan.nijtmans2023-08-011-0/+1
|\ \ \ | |/ /
| * | testcase cleanupjan.nijtmans2023-08-011-4/+6
| | |
* | | Same fix in chanio.testdgp2023-07-141-1/+2
| | |
* | | 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 ↵jan.nijtmans2023-07-031-2/+1
| | | | | | | | | | | | debug mode
* | | Merge 8.7jan.nijtmans2023-07-031-1/+2
|\ \ \ | |/ /
| * | Fix testcase (broken by previous commit)jan.nijtmans2023-07-031-1/+1
| | |
| * | Fix comment (missing ticket ID)jan.nijtmans2023-07-031-1/+1
| | |
| * | Temporary disable tests io-7.3 and chanio-7.3, which fail in debug mode. ↵jan.nijtmans2023-07-031-2/+3
| | | | | | | | | | | | Ticket [5be203d6ca] created.
| * | 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-5/+6
| | | | | | | | | file perm test for WSL.
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-4/+6
| | | | | | | | | corrections in history.tcl and tcltest.test.
* | | Make some tests select an encoding profile instead of relying on the default.pooryorick2023-05-041-1/+1
| | |
* | | Correct spelling errors in comments and documentation, but also a ↵pooryorick2023-04-121-4/+6
|\ \ \ | |/ / | | | | | | non-comment corrections in history.tcl and tcltest.test.
| * | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-4/+6
| | | | | | | | | corrections in history.tcl and tcltest.test.
* | | Remove obsolete comments.pooryorick2023-04-061-1/+0
| | |
* | | Further fix for [fa3d9fd818fa0072]. In ChannelState.encoding, NULL no longerpooryorick2023-04-061-2/+3
| | | | | | | | | represents the binary encoding.
* | | Merge 8.7jan.nijtmans2023-04-041-1/+1
|\ \ \ | |/ /
| * | Starting with [51d813943bcaf835], chan-io-52.10 and io-52.10 are failing on ↵jan.nijtmans2023-04-041-1/+1
| | | | | | | | | | | | the Windows (with Visual Studio) environment. For now, disable the testcases.
* | | Fix for [fa3d9fd818fa0072], [fcopy $chan1 $chan2 -size $size] is not [putspooryorick2023-04-031-8/+13
| | | | | | | | | -nonewline $chan2 [read $chan1 -size $size].
* | | Merge 8.7jan.nijtmans2023-03-281-1/+1
|\ \ \ | |/ /
| * | Merge 8.7. Go back to lowercase for POSIX err-messagesjan.nijtmans2023-03-271-7/+7
| |\ \
| * \ \ Merge 8.7jan.nijtmans2023-03-261-1/+1
| |\ \ \ | | |/ /
| * | | Experimental fix for [fa128568a5]: EOVERFLOW does not necessarily mean "file ↵jan.nijtmans2023-03-251-8/+8
| |/ / | | | | | | | | | | | | too big" Let's synchronize the POSIX error-messages with what Linux gives nowadays.
* | | Merge 8.7jan.nijtmans2023-03-201-1/+1
|\ \ \ | |/ /
| * | Fix [bdcb5126c0]: Failed assertion in test chan-io-7.3jan.nijtmans2023-03-201-1/+1
| | |
* | | Merge 8.7jan.nijtmans2023-03-201-1/+1
|\ \ \ | |/ /
| * | Fix [d7fd37ebd9]: handling leftover prefix in table encodingjan.nijtmans2023-03-201-1/+1
| |\ \
| | * | Possible fix for [d7fd37ebd9]: handling leftover prefix in table encodingjan.nijtmans2023-03-191-1/+1
| |/ /
| * | Change -encodingprofile to -profileapnadkarni2023-03-161-3/+3
| | |
| * | Merge 8.7apnadkarni2023-03-141-1/+1
| |\ \
| * \ \ Merge 8.7jan.nijtmans2023-03-081-11/+11
| |\ \ \
| * \ \ \ Merge 8.7 - disable tests on WSLapnadkarni2023-03-021-2/+4
| |\ \ \ \