Overview
| Artifact ID: | 7c15b596247c05c388fe9760dbc37f238bd4bf3ffdf3404cf0b397c15a71a45a |
|---|---|
| Ticket: | 6390566ecd6d3bef132bcbe0511469a5a55f505d
Testcase cmdAH-4.3.13.00DC0000.tail.utf-32.tcl8.a fails sometimes |
| User & Date: | jan.nijtmans 2023-03-17 14:41:14 |
Changes
- assignee changed to: "nobody"
- closer changed to: "nobody"
- cmimetype changed to: "text/x-fossil-wiki"
- comment changed to:
See: [https://github.com/tcltk/tcl/actions/runs/4445176974/jobs/7804063186] This testcase sometimes fails. Since I have a pretty good idea what's going on here (the same bug has already been fixed for the utf-16 decode, which was found by valgrind), let's fix this. This is not a problem introduced in the TIP #656 implementation! core-8-branch has the same problem, it just doesn't have a testcase for it. <pre> ==== cmdAH-4.3.13.00DC0000.tail.utf-32.tcl8.a encoding convertfrom -profile tcl8 utf-32 AÜ FAILED ==== Contents of test case: encoding convertfrom -profile tcl8 utf-32 AÜ ---- Result was: A\u20AC\u20AC\u20AC ---- Result should have been (exact matching): A\uDC00 ==== cmdAH-4.3.13.00DC0000.tail.utf-32.tcl8.a FAILED </pre>
- foundin changed to: "tip-656"
- is_private changed to: "0"
- login: "jan.nijtmans"
- priority changed to: "5 Medium"
- private_contact changed to: "0c50e5320704d174412e57b873d8932de15303e0"
- resolution changed to: "None"
- severity changed to: "Important"
- status changed to: "Open"
- submitter changed to: "jan.nijtmans"
- subsystem changed to: "16. Commands A-H"
- title changed to:
Testcase cmdAH-4.3.13.00DC0000.tail.utf-32.tcl8.a fails sometimes
- type changed to: "Bug"