Posted to tcl by Stu at Sat Jan 17 00:15:42 GMT 2009view raw

  1. ---- checking for database... no
  2. ---- checking for Tcl installs... no
  3. ---- checking for Mono... yes
  4. ---- checking for assembly "Microsoft.Office.Interop.Excel"... no
  5. ---- checking for file "/tmp/q/Eagle/images/logo.png"... no
  6. ---- checking for file "/tmp/q/Eagle/lib/Plugin/plugin.dll"... no
  7. ---- checking for file "/tmp/q/Eagle/bin/sample.exe"... no
  8. ---- checking for platform... Unix
  9. ---- checking for Eagle... yes
  10. ---- checking for TIP #127... yes
  11. ---- checking for TIP #194... yes
  12. ---- checking for TIP #241... yes
  13. ---- checking for TIP #285... yes
  14. ---- checking for language version... 8.4
  15. ---- checking for interactive user... yes
  16. ---- STARTED 01/16/2009 19:05:27
  17. ---- aplus-1.1 start
  18. ++++ aplus-1.1 PASSED
  19. ---- append-1.1 start
  20. ++++ append-1.1 PASSED
  21. ---- append-1.2 start
  22. ++++ append-1.2 PASSED
  23. ---- append-1.3 start
  24. ++++ append-1.3 PASSED
  25. ---- append-2.1 start
  26. ++++ append-2.1 PASSED
  27. ---- append-3.1 start
  28. ++++ append-3.1 PASSED
  29. ---- append-3.2 start
  30. ++++ append-3.2 PASSED
  31. ---- append-3.3 start
  32. ++++ append-3.3 PASSED
  33. ---- append-4.1 start
  34. ++++ append-4.1 PASSED
  35. ---- append-4.2 start
  36. ++++ append-4.2 PASSED
  37. ---- append-4.3 start
  38. ++++ append-4.3 PASSED
  39. ---- append-4.4 start
  40. ++++ append-4.4 PASSED
  41. ---- append-4.5 start
  42. ++++ append-4.5 PASSED
  43. ---- append-4.6 start
  44. ++++ append-4.6 PASSED
  45. ---- append-4.7 start
  46. ++++ append-4.7 PASSED
  47. ---- append-4.8 start
  48. ++++ append-4.8 PASSED
  49. ---- append-4.9 start
  50. ++++ append-4.9 PASSED
  51. ---- append-4.10 start
  52. ++++ append-4.10 PASSED
  53. ---- append-4.11 start
  54. ++++ append-4.11 PASSED
  55. ---- append-4.12 start
  56. ++++ append-4.12 PASSED
  57. ---- append-4.13 start
  58. ++++ append-4.13 PASSED
  59. ---- append-4.14 start
  60. ++++ append-4.14 PASSED
  61. ---- append-4.15 start
  62. ++++ append-4.15 PASSED
  63. ---- append-4.16 start
  64. ++++ append-4.16 PASSED
  65. ---- append-4.17 start
  66. ++++ append-4.17 PASSED
  67. ---- append-4.18 start
  68. ++++ append-4.18 PASSED
  69. ---- append-4.19 start
  70. ++++ append-4.19 PASSED
  71. ---- append-4.20 start
  72. ++++ append-4.20 PASSED
  73. ---- append-4.21 start
  74. ++++ append-4.21 PASSED
  75. ---- append-4.22 start
  76. ++++ append-4.22 PASSED
  77. ---- append-5.1 start
  78. ++++ append-5.1 PASSED
  79. ---- append-6.1 start
  80. ++++ append-6.1 PASSED
  81. ---- append-6.2 start
  82. ++++ append-6.2 PASSED
  83. ---- apply-1.1 start
  84. ++++ apply-1.1 PASSED
  85. ---- apply-1.2 start
  86. ++++ apply-1.2 PASSED
  87. ---- array-1.1 start
  88. ++++ array-1.1 PASSED
  89. ---- array-1.2 start
  90.  
  91. ==== array-1.2 array get FAILED
  92. ==== Contents of test case:
  93.  
  94. array get x
  95.  
  96. ---- Result was:
  97. cab 312 bca 231 cc 33 a 1 b 2 c 3 bb 22 abc 123 aa 11
  98. ---- Result should have been (Exact matching):
  99. a 1 b 2 c 3 aa 11 bb 22 cc 33 abc 123 bca 231 cab 312
  100. ==== array-1.2 FAILED
  101. ---- array-1.3 start
  102.  
  103. ==== array-1.3 array get glob mode FAILED
  104. ==== Contents of test case:
  105.  
  106. array get x b*
  107.  
  108. ---- Result was:
  109. bca 231 b 2 bb 22
  110. ---- Result should have been (Exact matching):
  111. b 2 bb 22 bca 231
  112. ==== array-1.3 FAILED
  113. ---- array-1.4 start
  114. ++++ array-1.4 PASSED
  115. ---- array-1.5 start
  116.  
  117. ==== array-1.5 array names glob mode FAILED
  118. ==== Contents of test case:
  119.  
  120. array names x -glob a*
  121.  
  122. ---- Result was:
  123. a abc aa
  124. ---- Result should have been (Exact matching):
  125. a aa abc
  126. ==== array-1.5 FAILED
  127. ---- array-1.6 start
  128.  
  129. ==== array-1.6 array names regexp mode FAILED
  130. ==== Contents of test case:
  131.  
  132. array names x -regexp a.*
  133.  
  134. ---- Result was:
  135. cab bca a abc aa
  136. ---- Result should have been (Exact matching):
  137. a aa abc bca cab
  138. ==== array-1.6 FAILED
  139. ---- array2-1.1 start
  140. ++++ array2-1.1 PASSED
  141. ---- array2-1.2 start
  142. ++++ array2-1.2 PASSED
  143. ++++ subst-1.1 SKIPPED: !tcl84
  144. ++++ subst-1.2 SKIPPED: tcl
  145. ---- subst-1.3 start
  146. ++++ subst-1.3 PASSED
  147. ---- base64-1.1 start
  148. ++++ base64-1.1 PASSED
  149. ---- basic-1.1 start
  150. ++++ basic-1.1 PASSED
  151. ---- basic-1.2 start
  152. ++++ basic-1.2 PASSED
  153. ---- basic-1.3 start
  154. ++++ basic-1.3 PASSED
  155. ---- basic-1.4 start
  156. ++++ basic-1.4 PASSED
  157. ---- basic-1.5 start
  158. ++++ basic-1.5 PASSED
  159. ---- basic-1.6 start
  160. ++++ basic-1.6 PASSED
  161. ---- basic-1.7 start
  162. ++++ basic-1.7 PASSED
  163. ---- script: set x 0; unset x, qty: 10
  164. ---- actual: 300 microseconds per iteration
  165. ---- expected: 150.0 microseconds per iteration
  166. ---- benchmark-1.1 start
  167.  
  168. ==== benchmark-1.1 set/unset FAILED
  169. ==== Contents of test case:
  170.  
  171. time_x {set x 0; unset x} $qty [lindex $times 0]
  172.  
  173. ---- Result was:
  174. 0
  175. ---- Result should have been (Exact matching):
  176. 1
  177. ==== benchmark-1.1 FAILED
  178. ++++ benchmark-1.2 SKIPPED: !tcl84
  179. ---- script: expr {2 + 2 ** 10}, qty: 10
  180. ---- actual: 400 microseconds per iteration
  181. ---- expected: 200.0 microseconds per iteration
  182. ---- benchmark-1.2.1 start
  183.  
  184. ==== benchmark-1.2.1 simple expr FAILED
  185. ==== Contents of test case:
  186.  
  187. time_x {expr {2 + 2 ** 10}} $qty [lindex $times 1]
  188.  
  189. ---- Result was:
  190. 0
  191. ---- Result should have been (Exact matching):
  192. 1
  193. ==== benchmark-1.2.1 FAILED
  194. ---- script: clock format [clock seconds], qty: 10
  195. ---- actual: 700 microseconds per iteration
  196. ---- expected: 1200.0 microseconds per iteration
  197. ---- benchmark-1.3 start
  198. ++++ benchmark-1.3 PASSED
  199. ---- script: string repeat test 1000, qty: 10
  200. ---- actual: 700 microseconds per iteration
  201. ---- expected: 200.0 microseconds per iteration
  202. ---- benchmark-1.4 start
  203.  
  204. ==== benchmark-1.4 string repeat FAILED
  205. ==== Contents of test case:
  206.  
  207. time_x {string repeat test 1000} $qty [lindex $times 3]
  208.  
  209. ---- Result was:
  210. 0
  211. ---- Result should have been (Exact matching):
  212. 1
  213. ==== benchmark-1.4 FAILED
  214. ---- script: nop, qty: 10
  215. ---- actual: 100 microseconds per iteration
  216. ---- expected: 100.0 microseconds per iteration
  217. ---- benchmark-1.5 start
  218. ++++ benchmark-1.5 PASSED
  219. ---- script: nop 1 2 3 4, qty: 10
  220. ---- actual: 100 microseconds per iteration
  221. ---- expected: 300.0 microseconds per iteration
  222. ---- benchmark-1.6 start
  223. ++++ benchmark-1.6 PASSED
  224. ---- script: proc_nop, qty: 10
  225. ---- actual: 100 microseconds per iteration
  226. ---- expected: 100.0 microseconds per iteration
  227. ---- benchmark-1.7 start
  228. ++++ benchmark-1.7 PASSED
  229. ---- script: proc_nop_args, qty: 10
  230. ---- actual: 200 microseconds per iteration
  231. ---- expected: 100.0 microseconds per iteration
  232. ---- benchmark-1.8 start
  233.  
  234. ==== benchmark-1.8 args-capable proc dispatch FAILED
  235. ==== Contents of test case:
  236.  
  237. time_x {proc_nop_args} $qty [lindex $times 7]
  238.  
  239. ---- Result was:
  240. 0
  241. ---- Result should have been (Exact matching):
  242. 1
  243. ==== benchmark-1.8 FAILED
  244. ---- script: proc_nop_args 1 2 3 4, qty: 10
  245. ---- actual: 200 microseconds per iteration
  246. ---- expected: 100.0 microseconds per iteration
  247. ---- benchmark-1.9 start
  248.  
  249. ==== benchmark-1.9 proc dispatch with simple arguments FAILED
  250. ==== Contents of test case:
  251.  
  252. time_x {proc_nop_args 1 2 3 4} $qty [lindex $times 8]
  253.  
  254. ---- Result was:
  255. 0
  256. ---- Result should have been (Exact matching):
  257. 1
  258. ==== benchmark-1.9 FAILED
  259. ---- script: eval proc_nop_args 1 2 3 4, qty: 10
  260. ---- actual: 500 microseconds per iteration
  261. ---- expected: 350.0 microseconds per iteration
  262. ---- benchmark-1.10 start
  263.  
  264. ==== benchmark-1.10 proc dispatch with simple arguments via eval FAILED
  265. ==== Contents of test case:
  266.  
  267. time_x {eval proc_nop_args 1 2 3 4} $qty [lindex $times 9]
  268.  
  269. ---- Result was:
  270. 0
  271. ---- Result should have been (Exact matching):
  272. 1
  273. ==== benchmark-1.10 FAILED
  274. ---- script: proc_nop_return, qty: 10
  275. ---- actual: 300 microseconds per iteration
  276. ---- expected: 100.0 microseconds per iteration
  277. ---- benchmark-1.11 start
  278.  
  279. ==== benchmark-1.11 proc/return dispatch FAILED
  280. ==== Contents of test case:
  281.  
  282. time_x {proc_nop_return} $qty [lindex $times 10]
  283.  
  284. ---- Result was:
  285. 0
  286. ---- Result should have been (Exact matching):
  287. 1
  288. ==== benchmark-1.11 FAILED
  289. ---- script: proc_global, qty: 10
  290. ---- actual: 500 microseconds per iteration
  291. ---- expected: 300.0 microseconds per iteration
  292. ---- benchmark-1.12 start
  293.  
  294. ==== benchmark-1.12 proc/return dispatch with global variable FAILED
  295. ==== Contents of test case:
  296.  
  297. time_x {proc_global} $qty [lindex $times 11]
  298.  
  299. ---- Result was:
  300. 0
  301. ---- Result should have been (Exact matching):
  302. 1
  303. ==== benchmark-1.12 FAILED
  304. ---- script: catch {error test} x, qty: 10
  305. ---- actual: 1400 microseconds per iteration
  306. ---- expected: 400.0 microseconds per iteration
  307. ---- benchmark-1.13 start
  308.  
  309. ==== benchmark-1.13 caught error FAILED
  310. ==== Contents of test case:
  311.  
  312. time_x {catch {error test} x} $qty [lindex $times 12]
  313.  
  314. ---- Result was:
  315. 0
  316. ---- Result should have been (Exact matching):
  317. 1
  318. ==== benchmark-1.13 FAILED
  319. ---- script: cd ~; cd [file dirname [pwd]], qty: 10
  320.