Posted to tcl by sebres at Mon Jan 14 21:06:34 GMT 2019view raw

  1. Tests running in interp: D:/Projects/tcl9.0-upstream/win/Release_MGW32/tcltest.exe
  2. Tests located in: D:/Projects/tcl9.0-upstream/tests
  3. Tests running in: C:/Temp
  4. Temporary files stored in C:/Temp
  5. Test files run in separate interpreters
  6. Running tests that match: *
  7. Skipping test files that match: l.*.test
  8. Only running test files that match: *.test
  9. Tests began at Mon Jan 14 21:02:22 +0100 2019
  10. aaa_exit.test
  11. append.test
  12. appendComp.test
  13. apply.test
  14. assemble.test
  15. assocd.test
  16. async.test
  17. autoMkindex.test
  18. basic.test
  19. binary.test
  20. case.test
  21. chan.test
  22. chanio.test
  23. clock.test
  24. Warning: files left behind:
  25. clock.test: TCL00002c7c
  26. cmdAH.test
  27. cmdIL.test
  28. cmdInfo.test
  29. cmdMZ.test
  30. compExpr-old.test
  31. compExpr.test
  32. compile.test
  33. concat.test
  34. config.test
  35. coroutine.test
  36. dcall.test
  37. dict.test
  38. dstring.test
  39. encoding.test
  40. env.test
  41. error.test
  42. eval.test
  43. event.test
  44. exec.test
  45. execute.test
  46. expr-old.test
  47. expr.test
  48. fCmd.test
  49. fileName.test
  50. fileSystem.test
  51. for-old.test
  52. for.test
  53. foreach.test
  54. format.test
  55. get.test
  56. history.test
  57. http.test
  58. Warning: files left behind:
  59. http.test: TCL000032cc
  60. http11.test
  61. httpPipeline.test
  62. httpcookie.test
  63. if-old.test
  64. if.test
  65. incr-old.test
  66. incr.test
  67. indexObj.test
  68. info.test
  69. init.test
  70. interp.test
  71. io.test
  72. ioCmd.test
  73. ioTrans.test
  74. iogt.test
  75. join.test
  76. lindex.test
  77. link.test
  78. linsert.test
  79. list.test
  80. listObj.test
  81. llength.test
  82. lmap.test
  83. load.test
  84. lpop.test
  85. lrange.test
  86. lrepeat.test
  87. lreplace.test
  88. lsearch.test
  89. lset.test
  90.  
  91.  
  92. ==== lset-16.5 lset - grow a variable FAILED
  93. ==== Contents of test case:
  94.  
  95. set x {}
  96. testevalex {lset x end+1 {test 1}}
  97. testevalex {lset x end+1 {test 2}}
  98. set x
  99.  
  100. ---- Test generated error; Return code was: 1
  101. ---- Return code should have been one of: 0 2
  102. ---- errorInfo: list index out of range
  103. while executing
  104. "lset x end+1 {test 1}"
  105. invoked from within
  106. "testevalex {lset x end+1 {test 1}}"
  107. ("uplevel" body line 3)
  108. invoked from within
  109. "uplevel 1 $script"
  110. ---- errorCode: TCL OPERATION LSET BADINDEX
  111. ==== lset-16.5 FAILED
  112.  
  113.  
  114.  
  115. ==== lset-16.6 lset - multiple created sublists FAILED
  116. ==== Contents of test case:
  117.  
  118. set x {}
  119. testevalex {lset x end+1 end+1 {test 1}}
  120.  
  121. ---- Test generated error; Return code was: 1
  122. ---- Return code should have been one of: 0 2
  123. ---- errorInfo: list index out of range
  124. while executing
  125. "lset x end+1 end+1 {test 1}"
  126. invoked from within
  127. "testevalex {lset x end+1 end+1 {test 1}}"
  128. ("uplevel" body line 3)
  129. invoked from within
  130. "uplevel 1 $script"
  131. ---- errorCode: TCL OPERATION LSET BADINDEX
  132. ==== lset-16.6 FAILED
  133.  
  134.  
  135.  
  136. ==== lset-16.7 lset - sublists 3 deep FAILED
  137. ==== Contents of test case:
  138.  
  139. set x {}
  140. testevalex {lset x end+1 end+1 end+1 {test 1}}
  141.  
  142. ---- Test generated error; Return code was: 1
  143. ---- Return code should have been one of: 0 2
  144. ---- errorInfo: list index out of range
  145. while executing
  146. "lset x end+1 end+1 end+1 {test 1}"
  147. invoked from within
  148. "testevalex {lset x end+1 end+1 end+1 {test 1}}"
  149. ("uplevel" body line 3)
  150. invoked from within
  151. "uplevel 1 $script"
  152. ---- errorCode: TCL OPERATION LSET BADINDEX
  153. ==== lset-16.7 FAILED
  154.  
  155. lsetComp.test
  156. macOSXFCmd.test
  157. macOSXLoad.test
  158. main.test
  159. mathop.test
  160. misc.test
  161. msgcat.test
  162. Warning: files left behind:
  163. msgcat.test: TCL00001a84
  164. namespace-old.test
  165. namespace.test
  166. notify.test
  167. nre.test
  168. obj.test
  169. oo.test
  170. ooNext2.test
  171. ooUtil.test
  172. opt.test
  173. package.test
  174. parse.test
  175. parseExpr.test
  176. parseOld.test
  177. pid.test
  178. pkgMkIndex.test
  179. platform.test
  180. proc-old.test
  181. proc.test
  182. process.test
  183. pwd.test
  184. reg.test
  185. regexp.test
  186. regexpComp.test
  187. registry.test
  188. rename.test
  189. resolver.test
  190. result.test
  191. safe.test
  192. scan.test
  193. security.test
  194. set-old.test
  195. set.test
  196. socket.test
  197. source.test
  198. split.test
  199. stack.test
  200. string.test
  201.  
  202.  
  203. ==== string-6.102.0 string is wideinteger, false on overflow FAILED
  204. ==== Contents of test case:
  205.  
  206. list [run {string is wideinteger -fail var +[largest_int]0}] $var
  207.  
  208. ---- Result was:
  209. 0 4294967295
  210. ---- Result should have been (exact matching):
  211. 0 -1
  212. ==== string-6.102.0 FAILED
  213.  
  214.  
  215.  
  216. ==== string-31.9a.0 string is dict FAILED
  217. ==== Contents of test case:
  218.  
  219. set x {}
  220. list [string is dict -failindex x {a b c}] $x
  221.  
  222. ---- Result was:
  223. 0 4294967295
  224. ---- Result should have been (exact matching):
  225. 0 -1
  226. ==== string-31.9a.0 FAILED
  227.  
  228.  
  229.  
  230. ==== string-6.102.1 string is wideinteger, false on overflow FAILED
  231. ==== Contents of test case:
  232.  
  233. list [run {string is wideinteger -fail var +[largest_int]0}] $var
  234.  
  235. ---- Result was:
  236. 0 4294967295
  237. ---- Result should have been (exact matching):
  238. 0 -1
  239. ==== string-6.102.1 FAILED
  240.  
  241.  
  242.  
  243. ==== string-31.9a.1 string is dict FAILED
  244. ==== Contents of test case:
  245.  
  246. set x {}
  247. list [string is dict -failindex x {a b c}] $x
  248.  
  249. ---- Result was:
  250. 0 4294967295
  251. ---- Result should have been (exact matching):
  252. 0 -1
  253. ==== string-31.9a.1 FAILED
  254.  
  255. stringObj.test
  256. subst.test
  257. switch.test
  258. tailcall.test
  259. tcltest.test
  260. Warning: files left behind:
  261. tcltest.test: TCL00000f24 TCL00001764
  262. thread.test
  263. timer.test
  264. tm.test
  265. trace.test
  266. unixFCmd.test
  267. unixFile.test
  268. unixForkEvent.test
  269. unixInit.test
  270. unixNotfy.test
  271. unknown.test
  272. unload.test
  273. uplevel.test
  274. upvar.test
  275. utf.test
  276. util.test
  277. var.test
  278. while-old.test
  279. while.test
  280. winConsole.test
  281. winDde.test
  282. winFCmd.test
  283. winFile.test
  284. winNotify.test
  285. winPipe.test
  286. winTime.test
  287. zipfs.test
  288. zlib.test
  289.  
  290. Tests ended at Mon Jan 14 21:11:20 +0100 2019
  291. all.tcl: Total 34221 Passed 30952 Skipped 3262 Failed 7
  292. Sourced 152 Test Files.
  293. Files with failing tests: lset.test string.test
  294. Number of tests skipped for each constraint:
  295. 9 !ieeeFloatingPoint
  296. 3 asyncPipeChan
  297. 76 bigEndian
  298. 5 bug-3057639
  299. 23 cat32
  300. 9 cdrom
  301. 50 dde
  302. 1 dontCopyLinks
  303. 19 eformat
  304. 67 emptyTest
  305. 2 hasIsoLocale
  306. 1 interactive
  307. 1 knownBadTest
  308. 39 knownBug
  309. 2 loaddll
  310. 100 localeRegexp
  311. 9 localhost_v6
  312. 10 longIs64bit
  313. 14 macosxFileAttr
  314. 88 memory
  315. 22 nonPortable
  316. 5 notNetworkFilesystem
  317. 1 notValgrind
  318. 1 obsolete
  319. 2 perf
  320. 19 pkga.dllRequired
  321. 20 pkgua.dllRequired
  322. 2 pointerIs64bit
  323. 126 reg
  324. 1996 serverNeeded
  325. 2 sharedCdrive
  326. 3 singleTestInterp
  327. 1 slowTest
  328. 60 sqlite3
  329. 1 symbolicLinkFile
  330. 3 tempNotWin
  331. 1 testexprparser && !ieeeFloatingPoint
  332. 22 testfilehandler
  333. 2 testfilewait
  334. 7 testfindexecutable
  335. 1 testfork
  336. 1 testgetencpath
  337. 21 testwordend
  338. 187 thread
  339. 182 unix
  340. 23 unixExecs
  341. 6 winXP
  342. 6 xdev

Comments

Posted by sebres at Tue Jan 15 16:50:42 GMT 2019 [text] [code]

fixed.