View Ticket
2025-10-11
22:05 Ticket [7033cb4fe6] Test suite error status still Closed with 3 other changes artifact: eb79196ba1 user: bohagan
21:59 Closed ticket [7033cb4fe6]. artifact: 5533127e78 user: bohagan
2025-02-24
02:29
Added package prefer latest to test scripts to work with beta releases Test script updates Fixes bug [7033cb4fe6] at https://core.tcl-lang.org/tcltls/tktview/7033cb4fe6 check-in: 8019cf96ed user: bohagan tags: trunk, main, tls-2.0
2025-02-09
12:25 New ticket [7033cb4fe6] Test suite error. artifact: 93772b9b01 user: anonymous

Ticket Hash: 7033cb4fe6a05300ccbd9618b2fda1b0ace950fa
Title: Test suite error
Status: Closed Type: Code Defect
Severity: Important Priority: Immediate
Subsystem: Resolution: Fixed
Last Modified: 2025-10-11 22:05:51
8.5 days ago
Created: 2025-02-09 12:25:39
252.9 days ago
Version Found In: 2.0b1
User Comments:
anonymous added on 2025-02-09 12:25:39:
/usr/local/src/BUILD/x86_64-linux/tcltls-2.0b1> make test
TCL_LIBRARY=`echo /usr/local/src/SOURCES/tcl8.5.19/library` LD_LIBRARY_PATH="/usr/local/src/BUILD/x86_64-linux/tcltls-2.0b1:/usr/local/src/BUILD/x86_64-linux/tcl8.5:" PATH="/usr/local/src/BUILD/x86_64-linux/tcltls-2.0b1:/usr/local/src/BUILD/x86_64-linux/tcl8.5:/home/erik/bin:/usr/local/bin:/usr/bin:/bin" TCLLIBPATH="/usr/local/src/BUILD/x86_64-linux/tcltls-2.0b1" /usr/local/src/BUILD/x86_64-linux/tcl8.5/tclsh `echo ../../../SOURCES/tcltls-2.0b1/tests/all.tcl`  \
    -load "package ifneeded tls 2.0b1 \
        [list load `echo libtls2.0b1.so` [string totitle tls]]"
invalid command name "::tls::protocols"
    while executing
"::tls::protocols"
    invoked from within
"foreach protocol [::tls::protocols] {
    ::tcltest::testConstraint $protocol 1
    ::tcltest::testConstraint !$protocol 0
}"
    (file "/usr/local/src/SOURCES/tcltls-2.0b1/tests/common.tcl" line 13)
    invoked from within
"source -encoding utf-8 [file join $path common.tcl]"
    invoked from within
"if {[file exists [file join $path common.tcl]]} {
    source -encoding utf-8 [file join $path common.tcl]
}"
    (file "../../../SOURCES/tcltls-2.0b1/tests/all.tcl" line 21)
make: *** [Makefile:295: test] Error 1

bohagan added on 2025-10-11 21:59:03:
Fixed in [8019cf96ed3346b6]. The issue since this is a beta release, a 'package prefer latest' is needed or an older version could be used.