Tcl Library Source Code

Ticket Change Details
Login
Overview

Artifact ID: 7a8756171261f5df11c9cd16bf9a717ee4a3cdb6da53943a35375cbab8b4319e
Ticket: dc1e1ba10ec786bbafcf5bf75def9b5ab6f14199
yencode-1.0 failure w/Tcl 9.0 (trunk)
User & Date: anonymous 2023-11-15 00:54:19
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. comment changed to:
    Platform: Linux
    
    
    @@ Testsuite modules/base64/yencode.test
    @@ StartFile 1699998934
    - tcllib::testutils 1.2
    * yencode 1.1.4
    > pure tcl
    ---- yencode-1.0 start
    
    
    ==== yencode-1.0 yencode yEnc test file FAILED
    ==== Contents of test case:
    
        set enc [::yencode::yencode -file $datafile]
        set dec [::yencode::ydecode $enc]
        set chk [::yencode::loaddata $datafile]
        string equal $dec $chk
    
    ---- Test generated error; Return code was: 1
    ---- Return code should have been one of: 0 2
    ---- errorInfo: error reading "file5": invalid or incomplete multibyte or wide character
        while executing
    "read $f"
        (procedure "::yencode::loaddata" line 4)
        invoked from within
    "::yencode::loaddata $datafile"
        ("uplevel" body line 4)
        invoked from within
    "uplevel 1 $script"
    ---- errorCode: POSIX EILSEQ {invalid or incomplete multibyte or wide character}
    ==== yencode-1.0 FAILED
    
  4. foundin changed to: "1.1.4"
  5. is_private changed to: "0"
  6. login: "anonymous"
  7. mimetype: "text/plain"
  8. priority changed to: "5 Medium"
  9. private_contact changed to: "21780c4e03cc5884af69addd6efc1b71c50d9818"
  10. resolution changed to: "None"
  11. severity changed to: "Important"
  12. status changed to: "Open"
  13. submitter changed to: "anonymous"
  14. subsystem changed to: "base64"
  15. title changed to: "yencode-1.0 failure w/Tcl 9.0 (trunk)"
  16. type changed to: "Bug"