Posted to tcl by Stu at Sat Jan 17 00:15:42 GMT 2009view raw
- ---- checking for database... no
- ---- checking for Tcl installs... no
- ---- checking for Mono... yes
- ---- checking for assembly "Microsoft.Office.Interop.Excel"... no
- ---- checking for file "/tmp/q/Eagle/images/logo.png"... no
- ---- checking for file "/tmp/q/Eagle/lib/Plugin/plugin.dll"... no
- ---- checking for file "/tmp/q/Eagle/bin/sample.exe"... no
- ---- checking for platform... Unix
- ---- checking for Eagle... yes
- ---- checking for TIP #127... yes
- ---- checking for TIP #194... yes
- ---- checking for TIP #241... yes
- ---- checking for TIP #285... yes
- ---- checking for language version... 8.4
- ---- checking for interactive user... yes
- ---- STARTED 01/16/2009 19:05:27
- ---- aplus-1.1 start
- ++++ aplus-1.1 PASSED
- ---- append-1.1 start
- ++++ append-1.1 PASSED
- ---- append-1.2 start
- ++++ append-1.2 PASSED
- ---- append-1.3 start
- ++++ append-1.3 PASSED
- ---- append-2.1 start
- ++++ append-2.1 PASSED
- ---- append-3.1 start
- ++++ append-3.1 PASSED
- ---- append-3.2 start
- ++++ append-3.2 PASSED
- ---- append-3.3 start
- ++++ append-3.3 PASSED
- ---- append-4.1 start
- ++++ append-4.1 PASSED
- ---- append-4.2 start
- ++++ append-4.2 PASSED
- ---- append-4.3 start
- ++++ append-4.3 PASSED
- ---- append-4.4 start
- ++++ append-4.4 PASSED
- ---- append-4.5 start
- ++++ append-4.5 PASSED
- ---- append-4.6 start
- ++++ append-4.6 PASSED
- ---- append-4.7 start
- ++++ append-4.7 PASSED
- ---- append-4.8 start
- ++++ append-4.8 PASSED
- ---- append-4.9 start
- ++++ append-4.9 PASSED
- ---- append-4.10 start
- ++++ append-4.10 PASSED
- ---- append-4.11 start
- ++++ append-4.11 PASSED
- ---- append-4.12 start
- ++++ append-4.12 PASSED
- ---- append-4.13 start
- ++++ append-4.13 PASSED
- ---- append-4.14 start
- ++++ append-4.14 PASSED
- ---- append-4.15 start
- ++++ append-4.15 PASSED
- ---- append-4.16 start
- ++++ append-4.16 PASSED
- ---- append-4.17 start
- ++++ append-4.17 PASSED
- ---- append-4.18 start
- ++++ append-4.18 PASSED
- ---- append-4.19 start
- ++++ append-4.19 PASSED
- ---- append-4.20 start
- ++++ append-4.20 PASSED
- ---- append-4.21 start
- ++++ append-4.21 PASSED
- ---- append-4.22 start
- ++++ append-4.22 PASSED
- ---- append-5.1 start
- ++++ append-5.1 PASSED
- ---- append-6.1 start
- ++++ append-6.1 PASSED
- ---- append-6.2 start
- ++++ append-6.2 PASSED
- ---- apply-1.1 start
- ++++ apply-1.1 PASSED
- ---- apply-1.2 start
- ++++ apply-1.2 PASSED
- ---- array-1.1 start
- ++++ array-1.1 PASSED
- ---- array-1.2 start
- ==== array-1.2 array get FAILED
- ==== Contents of test case:
- array get x
- ---- Result was:
- cab 312 bca 231 cc 33 a 1 b 2 c 3 bb 22 abc 123 aa 11
- ---- Result should have been (Exact matching):
- a 1 b 2 c 3 aa 11 bb 22 cc 33 abc 123 bca 231 cab 312
- ==== array-1.2 FAILED
- ---- array-1.3 start
- ==== array-1.3 array get glob mode FAILED
- ==== Contents of test case:
- array get x b*
- ---- Result was:
- bca 231 b 2 bb 22
- ---- Result should have been (Exact matching):
- b 2 bb 22 bca 231
- ==== array-1.3 FAILED
- ---- array-1.4 start
- ++++ array-1.4 PASSED
- ---- array-1.5 start
- ==== array-1.5 array names glob mode FAILED
- ==== Contents of test case:
- array names x -glob a*
- ---- Result was:
- a abc aa
- ---- Result should have been (Exact matching):
- a aa abc
- ==== array-1.5 FAILED
- ---- array-1.6 start
- ==== array-1.6 array names regexp mode FAILED
- ==== Contents of test case:
- array names x -regexp a.*
- ---- Result was:
- cab bca a abc aa
- ---- Result should have been (Exact matching):
- a aa abc bca cab
- ==== array-1.6 FAILED
- ---- array2-1.1 start
- ++++ array2-1.1 PASSED
- ---- array2-1.2 start
- ++++ array2-1.2 PASSED
- ++++ subst-1.1 SKIPPED: !tcl84
- ++++ subst-1.2 SKIPPED: tcl
- ---- subst-1.3 start
- ++++ subst-1.3 PASSED
- ---- base64-1.1 start
- ++++ base64-1.1 PASSED
- ---- basic-1.1 start
- ++++ basic-1.1 PASSED
- ---- basic-1.2 start
- ++++ basic-1.2 PASSED
- ---- basic-1.3 start
- ++++ basic-1.3 PASSED
- ---- basic-1.4 start
- ++++ basic-1.4 PASSED
- ---- basic-1.5 start
- ++++ basic-1.5 PASSED
- ---- basic-1.6 start
- ++++ basic-1.6 PASSED
- ---- basic-1.7 start
- ++++ basic-1.7 PASSED
- ---- script: set x 0; unset x, qty: 10
- ---- actual: 300 microseconds per iteration
- ---- expected: 150.0 microseconds per iteration
- ---- benchmark-1.1 start
- ==== benchmark-1.1 set/unset FAILED
- ==== Contents of test case:
- time_x {set x 0; unset x} $qty [lindex $times 0]
- ---- Result was:
- 0
- ---- Result should have been (Exact matching):
- 1
- ==== benchmark-1.1 FAILED
- ++++ benchmark-1.2 SKIPPED: !tcl84
- ---- script: expr {2 + 2 ** 10}, qty: 10
- ---- actual: 400 microseconds per iteration
- ---- expected: 200.0 microseconds per iteration
- ---- benchmark-1.2.1 start
- ==== benchmark-1.2.1 simple expr FAILED
- ==== Contents of test case:
- time_x {expr {2 + 2 ** 10}} $qty [lindex $times 1]
- ---- Result was:
- 0
- ---- Result should have been (Exact matching):
- 1
- ==== benchmark-1.2.1 FAILED
- ---- script: clock format [clock seconds], qty: 10
- ---- actual: 700 microseconds per iteration
- ---- expected: 1200.0 microseconds per iteration
- ---- benchmark-1.3 start
- ++++ benchmark-1.3 PASSED
- ---- script: string repeat test 1000, qty: 10
- ---- actual: 700 microseconds per iteration
- ---- expected: 200.0 microseconds per iteration
- ---- benchmark-1.4 start
- ==== benchmark-1.4 string repeat FAILED
- ==== Contents of test case:
- time_x {string repeat test 1000} $qty [lindex $times 3]
- ---- Result was:
- 0
- ---- Result should have been (Exact matching):
- 1
- ==== benchmark-1.4 FAILED
- ---- script: nop, qty: 10
- ---- actual: 100 microseconds per iteration
- ---- expected: 100.0 microseconds per iteration
- ---- benchmark-1.5 start
- ++++ benchmark-1.5 PASSED
- ---- script: nop 1 2 3 4, qty: 10
- ---- actual: 100 microseconds per iteration
- ---- expected: 300.0 microseconds per iteration
- ---- benchmark-1.6 start
- ++++ benchmark-1.6 PASSED
- ---- script: proc_nop, qty: 10
- ---- actual: 100 microseconds per iteration
- ---- expected: 100.0 microseconds per iteration
- ---- benchmark-1.7 start
- ++++ benchmark-1.7 PASSED
- ---- script: proc_nop_args, qty: 10
- ---- actual: 200 microseconds per iteration
- ---- expected: 100.0 microseconds per iteration
- ---- benchmark-1.8 start
- ==== benchmark-1.8 args-capable proc dispatch FAILED
- ==== Contents of test case:
- time_x {proc_nop_args} $qty [lindex $times 7]
- ---- Result was:
- 0
- ---- Result should have been (Exact matching):
- 1
- ==== benchmark-1.8 FAILED
- ---- script: proc_nop_args 1 2 3 4, qty: 10
- ---- actual: 200 microseconds per iteration
- ---- expected: 100.0 microseconds per iteration
- ---- benchmark-1.9 start
- ==== benchmark-1.9 proc dispatch with simple arguments FAILED
- ==== Contents of test case:
- time_x {proc_nop_args 1 2 3 4} $qty [lindex $times 8]
- ---- Result was:
- 0
- ---- Result should have been (Exact matching):
- 1
- ==== benchmark-1.9 FAILED
- ---- script: eval proc_nop_args 1 2 3 4, qty: 10
- ---- actual: 500 microseconds per iteration
- ---- expected: 350.0 microseconds per iteration
- ---- benchmark-1.10 start
- ==== benchmark-1.10 proc dispatch with simple arguments via eval FAILED
- ==== Contents of test case:
- time_x {eval proc_nop_args 1 2 3 4} $qty [lindex $times 9]
- ---- Result was:
- 0
- ---- Result should have been (Exact matching):
- 1
- ==== benchmark-1.10 FAILED
- ---- script: proc_nop_return, qty: 10
- ---- actual: 300 microseconds per iteration
- ---- expected: 100.0 microseconds per iteration
- ---- benchmark-1.11 start
- ==== benchmark-1.11 proc/return dispatch FAILED
- ==== Contents of test case:
- time_x {proc_nop_return} $qty [lindex $times 10]
- ---- Result was:
- 0
- ---- Result should have been (Exact matching):
- 1
- ==== benchmark-1.11 FAILED
- ---- script: proc_global, qty: 10
- ---- actual: 500 microseconds per iteration
- ---- expected: 300.0 microseconds per iteration
- ---- benchmark-1.12 start
- ==== benchmark-1.12 proc/return dispatch with global variable FAILED
- ==== Contents of test case:
- time_x {proc_global} $qty [lindex $times 11]
- ---- Result was:
- 0
- ---- Result should have been (Exact matching):
- 1
- ==== benchmark-1.12 FAILED
- ---- script: catch {error test} x, qty: 10
- ---- actual: 1400 microseconds per iteration
- ---- expected: 400.0 microseconds per iteration
- ---- benchmark-1.13 start
- ==== benchmark-1.13 caught error FAILED
- ==== Contents of test case:
- time_x {catch {error test} x} $qty [lindex $times 12]
- ---- Result was:
- 0
- ---- Result should have been (Exact matching):
- 1
- ==== benchmark-1.13 FAILED
- ---- script: cd ~; cd [file dirname [pwd]], qty: 10