Tk Library Source Code

Artifact [1e6251f8bc]
Login

Artifact 1e6251f8bc41c22234209202009c1df1248026fe:

Attachment "LOG" to ticket [620612ffff] added by andreas_kupries 2002-10-09 12:37:37.
tcllib tests
Tests running in working dir:  /home/tcl/sf-work/tcllib-work/tcllib
Only sourcing test files that match:  *.test
Tests began at Tue Oct 08 22:27:50 PDT 2002
Module:	crc
modules/crc/cksum.test
modules/crc/crc16.test

==== crc16-4.0 crc16 file option FAILED
==== Contents of test case:

    set r1 [::crc::crc16 -file $crc::testfile]
    set r2 [::crc::crc16 [crc::loaddata $crc::testfile]]
    if {$r1 != $r2} {
        set r "differing results: $r1 != $r2"
    } else {
        set r ok
    }

==== Test generated error:
wrong # args: should be "lindex list index"
---- Result should have been:
ok
==== crc16-4.0 FAILED


==== crc16-7.2 crc-32 from the crc16 algorithms FAILED
==== Contents of test case:

	::crc::crc-32 -format 0x%X $msg
    
---- Result was:
0x206AF85B
---- Result should have been:
0xCBF43926
==== crc16-7.2 FAILED


==== crc16-7.3 crc-32 from the crc16 algorithms FAILED
==== Contents of test case:

	::crc::crc-32 -format 0x%X $msg
    
---- Result was:
0xCADBBEC2
---- Result should have been:
0x352441C2
==== crc16-7.3 FAILED


==== crc16-7.4 crc-32 from the crc16 algorithms FAILED
==== Contents of test case:

	::crc::crc-32 -format 0x%X $msg
    
---- Result was:
0xA37CFC48
---- Result should have been:
0xA3830348
==== crc16-7.4 FAILED


==== crc16-7.5 crc-32 from the crc16 algorithms FAILED
==== Contents of test case:

	::crc::crc-32 -format 0x%X $msg
    
---- Result was:
0xD48C5CFE
---- Result should have been:
0x876633F
==== crc16-7.5 FAILED


==== crc16-7.8 crc-32 from the crc16 algorithms FAILED
==== Contents of test case:

	::crc::crc-32 -format 0x%X $msg
    
---- Result was:
0xB017111A
---- Result should have been:
0xB0E8EEE5
==== crc16-7.8 FAILED

modules/crc/crc32.test
modules/crc/sum.test


Tests ended at Tue Oct 08 22:27:50 PDT 2002
all.tcl:	Total	91	Passed	85	Skipped	0	Failed	6
Sourced 4 Test Files.
Files with failing tests: crc/crc16.test