summaryrefslogtreecommitdiffstats
path: root/tests/chanio.test
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate "-encoding binary" as much as possible in testcasesjan.nijtmans2024-06-241-25/+22
|
* 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
|\ \
| * | 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.7jan.nijtmans2023-08-011-0/+1
| |\ \
| * | | Same fix in chanio.testdgp2023-07-141-1/+2
| | | |
| * | | Merge 8.7 - Bug [5be203d6ca] - io-7.3 failureapnadkarni2023-07-051-2/+1
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2023-07-031-1/+2
| |\ \ \ \
| * | | | | Bug [66ffafd309]apnadkarni2023-07-011-1/+1
| | | | | |
| * | | | | Merge 8.7 - fix tests - hardcoded port and wsl.apnadkarni2023-06-191-5/+6
| |\ \ \ \ \
| * | | | | | 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.
| * | | | | | | 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
| |\ \ \ \ \ \ \
| * | | | | | | | 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.7jan.nijtmans2023-03-201-1/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-03-201-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Change -encodingprofile to -profileapnadkarni2023-03-161-3/+3
| | | | | | | | | | | |
| * | | | | | | | | | | Merge 9.0. Also ckalloc -> Tcl_Alloc and ckfree -> Tcl_Freejan.nijtmans2023-03-121-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-03-121-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2023-03-081-11/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | Merge core-8-branchjan.nijtmans2023-03-081-11/+11
| | |\ \ \ \ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ \ \ \ Merge 9.0 - disable file perms tests on wslapnadkarni2023-03-021-2/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | Merge 8.7: Disable more file permissions tests for WSL (not supported in ↵apnadkarni2023-03-021-2/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WSL/NTFS)
| * | | | | | | | | | | | | | | Tests pass modulo couple of differences in Tcl 8 and 9 default behavior to ↵apnadkarni2023-02-251-3/+3
| |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be discussed (tickets logged)
| * | | | | | | | | | | | | | Merge 8.7jan.nijtmans2023-02-231-8/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-01-241-6/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 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
* | | | | | | | | | | | | | | | testcase cleanupjan.nijtmans2023-08-011-4/+6
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Branch meant for bug-fixing [5be203d6ca]: io-7.3 and chanio-7.3 fail in ↵jan.nijtmans2023-07-031-2/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | debug mode
* | | | | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | 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.
* | | | | | | | | | | | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-4/+6
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | corrections in history.tcl and tcltest.test.
* | | | | | | | | | | 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.
* | | | | | | | | | 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.
* | | | | | | | | 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
|\ \ \ \ \ \ \ \