summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6: Bug [183a1adcc0]. Buffer overflow in Tcl_UtfToExternalapnadkarni2023-03-131-0/+40
|\
| * Bug [183a1adcc0]. Buffer overflow in Tcl_UtfToExternalapnadkarni2023-03-131-0/+35
| |
* | Backport [6fb14ee3e876978c]. Add testcasesjan.nijtmans2023-03-121-0/+12
| |
* | Fix [db7a085bd9]: encoding convertfrom -strict utf-16 accepts partial surrogatesjan.nijtmans2023-03-121-3/+9
|\ \
| * \ merge 8.7dgp2023-03-101-1/+1
| |\ \
| * \ \ Merge 8.7jan.nijtmans2023-03-091-4/+11
| |\ \ \
| * \ \ \ Merge 8.7 - winFCmd-1.24 differs in error code on Win 11apnadkarni2023-03-091-1/+2
| |\ \ \ \
| * \ \ \ \ Merge core-8-branchjan.nijtmans2023-03-082-38/+38
| |\ \ \ \ \
| * | | | | | More -Wconversion warning fixesjan.nijtmans2023-03-081-2/+2
| | | | | | |
| * | | | | | Merge 8.7 - testchmod fixesapnadkarni2023-03-073-59/+75
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-03-071-3/+3
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-03-052-6/+6
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 8.7: Bug [9c5a00c69d]. Fix ~user on Windowsapnadkarni2023-03-052-5/+71
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-03-041-4/+1
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix Valgrind "still reachable" report in TestcmdtokenCmd().pooryorick2023-03-032-6/+6
| | | | | | | | | | | |
| * | | | | | | | | | | Bug [9a978f8323]: Fix large reads > 2GBapnadkarni2023-03-031-61/+43
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Bug [9a978f8323]: crash reading large filesapnadkarni2023-03-011-61/+43
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge 8.7: Disable more file permissions tests for WSL (not supported in ↵apnadkarni2023-03-026-35/+46
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WSL/NTFS)
| * | | | | | | | | | | | | Disable file permission tests under WSL as WSL does not support Unix file ↵apnadkarni2023-03-011-18/+21
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attrs without special config
| * | | | | | | | | | | | Merge 8.7jan.nijtmans2023-02-281-0/+21
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Reverted [d156af9fb76dd2f4] and removed tests io-52.20 io-75.6 io-75.7, as thispooryorick2023-02-281-63/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit, intended to fix issue [b8f575aa2398b0e4], breaks the semantics of [read] and [gets]. Such a change would require an accepted TIP. See [b8f575aa2398b0e4] for further discussion. jn: @pouryorick See [b8f575aa2398b0e4] for the reason why this commit is not appropriate: It gets core-8-branch back in the buggy state it was, without even providing a real solution everyone agrees on. You shouldn't revert my patch just because I reverted yours. pooryorick: As I explained, the reason for this reversion is that it hard-codes an unapproved change in the semantics of [read] and [gets] into the test suite. Jan, your statement that it's a "revenge" reversion is false. I spent a month trying to find some alternative to this reversion before actually performing it. A commit that codifes in its tests changes in semantcs to [read]/[gets] simply shouldn't be on core-8-branch.
| | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7. And fix Tcl_UtfToExternal()/Tcl_ExternalToUtf() (at least - ↵jan.nijtmans2023-02-281-0/+32
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sufficient for tclZlib.c), such that it now returns an error when src and dst *both* exceed INT_MAX. To be discussed further.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge bug-fb368527ae. Bug [fb368527ae] Large string truncationapnadkarni2023-02-281-0/+26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Tests for encoding strings > 4GB (under perf constraint)apnadkarni2023-02-271-0/+26
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Fix [3d01d51bc4]: Tcl 9: Cannot write large strings to file. Also some ↵jan.nijtmans2023-02-271-0/+83
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | size_t -> Tcl_Size changes.
| | * | | | | | | | | | | | | | | Add perf constraint to large io tests to prevent memory faults on systems ↵apnadkarni2023-02-271-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with limited memory
| | * | | | | | | | | | | | | | | Also fix [90ff9b7f73] - writes of exactly 4294967295 bytesapnadkarni2023-02-261-0/+54
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Minor refactor, add testsapnadkarni2023-02-261-0/+29
| | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Fix and tests for [46dda6fc29]apnadkarni2023-02-251-4/+4
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Add tests for Bug [46dda6fc29]apnadkarni2023-02-251-0/+32
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Merge 8.7jan.nijtmans2023-02-232-16/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-02-221-5/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-02-221-2/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-02-171-1/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Final part of [10c2c17c32]: UTF-LE32 encoder mapping of surrogates. Problem ↵jan.nijtmans2023-02-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | was in testcase, not in actual code
| * | | | | | | | | | | | | | | | | | Merge 8.7jan.nijtmans2023-02-161-6/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7. Test-case onlyjan.nijtmans2023-02-151-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-02-141-2/+36
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7. Mark (new) testcase encoding-16.15 as "knownBug": still needs a fix.jan.nijtmans2023-02-131-0/+24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-02-121-0/+97
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-02-011-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Fix error introduced in [3e5e37f83b058f3d] for Tcl_UniCharToUtf, and add test.pooryorick2023-01-311-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Another situation where TCL_COMBINE handling gives a strange result (utf-32 ↵jan.nijtmans2023-01-281-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | encoder)
| * | | | | | | | | | | | | | | | | | | | | | | | Fix "format %c 0x10000041", should give the same answer as in Tcl 8.6 ↵jan.nijtmans2023-01-281-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (Handling of TCL_COMBINE flag should not be visible at script level)
| * | | | | | | | | | | | | | | | | | | | | | | | Merge 8.7jan.nijtmans2023-01-271-7/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7pooryorick2023-01-271-2/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-01-243-13/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Always output 2 hex characters in "unexpected byte sequence" exception message. jan.nijtmans2023-03-122-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make testcases io-38.3/chan-io-38.3 independant from system encoding
* | | | | | | | | | | | | | | | | | | | | | | | | | | merge 8.6dgp2023-03-101-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Make test less fragile to changing set of options.dgp2023-03-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | |