Posted to tcl by emiliano at Tue May 05 22:41:35 GMT 2009view raw

  1. Here's Tcl results (configured with --enable-threads)
  2.  
  3. Warning: tclOOStubInit.c may be out of date.
  4. Developers may want to run "make genstubs" to regenerate.
  5. This warning can be safely ignored, do not report as a bug!
  6. LD_LIBRARY_PATH=`pwd`: TCLLIBPATH="/home/emiliano/src/tcl/unix/pkgs" TCL_LIBRARY="/home/emiliano/src/tcl/library" ./tcltest /home/emiliano/src/tcl/tests/all.tcl
  7. Tests running in interp: /home/emiliano/src/tcl/unix/tcltest
  8. Tests located in: /home/emiliano/src/tcl/tests
  9. Tests running in: /home/emiliano/src/tcl/unix
  10. Temporary files stored in /home/emiliano/src/tcl/unix
  11. Test files run in separate interpreters
  12. Running tests that match: *
  13. Skipping test files that match: l.*.test
  14. Only running test files that match: *.test
  15. Tests began at Tue May 05 19:24:52 ART 2009
  16. append.test
  17. appendComp.test
  18. apply.test
  19. assocd.test
  20. async.test
  21.  
  22.  
  23. ==== async-4.3 async interrupting loop-less bytecode sequence FAILED
  24. ==== Contents of test case:
  25.  
  26. hang3 $hm
  27.  
  28. ---- Result was:
  29. Async event not delivered
  30. ---- Result should have been (exact matching):
  31. test pattern
  32. ==== async-4.3 FAILED
  33.  
  34. autoMkindex.test
  35. basic.test
  36. binary.test
  37. case.test
  38. chan.test
  39. chanio.test
  40. clock.test
  41. cmdAH.test
  42. cmdIL.test
  43. cmdInfo.test
  44. cmdMZ.test
  45. compExpr-old.test
  46. compExpr.test
  47. compile.test
  48. concat.test
  49. config.test
  50. coroutine.test
  51. dcall.test
  52. dict.test
  53. dstring.test
  54. encoding.test
  55. env.test
  56. error.test
  57. eval.test
  58. event.test
  59. exec.test
  60. execute.test
  61. expr-old.test
  62. expr.test
  63. fCmd.test
  64. fileName.test
  65. fileSystem.test
  66. for-old.test
  67. for.test
  68. foreach.test
  69. format.test
  70. get.test
  71. history.test
  72. http.test
  73. Running httpd in thread 140187678015488
  74. http11.test
  75.  
  76.  
  77. ==== http-2.6 -channel,encoding gzip,non-chunked FAILED
  78. ==== Contents of test case:
  79.  
  80. set tok [http::geturl http://localhost:$httpd_port/testdoc.html?close=1 -timeout 5000 -channel $chan -headers {accept-encoding gzip}]
  81. http::wait $tok
  82. seek $chan 0
  83. set data [read $chan]
  84. list [http::status $tok] [http::code $tok] [check_crc $tok $data] [meta $tok connection] [meta $tok content-encoding] [meta $tok transfer-encoding] [expr {[file size testdoc.html]-[file size testfile.tmp]}]
  85.  
  86. ---- Result was:
  87. ok {HTTP/1.1 200 OK} {crc32 mismatch: c554bc27 ne edc98c73} close gzip {} 121845
  88. ---- Result should have been (exact matching):
  89. ok {HTTP/1.1 200 OK} ok close gzip {} 0
  90. ==== http-2.6 FAILED
  91.  
  92.  
  93.  
  94. ==== http-2.7 -channel,encoding deflate,non-chunked FAILED
  95. ==== Contents of test case:
  96.  
  97. set tok [http::geturl http://localhost:$httpd_port/testdoc.html?close=1 -timeout 5000 -channel $chan -headers {accept-encoding deflate}]
  98. http::wait $tok
  99. seek $chan 0
  100. set data [read $chan]
  101. list [http::status $tok] [http::code $tok] [check_crc $tok $data] [meta $tok connection] [meta $tok content-encoding] [meta $tok transfer-encoding] [expr {[file size testdoc.html]-[file size testfile.tmp]}]
  102.  
  103. ---- Result was:
  104. ok {HTTP/1.1 200 OK} {crc32 mismatch: c554bc27 ne edc98c73} close deflate {} 121845
  105. ---- Result should have been (exact matching):
  106. ok {HTTP/1.1 200 OK} ok close deflate {} 0
  107. ==== http-2.7 FAILED
  108.  
  109.  
  110.  
  111. ==== http-2.8 -channel,encoding compress,non-chunked FAILED
  112. ==== Contents of test case:
  113.  
  114. set tok [http::geturl http://localhost:$httpd_port/testdoc.html?close=1 -timeout 5000 -channel $chan -headers {accept-encoding compress}]
  115. http::wait $tok
  116. seek $chan 0
  117. set data [read $chan]
  118. list [http::status $tok] [http::code $tok] [check_crc $tok $data] [meta $tok connection] [meta $tok content-encoding] [meta $tok transfer-encoding] [expr {[file size testdoc.html]-[file size testfile.tmp]}]
  119.  
  120. ---- Result was:
  121. ok {HTTP/1.1 200 OK} {crc32 mismatch: c554bc27 ne edc98c73} close compress {} 121845
  122. ---- Result should have been (exact matching):
  123. ok {HTTP/1.1 200 OK} ok close compress {} 0
  124. ==== http-2.8 FAILED
  125.  
  126. httpold.test
  127. if-old.test
  128. if.test
  129. incr-old.test
  130. incr.test
  131. indexObj.test
  132. info.test
  133.  
  134.  
  135. ==== info-22.8 info frame, basic trace FAILED
  136. ==== Contents of test case:
  137.  
  138. join [lrange [etrace] 0 2] \n
  139.  
  140. ---- Result was:
  141. 8 {type source line 728 file info.test cmd {info frame $level} proc ::etrace level 0}
  142. 7 {type source line 765 file info.test cmd etrace proc ::tcltest::RunTest}
  143. 6 {type proc line 11 cmd {uplevel 1 $script} proc ::tcltest::RunTest}
  144. ---- Result should have been (glob matching):
  145. * {type source line 728 file info.test cmd {info frame $level} proc ::etrace level 0}
  146. * {type source line 765 file info.test cmd etrace proc ::tcltest::RunTest}
  147. * {type source line * file tcltest* cmd {uplevel 1 $script} proc ::tcltest::RunTest}
  148. ==== info-22.8 FAILED
  149.  
  150.  
  151.  
  152. ==== info-38.7 location information for arg substitution FAILED
  153. ==== Contents of test case:
  154.  
  155. join [lrange [testevalex {return -level 0 [etrace]}] 0 3] \n
  156.  
  157. ---- Result was:
  158. 9 {type source line 728 file info.test cmd {info frame $level} proc ::etrace level 0}
  159. 8 {type eval line 1 cmd etrace proc ::tcltest::RunTest}
  160. 7 {type source line 1414 file info.test cmd {testevalex {return -level 0 [etrace]}} proc ::tcltest::RunTest}
  161. 6 {type proc line 11 cmd {uplevel 1 $script} proc ::tcltest::RunTest}
  162. ---- Result should have been (glob matching):
  163. * {type source line 728 file info.test cmd {info frame \$level} proc ::etrace level 0}
  164. * {type eval line 1 cmd etrace proc ::tcltest::RunTest}
  165. * {type source line 1414 file info.test cmd {testevalex {return -level 0 \[etrace]}} proc ::tcltest::RunTest}
  166. * {type source line 2298 file tcltest.tcl cmd {uplevel 1 $script} proc ::tcltest::RunTest}
  167. ==== info-38.7 FAILED
  168.  
  169. init.test
  170. : Total 25 Passed 25 Skipped 0 Failed 0
  171. interp.test
  172. io.test
  173. ioCmd.test
  174. ioTrans.test
  175. iogt.test
  176. join.test
  177. lindex.test
  178. link.test
  179. linsert.test
  180. list.test
  181. listObj.test
  182. llength.test
  183. load.test
  184. lrange.test
  185. lrepeat.test
  186. lreplace.test
  187. lsearch.test
  188. lset.test
  189. lsetComp.test
  190. macOSXFCmd.test
  191. macOSXLoad.test
  192. main.test
  193. mathop.test
  194. misc.test
  195. msgcat.test
  196. namespace-old.test
  197. namespace.test
  198. notify.test
  199. nre.test
  200. obj.test
  201. oo.test
  202. opt.test
  203. package.test
  204. parse.test
  205. parseExpr.test
  206. parseOld.test
  207. pid.test
  208. pkg.test
  209. : Total 384 Passed 384 Skipped 0 Failed 0
  210. pkgMkIndex.test
  211. platform.test
  212. proc-old.test
  213. proc.test
  214. pwd.test
  215. reg.test
  216. regexp.test
  217. regexpComp.test
  218. registry.test
  219. rename.test
  220. result.test
  221. safe.test
  222. scan.test
  223. security.test
  224. set-old.test
  225. set.test
  226. socket.test
  227. source.test
  228. split.test
  229. stack.test
  230. string.test
  231. stringComp.test
  232. stringObj.test
  233. subst.test
  234. switch.test
  235. tailcall.test
  236. tcltest.test
  237. thread.test
  238. timer.test
  239. tm.test
  240. trace.test
  241. unixFCmd.test
  242. unixFile.test
  243. unixInit.test
  244. unixNotfy.test
  245. unknown.test
  246. unload.test
  247. uplevel.test
  248. upvar.test
  249. utf.test
  250. util.test
  251. var.test
  252. while-old.test
  253. while.test
  254. winConsole.test
  255. winDde.test
  256. winFCmd.test
  257. winFile.test
  258. winNotify.test
  259. winPipe.test
  260. winTime.test
  261. zlib.test
  262.  
  263. Tests ended at Tue May 05 19:30:35 ART 2009
  264. all.tcl: Total 25053 Passed 24036 Skipped 1011 Failed 6
  265. Sourced 143 Test Files.
  266. Files with failing tests: async.test http11.test info.test
  267. Number of tests skipped for each constraint:
  268. 9 !ieeeFloatingPoint
  269. 2 95or98
  270. 3 asyncPipeChan
  271. 76 bigEndian
  272. 4 dontCopyLinks
  273. 61 emptyTest
  274. 1 execMknod
  275. 2 hasIsoLocale
  276. 2 impossible
  277. 30 knownBug
  278. 2 largefileSupport
  279. 100 localeRegexp
  280. 50 longIs32bit
  281. 14 macosxFileAttr
  282. 22 memory
  283. 44 nonPortable
  284. 5 notNetworkFilesystem
  285. 8 nt
  286. 3 singleTestInterp
  287. 1 testWinCPUID
  288. 1 testexprparser && !ieeeFloatingPoint
  289. 1 testwinclock
  290. 21 testwordend
  291. 3 unknownFailure
  292. 2 unthreaded
  293. 2 wideBiggerThanInt
  294. 526 win
  295. 5 xdev
  296. Configuring package 'itcl'
  297. Configuring package 'tdbc'
  298. Building package 'itcl'
  299. Building package 'tdbc'
  300. Testing package 'itcl'
  301. ITCL_LIBRARY=`echo /home/emiliano/src/tcl/pkgs/itcl/library` LD_LIBRARY_PATH=".:/home/emiliano/src/tcl/unix:../..:" PATH=".:/home/emiliano/src/tcl/unix:/bin:/usr/bin:/usr/pkg/bin:/usr/local/bin:/usr/X11R7/bin" TCLLIBPATH="." ../../tcltest `echo /home/emiliano/src/tcl/pkgs/itcl/tests/all.tcl` -load "package require itcl 4.0b3"
  302. Tests running in interp: /home/emiliano/src/tcl/unix/pkgs/itcl/../../tcltest
  303. Tests located in: /home/emiliano/src/tcl/pkgs/itcl/tests
  304. Tests running in: /home/emiliano/src/tcl/unix/pkgs/itcl
  305. Temporary files stored in /home/emiliano/src/tcl/unix/pkgs/itcl
  306. Test files run in separate interpreters
  307. Running tests that match: *
  308. Skipping test files that match: l.*.test
  309. Only running test files that match: *.test
  310. Tests began at Tue May 05 19:30:35 ART 2009
  311. basic.test
  312.  
  313.  
  314. ==== basic-1.19 classes can be unicode FAILED
  315. ==== Contents of test case:
  316.  
  317. itcl::class \u6210bcd { method foo args { return "bar" } }
  318. \u6210bcd #auto
  319.  
  320. ---- Result was:
  321.  
  322. ---- Result should have been (exact matching):
  323. ?bcd0
  324. ==== basic-1.19 FAILED
  325.  
  326.  
  327.  
  328. ==== basic-1.20 classes can be unicode FAILED
  329. ==== Contents of test case:
  330.  
  331. \u6210bcd0 foo
  332.  
  333. ---- Test generated error; Return code was: 1
  334. ---- Return code should have been one of: 0 2
  335. ---- errorInfo: invalid command name "?bcd0"
  336. while executing
  337. "\u6210bcd0 foo"
  338. ("uplevel" body line 2)
  339. invoked from within
  340. "uplevel 1 $script"
  341. ---- errorCode: NONE
  342. ==== basic-1.20 FAILED
  343.  
  344.  
  345.  
  346. ==== basic-2.1 create an object with an automatic name FAILED
  347. ==== Contents of test case:
  348.  
  349. Counter #auto
  350.  
  351. ---- Test generated error; Return code was: 1
  352. ---- Return code should have been one of: 0 2
  353. ---- errorInfo: can't set "num": upvar refers to variable in deleted namespace
  354. while executing
  355. "incr num"
  356. while constructing object "::counter0" in ::Counter::constructor (body line 2)
  357. invoked from within
  358. "Counter #auto"
  359. ("uplevel" body line 2)
  360. invoked from within
  361. "uplevel 1 $script"
  362. ---- errorCode: NONE
  363. ==== basic-2.1 FAILED
  364.  
  365.  
  366.  
  367. ==== basic-2.2 bury "#auto" within object name FAILED
  368. ==== Contents of test case:
  369.  
  370. Counter x#autoy
  371.  
  372. ---- Test generated error; Return code was: 1
  373. ---- Return code should have been one of: 0 2
  374. ---- errorInfo: can't set "num": upvar refers to variable in deleted namespace
  375. while executing
  376. "incr num"
  377. while constructing object "::xcounter1y" in ::Counter::constructor (body line 2)
  378. invoked from within
  379. "Counter x#autoy"
  380. ("uplevel" body line 2)
  381. invoked from within
  382. "uplevel 1 $script"
  383. ---- errorCode: NONE
  384. ==== basic-2.2 FAILED
  385.  
  386.  
  387.  
  388. ==== basic-2.3 bury "#auto" within object name FAILED
  389. ==== Contents of test case:
  390.  
  391. Counter a#aut#autob
  392.  
  393. ---- Test generated error; Return code was: 1
  394. ---- Return code should have been one of: 0 2
  395. ---- errorInfo: can't set "num": upvar refers to variable in deleted namespace
  396. while executing
  397. "incr num"
  398. while constructing object "::a#autcounter2b" in ::Counter::constructor (body line 2)
  399. invoked from within
  400. "Counter a#aut#autob"
  401. ("uplevel" body line 2)
  402. invoked from within
  403. "uplevel 1 $script"
  404. ---- errorCode: NONE
  405. ==== basic-2.3 FAILED
  406.  
  407.  
  408.  
  409. ==== basic-2.4 "#auto" is smart enough to skip names that are taken FAILED
  410. ==== Contents of test case:
  411.  
  412. Counter counter3
  413. Counter #auto
  414.  
  415. ---- Test generated error; Return code was: 1
  416. ---- Return code should have been one of: 0 2
  417. ---- errorInfo: can't set "num": upvar refers to variable in deleted namespace
  418. while executing
  419. "incr num"
  420. while constructing object "::counter3" in ::Counter::constructor (body line 2)
  421. invoked from within
  422. "Counter counter3"
  423. ("uplevel" body line 2)
  424. invoked from within
  425. "uplevel 1 $script"
  426. ---- errorCode: NONE
  427. ==== basic-2.4 FAILED
  428.  
  429.  
  430.  
  431. ==== basic-3.1 object access command works FAILED
  432. ==== Contents of test case:
  433.  
  434. Counter c
  435. list [c ++] [c ++] [c ++]
  436.  
  437. ---- Test generated error; Return code was: 1
  438. ---- Return code should have been one of: 0 2
  439. ---- errorInfo: can't set "num": upvar refers to variable in deleted namespace
  440. while executing
  441. "incr num"
  442. while constructing object "::c" in ::Counter::constructor (body line 2)
  443. invoked from within
  444. "Counter c"
  445. ("uplevel" body line 2)
  446. invoked from within
  447. "uplevel 1 $script"
  448. ---- errorCode: NONE
  449. ==== basic-3.1 FAILED
  450.  
  451.  
  452.  
  453. ==== basic-3.2 errors produce usage info FAILED
  454. ==== Contents of test case:
  455.  
  456. list [catch "c xyzzy" msg] $msg
  457.  
  458. ---- Result was:
  459. 1 {invalid command name "c"}
  460. ---- Result should have been (exact matching):
  461. 1 {bad option "xyzzy": should be one of...
  462. c ++
  463. c cget -option
  464. c configure ?-option? ?value -option value...?
  465. c isa className}
  466. ==== basic-3.2 FAILED
  467.  
  468.  
  469.  
  470. ==== basic-3.3 built-in configure can query public variables FAILED
  471. ==== Contents of test case:
  472.  
  473. c configure
  474.  
  475. ---- Test generated error; Return code was: 1
  476. ---- Return code should have been one of: 0 2
  477. ---- errorInfo: invalid command name "c"
  478. while executing
  479. "c configure"
  480. ("uplevel" body line 2)
  481. invoked from within
  482. "uplevel 1 $script"
  483. ---- errorCode: NONE
  484. ==== basic-3.3 FAILED
  485.  
  486.  
  487.  
  488. ==== basic-3.4 built-in configure can query one public variable FAILED
  489. ==== Contents of test case:
  490.  
  491. c configure -by
  492.  
  493. ---- Test generated error; Return code was: 1
  494. ---- Return code should have been one of: 0 2
  495. ---- errorInfo: invalid command name "c"
  496. while executing
  497. "c configure -by"
  498. ("uplevel" body line 2)
  499. invoked from within
  500. "uplevel 1 $script"
  501. ---- errorCode: NONE
  502. ==== basic-3.4 FAILED
  503.  
  504.  
  505.  
  506. ==== basic-3.5 built-in configure can set public variable FAILED
  507. ==== Contents of test case:
  508.  
  509. list [c configure -by 2] [c cget -by]
  510.  
  511. ---- Test generated error; Return code was: 1
  512. ---- Return code should have been one of: 0 2
  513. ---- errorInfo: invalid command name "c"
  514. while executing
  515. "c configure -by 2"
  516. ("uplevel" body line 2)
  517. invoked from within
  518. "uplevel 1 $script"
  519. ---- errorCode: NONE
  520. ==== basic-3.5 FAILED
  521.  
  522.  
  523.  
  524. ==== basic-3.6 configure actually changes public variable FAILED
  525. ==== Contents of test case:
  526.  
  527. list [c ++] [c ++]
  528.  
  529. ---- Test generated error; Return code was: 1
  530. ---- Return code should have been one of: 0 2
  531. ---- errorInfo: invalid command name "c"
  532. while executing
  533. "c ++"
  534. ("uplevel" body line 2)
  535. invoked from within
  536. "uplevel 1 $script"
  537. ---- errorCode: NONE
  538. ==== basic-3.6 FAILED
  539.  
  540.  
  541.  
  542. ==== basic-3.7 class procs can be accessed FAILED
  543. ==== Contents of test case:
  544.  
  545. Counter::num
  546.  
  547. ---- Test generated error; Return code was: 1
  548. ---- Return code should have been one of: 0 2
  549. ---- errorInfo: can't read "num": no such variable
  550. while executing
  551. "return $num"
  552. invoked from within
  553. "Counter::num"
  554. ("uplevel" body line 2)
  555. invoked from within
  556. "uplevel 1 $script"
  557. ---- errorCode: TCL READ VARNAME
  558. ==== basic-3.7 FAILED
  559.  
  560.  
  561.  
  562. ==== basic-4.1 classes can be destroyed FAILED
  563. ==== Contents of test case:
  564.  
  565. list [itcl::delete class Counter] [itcl::find classes Counter] [namespace children :: Counter] [namespace which -command Counter]
  566.  
  567. ---- Test generated error; Return code was: 1
  568. ---- Return code should have been one of: 0 2
  569. ---- errorInfo: can't set "num": upvar refers to variable in deleted namespace
  570. while executing
  571. "incr num -1"
  572. while deleting object "::-foo" in ::Counter::destructor (body line 2)
  573. (while deleting class "::Counter")
  574. invoked from within
  575. "itcl::delete class Counter"
  576. ("uplevel" body line 2)
  577. invoked from within
  578. "uplevel 1 $script"
  579. ---- errorCode: TCL WRITE VARNAME
  580. ==== basic-4.1 FAILED
  581.  
  582.  
  583.  
  584. ==== basic-4.2 classes can be redefined FAILED
  585. ==== Contents of test case:
  586.  
  587. itcl::class Counter {
  588. method ++ {} {
  589. return [incr val $by]
  590. }
  591. public variable by 1
  592. protected variable val 0
  593. }
  594.  
  595. ---- Test generated error; Return code was: 1
  596. ---- Return code should have been one of: 0 2
  597. ---- errorInfo: class "Counter" already exists
  598. while executing
  599. "itcl::class Counter {
  600. method ++ {} {
  601. return [incr val $by]
  602. }
  603. public variable by 1
  604. protected variable val 0..."
  605. ("uplevel" body line 2)
  606. invoked from within
  607. "uplevel 1 $script"
  608. ---- errorCode: NONE
  609. ==== basic-4.2 FAILED
  610.  
  611.  
  612.  
  613. ==== basic-4.3 the redefined class is actually different FAILED
  614. ==== Contents of test case:
  615.  
  616. list [catch "Counter::num" msg] $msg
  617.  
  618. ---- Result was:
  619. 1 {can't read "num": no such variable}
  620. ---- Result should have been (exact matching):
  621. 1 {invalid command name "Counter::num"}
  622. ==== basic-4.3 FAILED
  623.  
  624.  
  625.  
  626. ==== basic-4.4 objects can be created from the new class FAILED
  627. ==== Contents of test case:
  628.  
  629. list [Counter #auto] [Counter #auto]
  630.  
  631. ---- Test generated error; Return code was: 1
  632. ---- Return code should have been one of: 0 2
  633. ---- errorInfo: can't set "num": upvar refers to variable in deleted namespace
  634. while executing
  635. "incr num"
  636. while constructing object "::counter3" in ::Counter::constructor (body line 2)
  637. invoked from within
  638. "Counter #auto"
  639. ("uplevel" body line 2)
  640. invoked from within
  641. "uplevel 1 $script"
  642. ---- errorCode: NONE
  643. ==== basic-4.4 FAILED
  644.  
  645.  
  646.  
  647. ==== basic-4.5 namespaces for #auto are prepended to the command name FAILED
  648. ==== Contents of test case:
  649.  
  650. namespace eval someNS1 {}
  651. namespace eval someNS2 {}
  652. list [Counter someNS1::#auto] [Counter someNS2::#auto]
  653.  
  654. ---- Test generated error; Return code was: 1
  655. ---- Return code should have been one of: 0 2
  656. ---- errorInfo: can't set "num": upvar refers to variable in deleted namespace
  657. while executing
  658. "incr num"
  659. while constructing object "::someNS1::counter4" in ::Counter::constructor (body line 2)
  660. invoked from within
  661. "Counter someNS1::#auto"
  662. ("uplevel" body line 4)
  663. invoked from within
  664. "uplevel 1 $script"
  665. ---- errorCode: NONE
  666. ---- Test cleanup failed:
  667. object "someNS1::counter2" not found
  668. ---- errorInfo(cleanup): object "someNS1::counter2" not found
  669. while executing
  670. "::itcl::delete object someNS1::counter2 someNS2::counter3"
  671. ("uplevel" body line 2)
  672. invoked from within
  673. "uplevel 1 $cleanup"
  674. ---- errorCode(cleanup): NONE
  675. ==== basic-4.5 FAILED
  676.  
  677.  
  678.  
  679. ==== basic-4.6 when a class is destroyed, its objects are deleted FAILED
  680. ==== Contents of test case:
  681.  
  682. list [lsort [itcl::find objects counter*]] [itcl::delete class Counter] [lsort [itcl::find objects counter*]]
  683.  
  684. ---- Result was:
  685. {} {} {}
  686. ---- Result should have been (exact matching):
  687. {counter0 counter1} {} {}
  688. ==== basic-4.6 FAILED
  689.  
  690. body.test
  691. chain.test
  692. delete.test
  693. eclasscomponent.test
  694. ensemble.test
  695. general1.test
  696. import.test
  697. info.test
  698. inherit.test
  699. interp.test
  700. local.test
  701. methods.test
  702. mkindex.test
  703. namespace.test
  704. protection.test
  705. scope.test
  706. typeclass.test
  707. typedelegation.test
  708. typefunction.test
  709. typeinfo.test
  710. typeoption.test
  711. typevariable.test
  712. widgetadaptor.test
  713. widgetclass.test
  714.  
  715. Tests ended at Tue May 05 19:30:36 ART 2009
  716. all.tcl: Total 742 Passed 658 Skipped 65 Failed 19
  717. Sourced 25 Test Files.
  718. Files with failing tests: basic.test
  719. Number of tests skipped for each constraint:
  720. 5 needs_frq_1773103
  721. 2 only_working_in_itcl3.4
  722. 58 tk
  723. Testing package 'tdbc'
  724. LD_LIBRARY_PATH=".:/home/emiliano/src/tcl/unix:../..:" PATH=".:/home/emiliano/src/tcl/unix:/bin:/usr/bin:/usr/pkg/bin:/usr/local/bin:/usr/X11R7/bin" TCLLIBPATH="../../pkgs" TDBC_LIBRARY=`echo /home/emiliano/src/tcl/pkgs/tdbc/library` TCL_LIBRARY=`echo /home/emiliano/src/tcl/library` ../../tcltest `echo /home/emiliano/src/tcl/pkgs/tdbc/tests/all.tcl`
  725. Tests running in interp: /home/emiliano/src/tcl/unix/pkgs/tdbc/../../tcltest
  726. Tests running with pwd: /home/emiliano/src/tcl/unix/pkgs/tdbc
  727. Tests running in working dir: /home/emiliano/src/tcl/pkgs/tdbc/tests
  728. Only running tests that match: *
  729. Skipping test files that match: l.*.test
  730. Only sourcing test files that match: *.test
  731. Tests began at Tue May 05 19:30:36 ART 2009
  732. tdbc.test
  733. tokenize.test
  734.  
  735. Tests ended at Tue May 05 19:30:36 ART 2009
  736. all.tcl: Total 12 Passed 12 Skipped 0 Failed 0
  737. Sourced 0 Test Files.
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747. Now, the threads package test
  748.  
  749. TCL_LIBRARY=`echo /home/emiliano/src/tcl/library` TCL_THREAD_LIBRARY=`echo ./lib` LD_LIBRARY_PATH=".:/home/emiliano/src/tcl/unix:" PATH=".:/home/emiliano/src/tcl/unix:/bin:/usr/bin:/usr/pkg/bin:/usr/local/bin:/usr/X11R7/bin" TCLLIBPATH=". ./../lib" /home/emiliano/src/tcl/unix/tclsh `echo ./tests/all.tcl`
  750. Tcl 8.6b1.1 tests running in interp: /home/emiliano/src/tcl/unix/tclsh
  751. Tests running in working dir: /home/emiliano/src/thread/tests
  752. Only running tests that match: *
  753. Skipping test files that match: l.*.test
  754. Only sourcing test files that match: *.test
  755. Tests began at Tue May 05 19:33:54 ART 2009
  756. Thread 2.6.5
  757. Mainthread id is tid0x7f7fffe00000
  758. thread.test
  759. tpool.test
  760. tsv.test
  761. ttrace.test
  762.  
  763. Tests ended at Tue May 05 19:34:08 ART 2009
  764. all.tcl: Total 116 Passed 116 Skipped 0 Failed 0
  765. Sourced 0 Test Files.
  766.