summaryrefslogtreecommitdiffstats
path: root/tests/chanio.test
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* First part of fix for [4a7397e0b3]. Not complete yet.jan.nijtmans2023-01-241-6/+6
|\
| * Merge 9.0jan.nijtmans2023-01-241-3/+3
| |\
| | * Merge 8.7jan.nijtmans2023-01-191-3/+3
| | |\ | |_|/ |/| |
| * | Merge trunk. Make test-cases pass (again). This might indicate a bug in utf-8...jan.nijtmans2023-01-171-6/+6
| |/
| * Handle "deprecated" condition correctly in test-casesjan.nijtmans2022-12-011-2/+2
| * Merge 8.7. This also fixes [133456085a]jan.nijtmans2022-11-301-2/+2
| |\
| * | Proposed fix for [da63e4c1e]. First version, not 100% as expected yet.jan.nijtmans2022-11-231-2/+2
| * | Merge 8.7jan.nijtmans2022-11-201-0/+1
| |\ \
| * \ \ Merge 8.7jan.nijtmans2022-11-181-1/+0
| |\ \ \
| * | | | Update test resultdgp2022-10-281-1/+1
| * | | | TIP #646 correction: let "fconfigure $chan -eofchar" return a single characte...jan.nijtmans2022-10-281-7/+7
| * | | | Merge 9.0. More strict -eofchar parsingjan.nijtmans2022-10-171-2/+2
| |\ \ \ \
| * \ \ \ \ Merge 9.0. Change the default -eofchar on Windowsjan.nijtmans2022-10-171-1/+1
| |\ \ \ \ \ | | |/ / / /
| * | | | | new TIP about -eofchar handlingjan.nijtmans2022-10-161-11/+11
| |/ / / /
| * | | | Update tests for TIP 602apnadkarni2022-08-011-13/+8
* | | | | Some test-cases need -nocomplainencoding 1, because they use the fallback beh...jan.nijtmans2023-01-181-3/+3
| |_|_|/ |/| | |
* | | | Writing characters > \xFF to a binary channel is deprecated, this will start ...jan.nijtmans2022-11-231-2/+2
| |_|/ |/| |
| | |
| \ \
*-. \ \ Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no N...jan.nijtmans2022-11-201-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| | * | Bring back the common facilities of the tcltests "package", but use a lessdgp2022-11-181-0/+1
* | | | merge 8.6dgp2022-11-181-1/+0
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Test suite hygienedgp2022-11-141-1/+0
* | | Minor change to -eofchar handlingjan.nijtmans2022-10-161-58/+58
| |/ |/|
* | See [4dbfa46caa]: Remove "constraint deprecated" from failing testcases which...jan.nijtmans2022-03-181-3/+3
* | Add proper cleanup to testcasesjan.nijtmans2022-03-181-10/+20
* | Merge 8.7jan.nijtmans2022-02-071-5/+3
|\ \
* \ \ Merge 8.7jan.nijtmans2021-06-231-0/+55
|\ \ \ | |/ /
| * | eol-spacingjan.nijtmans2021-06-211-2/+2
| * | Assume chan-io-41.6 and chan-io-41.8 are UNIX-only. See [9be2726881c41893], t...jan.nijtmans2021-06-191-2/+2
| * | tests for [dcb888ed85adeb86]pooryorick2021-06-171-0/+55
* | | Merge 8.7. More parse improvement, WIPjan.nijtmans2021-05-071-1/+1
|\ \ \ | |/ /
| * | Better error-message "illegal byte sequence" when trying to read from invalid...jan.nijtmans2021-05-071-1/+1
| |\ \ | | |/
* | | Add experimental "-nothrow" option to encoding convertfrom|convertto. If com...jan.nijtmans2021-04-011-3/+5
|/ /
* | Thanks to TIP #587, convert many escapes in the testcases into the actual (UT...jan.nijtmans2021-03-301-111/+110
* | Merge 8.6jan.nijtmans2020-12-231-2/+2
|\ \ | |/
| * (cherry-pick): Repair flaws exposed by debugging test run.jan.nijtmans2020-12-231-2/+2
* | Merge 8.6. Add empty "tests/safe-stock86.test", in an attempt to remove this ...jan.nijtmans2020-12-101-1/+1
|\ \ | |/
| * Use more 0o??? syntax for octal. Clean up build *.yml filesjan.nijtmans2020-12-101-1/+1
* | TIP 590: Recommend lowercase Package Namesjan.nijtmans2020-12-041-2/+2
|\ \
| * | Fix testcases on Windows. Use more "info loaded" as appropriatejan.nijtmans2020-11-241-1/+1
| * | Merge 8.7jan.nijtmans2020-11-191-3/+4
| |\ \
| * \ \ Lesser TIP #590 implementation: Only package renaming, no code changesjan.nijtmans2020-11-061-2/+2
| |\ \ \
| | * | | Case-sensitive package namesjan.nijtmans2020-11-031-4/+4
| |/ / /
* | | | Merge 8.6jan.nijtmans2020-12-031-3/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | two more 0o??? notationsjan.nijtmans2020-12-031-2/+2
| * | | Use 0o??? notation for octal numbers in tools and testcases in stead of 0???....jan.nijtmans2020-12-031-2/+2
* | | | More ©-sign consolidationjan.nijtmans2020-11-231-1/+1
* | | | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign wh...jan.nijtmans2020-11-231-3/+3
| |_|/ |/| |
* | | Merge 8.6dkf2020-11-161-3/+4
|\ \ \ | |/ / | | / | |/ |/|