home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / tcl / 2230 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  5.4 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!jvnc.net!princeton!att!cbnewsk!hotsand!ellson
  2. From: ellson@hotsand.att.com (John Ellson)
  3. Newsgroups: comp.lang.tcl
  4. Subject: tclX6.5c - wishx fails tk3.0/tests
  5. Message-ID: <1992Dec22.231444.20428@cbnewsk.cb.att.com>
  6. Date: 22 Dec 92 23:14:44 GMT
  7. Sender: news@cbnewsk.cb.att.com (NetNews Administrator)
  8. Reply-To: ellson@hotsand.att.com
  9. Distribution: na
  10. Organization: AT&T
  11. Lines: 280
  12. Nntp-Posting-Host: hotsand.cnet.att.com
  13.  
  14. See attached script.  Perhaps this is related to the problems that 
  15. George Howlett is experiencing with the option test?
  16.  
  17. John Ellson
  18. ATT Bell Labs
  19.  
  20. ----------
  21. Script started on Tue Dec 22 15:59:30 1992
  22. homebrew:/usr/add-on/local/ulib/tclsrc.6.5/tclX6.5c> runwishx
  23. wish: cd ../tk3.0/tests
  24. wish: source all
  25. btree.test
  26. option.test
  27.  
  28.  
  29. ==== option-2.1 basic option retrieval
  30. ==== Contents of test case:
  31. option get .op1 x Color1
  32. ==== Result was:
  33. yellow
  34. ---- Result should have been:
  35. green
  36. ---- option-2.1 FAILED
  37.  
  38.  
  39. ==== option-2.4 basic option retrieval
  40. ==== Contents of test case:
  41. option get .op1 x Color2
  42. ==== Result was:
  43. yellow
  44. ---- Result should have been:
  45. green
  46. ---- option-2.4 FAILED
  47.  
  48.  
  49. ==== option-4.4 basic option retrieval
  50. ==== Contents of test case:
  51. option get .op1.op3.op6 x Color2
  52. ==== Result was:
  53. blue
  54. ---- Result should have been:
  55. black
  56. ---- option-4.4 FAILED
  57.  
  58.  
  59. ==== option-4.5 basic option retrieval
  60. ==== Contents of test case:
  61. option get .op1.op3.op6 y Color2
  62. ==== Result was:
  63.  
  64. ---- Result should have been:
  65. black
  66. ---- option-4.5 FAILED
  67.  
  68.  
  69. ==== option-4.6 basic option retrieval
  70. ==== Contents of test case:
  71. option get .op1.op3.op6 z Color2
  72. ==== Result was:
  73.  
  74. ---- Result should have been:
  75. black
  76. ---- option-4.6 FAILED
  77.  
  78.  
  79. ==== option-5.2 basic option retrieval
  80. ==== Contents of test case:
  81. option get .op1.op4 y Color1
  82. ==== Result was:
  83. red
  84. ---- Result should have been:
  85. brown
  86. ---- option-5.2 FAILED
  87.  
  88.  
  89. ==== option-5.5 basic option retrieval
  90. ==== Contents of test case:
  91. option get .op1.op4 y Color2
  92. ==== Result was:
  93.  
  94. ---- Result should have been:
  95. brown
  96. ---- option-5.5 FAILED
  97.  
  98.  
  99. ==== option-7.4 basic option retrieval
  100. ==== Contents of test case:
  101. option get .op2.op5 x Color2
  102. ==== Result was:
  103. blue
  104. ---- Result should have been:
  105. purple
  106. ---- option-7.4 FAILED
  107.  
  108.  
  109. ==== option-7.5 basic option retrieval
  110. ==== Contents of test case:
  111. option get .op2.op5 y Color2
  112. ==== Result was:
  113.  
  114. ---- Result should have been:
  115. purple
  116. ---- option-7.5 FAILED
  117.  
  118.  
  119. ==== option-7.6 basic option retrieval
  120. ==== Contents of test case:
  121. option get .op2.op5 z Color2
  122. ==== Result was:
  123.  
  124. ---- Result should have been:
  125. purple
  126. ---- option-7.6 FAILED
  127.  
  128.  
  129. ==== option-8.4 stack pushing/popping
  130. ==== Contents of test case:
  131. option get .op2.op5 x Color2
  132. ==== Result was:
  133. blue
  134. ---- Result should have been:
  135. purple
  136. ---- option-8.4 FAILED
  137.  
  138.  
  139. ==== option-8.5 stack pushing/popping
  140. ==== Contents of test case:
  141. option get .op2.op5 y Color2
  142. ==== Result was:
  143.  
  144. ---- Result should have been:
  145. purple
  146. ---- option-8.5 FAILED
  147.  
  148.  
  149. ==== option-8.6 stack pushing/popping
  150. ==== Contents of test case:
  151. option get .op2.op5 z Color2
  152. ==== Result was:
  153.  
  154. ---- Result should have been:
  155. purple
  156. ---- option-8.6 FAILED
  157.  
  158.  
  159. ==== option-10.4 stack pushing/popping
  160. ==== Contents of test case:
  161. option get .op1.op3.op6 x Color2
  162. ==== Result was:
  163. blue
  164. ---- Result should have been:
  165. black
  166. ---- option-10.4 FAILED
  167.  
  168.  
  169. ==== option-10.5 stack pushing/popping
  170. ==== Contents of test case:
  171. option get .op1.op3.op6 y Color2
  172. ==== Result was:
  173.  
  174. ---- Result should have been:
  175. black
  176. ---- option-10.5 FAILED
  177.  
  178.  
  179. ==== option-10.6 stack pushing/popping
  180. ==== Contents of test case:
  181. option get .op1.op3.op6 z Color2
  182. ==== Result was:
  183.  
  184. ---- Result should have been:
  185. black
  186. ---- option-10.6 FAILED
  187.  
  188.  
  189. ==== option-12.1 stack pushing/popping
  190. ==== Contents of test case:
  191. option get .op1 x Color1
  192. ==== Result was:
  193. yellow
  194. ---- Result should have been:
  195. green
  196. ---- option-12.1 FAILED
  197.  
  198.  
  199. ==== option-12.4 stack pushing/popping
  200. ==== Contents of test case:
  201. option get .op1 x Color2
  202. ==== Result was:
  203. yellow
  204. ---- Result should have been:
  205. green
  206. ---- option-12.4 FAILED
  207.  
  208.  
  209. ==== option-13.1 priority levels
  210. ==== Contents of test case:
  211. option get .op1 a A
  212. ==== Result was:
  213.  
  214. ---- Result should have been:
  215. 100
  216. ---- option-13.1 FAILED
  217.  
  218.  
  219. ==== option-13.2 priority levels
  220. ==== Contents of test case:
  221. option get .op1 b A
  222. ==== Result was:
  223.  
  224. ---- Result should have been:
  225. interactive
  226. ---- option-13.2 FAILED
  227.  
  228.  
  229. ==== option-13.3 priority levels
  230. ==== Contents of test case:
  231. option get .op1 b B
  232. ==== Result was:
  233.  
  234. ---- Result should have been:
  235. userDefault
  236. ---- option-13.3 FAILED
  237.  
  238.  
  239. ==== option-13.4 priority levels
  240. ==== Contents of test case:
  241. option get .op1 c B
  242. ==== Result was:
  243.  
  244. ---- Result should have been:
  245. startupFile
  246. ---- option-13.4 FAILED
  247.  
  248.  
  249. ==== option-13.5 priority levels
  250. ==== Contents of test case:
  251. option get .op1 c C
  252. ==== Result was:
  253.  
  254. ---- Result should have been:
  255. widgetDefault
  256. ---- option-13.5 FAILED
  257.  
  258.  
  259. ==== option-13.7 priority levels
  260. ==== Contents of test case:
  261. option get .op1 c B
  262. ==== Result was:
  263.  
  264. ---- Result should have been:
  265. startupFile
  266. ---- option-13.7 FAILED
  267.  
  268.  
  269. ==== option-13.8 priority levels
  270. ==== Contents of test case:
  271. option get .op1 c B
  272. ==== Result was:
  273.  
  274. ---- Result should have been:
  275. file2
  276. ---- option-13.8 FAILED
  277.  
  278.  
  279. ==== option-15.3 database files
  280. ==== Contents of test case:
  281. option get . x2 color
  282. ==== Result was:
  283.  
  284. ---- Result should have been:
  285. green
  286. ---- option-15.3 FAILED
  287. pack.test
  288. text.test
  289. wm.test
  290. Please resize the window with the mouse, then hit return: 
  291. wish: ^Dhomebrew:/usr/add-on/local/ulib/tclsrc.6.5/tclX6.5c> 
  292.  
  293. script done on Tue Dec 22 16:00:50 1992
  294.