Posted to tcl by hypnotoad at Wed Aug 27 13:10:23 GMT 2014view raw

  1. baccarat:unix seandeelywoods$ make test
  2. gcc -c -g -Wall -fno-common -DBUILD_tk -I/Users/seandeelywoods/odie/sandbox/tk-static/unix/../unix -I/Users/seandeelywoods/odie/sandbox/tk-static/unix/../generic -I/Users/seandeelywoods/odie/sandbox/tk-static/unix/../bitmaps -I/Users/seandeelywoods/odie/sandbox/tcl/generic -I/Users/seandeelywoods/odie/sandbox/tcl/unix -I/Users/seandeelywoods/odie/sandbox/tk-static/unix/../macosx -I/Users/seandeelywoods/odie/sandbox/tk-static/unix/../xlib -DPACKAGE_NAME=\"tk\" -DPACKAGE_TARNAME=\"tk\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tk\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DTCL_THREADS=1 -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DHAVE_HIDDEN=1 -DMAC_OSX_TCL=1 -DHAVE_COREFOUNDATION=1 -DHAVE_CAST_TO_UNION=1 -DTCL_SHLIB_EXT=\".dylib\" -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_PW_GECOS=1 -DHAVE_AVAILABILITYMACROS_H=1 -DHAVE_WEAK_IMPORT=1 -D_DARWIN_C_SOURCE=1 -DMAC_OSX_TK=1 -DTCL_NO_DEPRECATED -std=gnu99 -x objective-c -mdynamic-no-pic -DTK_TEST /Users/seandeelywoods/odie/sandbox/tk-static/unix/../unix/tkAppInit.c
  3. rm -f tkTestInit.o
  4. mv tkAppInit.o tkTestInit.o
  5. /Applications/Xcode.app/Contents/Developer/usr/bin/make tktest-real LIB_RUNTIME_DIR="`pwd`:/Users/seandeelywoods/odie/sandbox/tcl/unix"
  6. gcc -g -prebind -headerpad_max_install_names -Wl,-search_paths_first tkTestInit.o tkTest.o tkSquare.o tkOldTest.o tkMacOSXTest.o libtkstub8.6.a -L/Users/seandeelywoods/odie/sandbox/tcl/unix -ltclstub8.6 -L/Users/seandeelywoods/odie/sandbox/tk-static/unix -ltk8.6 \
  7. -L/Users/seandeelywoods/odie/sandbox/tcl/unix -ltcl8.6 -lpthread -framework CoreFoundation -framework Cocoa -framework Carbon -framework IOKit -lz -lpthread -framework CoreFoundation -sectcreate __TEXT __info_plist Wish-Info.plist -o tktest
  8. DYLD_LIBRARY_PATH="`pwd`:/Users/seandeelywoods/odie/sandbox/tcl/unix:${DYLD_LIBRARY_PATH}"; export DYLD_LIBRARY_PATH; TCL_LIBRARY=/Users/seandeelywoods/odie/sandbox/tcl/library; export TCL_LIBRARY; TK_LIBRARY=/Users/seandeelywoods/odie/sandbox/tk-static/library; export TK_LIBRARY; ./tktest /Users/seandeelywoods/odie/sandbox/tk-static/unix/../tests/all.tcl -geometry +0+0
  9. Tests running in interp: /Users/seandeelywoods/odie/sandbox/tk-static/unix/tktest
  10. Tests located in: /Users/seandeelywoods/odie/sandbox/tk-static/tests
  11. Tests running in: /Users/seandeelywoods/odie/sandbox/tk-static/unix
  12. Temporary files stored in /Users/seandeelywoods/odie/sandbox/tk-static/unix
  13. Test files sourced into current interpreter
  14. Running tests that match: *
  15. Skipping test files that match: l.*.test
  16. Only running test files that match: *.test
  17. Tests began at Wed Aug 27 09:09:21 EDT 2014
  18. bell.test
  19. Bell should ring now ...
  20. bgerror.test
  21. bind.test
  22.  
  23.  
  24. ==== bind-13.14 Tk_BindEvent procedure: invalid key detail FAILED
  25. ==== Contents of test case:
  26.  
  27. bind .t.f <Key> "lappend x Key%K"
  28. bind .t.f <KeyRelease> "lappend x Release%K"
  29. event generate .t.f <Key> -keycode 0
  30. event generate .t.f <KeyRelease> -keycode 0
  31. return $x
  32.  
  33. ---- Result was:
  34. Keya Releasea
  35. ---- Result should have been (exact matching):
  36. Key?? Release??
  37. ==== bind-13.14 FAILED
  38.  
  39.  
  40.  
  41. ==== bind-15.23 MatchPatterns procedure, time wrap-around FAILED
  42. ==== Contents of test case:
  43.  
  44. bind .t.f <Double-1> {set x 1}
  45. set x 0
  46. event generate .t.f <Button-1> -time -100
  47. event generate .t.f <Button-1> -time 500
  48. event generate .t.f <ButtonRelease-1>
  49. return $x
  50.  
  51. ---- Result was:
  52. 1
  53. ---- Result should have been (exact matching):
  54. 0
  55. ==== bind-15.23 FAILED
  56.  
  57.  
  58.  
  59. ==== bind-22.22 HandleEventGenerate: options <Configure> -above [winfo id .t] FAILED
  60. ==== Contents of test case:
  61.  
  62. bind .t.f <Configure> "lappend x %a"
  63. event generate .t.f <Configure> -above [winfo id .t]
  64. return $x
  65.  
  66. ---- Test generated error; Return code was: 1
  67. ---- Return code should have been one of: 0 2
  68. ---- errorInfo: bad window name/identifier "0x2c8e9a10"
  69. while executing
  70. "event generate .t.f <Configure> -above [winfo id .t]"
  71. ("uplevel" body line 3)
  72. invoked from within
  73. "uplevel 1 $script"
  74. ---- errorCode: TK LOOKUP WINDOW_ID 0x2c8e9a10
  75. ==== bind-22.22 FAILED
  76.  
  77.  
  78.  
  79. ==== bind-22.66 HandleEventGenerate: options <Key> -root [winfo id .t] FAILED
  80. ==== Contents of test case:
  81.  
  82. bind .t.f <Key> "lappend x %R"
  83. event generate .t.f <Key> -root [winfo id .t]
  84. expr {[winfo id .t] eq $x}
  85.  
  86. ---- Test generated error; Return code was: 1
  87. ---- Return code should have been one of: 0 2
  88. ---- errorInfo: bad window name/identifier "0x2c8e9a10"
  89. while executing
  90. "event generate .t.f <Key> -root [winfo id .t] "
  91. ("uplevel" body line 3)
  92. invoked from within
  93. "uplevel 1 $script"
  94. ---- errorCode: TK LOOKUP WINDOW_ID 0x2c8e9a10
  95. ==== bind-22.66 FAILED
  96.  
  97.  
  98.  
  99. ==== bind-22.108 HandleEventGenerate: options <Key> -subwindow [winfo id .t] FAILED
  100. ==== Contents of test case:
  101.  
  102. bind .t.f <Key> "lappend x %S"
  103. event generate .t.f <Key> -subwindow [winfo id .t]
  104. expr {[winfo id .t] eq $x}
  105.  
  106. ---- Test generated error; Return code was: 1
  107. ---- Return code should have been one of: 0 2
  108. ---- errorInfo: bad window name/identifier "0x2c8e9a10"
  109. while executing
  110. "event generate .t.f <Key> -subwindow [winfo id .t] "
  111. ("uplevel" body line 3)
  112. invoked from within
  113. "uplevel 1 $script"
  114. ---- errorCode: TK LOOKUP WINDOW_ID 0x2c8e9a10
  115. ==== bind-22.108 FAILED
  116.  
  117.  
  118.  
  119. ==== bind-22.131 HandleEventGenerate: options <Unmap> -window [winfo id .t.f] FAILED
  120. ==== Contents of test case:
  121.  
  122. bind .t.f <Unmap> "lappend x %W"
  123. event generate .t.f <Unmap> -window [winfo id .t.f]
  124. return $x
  125.  
  126. ---- Test generated error; Return code was: 1
  127. ---- Return code should have been one of: 0 2
  128. ---- errorInfo: bad window name/identifier "0x2c215710"
  129. while executing
  130. "event generate .t.f <Unmap> -window [winfo id .t.f] "
  131. ("uplevel" body line 3)
  132. invoked from within
  133. "uplevel 1 $script"
  134. ---- errorCode: TK LOOKUP WINDOW_ID 0x2c215710
  135. ==== bind-22.131 FAILED
  136.  
  137. bitmap.test
  138. 2014-08-27 09:09:39.778 tktest[93014:507] CFURLCopyResourcePropertyForKey failed because it was passed this URL which has no scheme: bad_name
  139. border.test
  140. busy.test
  141.  
  142.  
  143. ==== busy-2.10 tk busy hold root window with cursor FAILED
  144. ==== Contents of test case:
  145.  
  146. tk busy hold . -cursor arrow
  147. update
  148.  
  149. ---- Test generated error; Return code was: 1
  150. ---- Return code should have been one of: 0 2
  151. ---- errorInfo: unknown option "-cursor"
  152. while executing
  153. "tk busy hold . -cursor arrow"
  154. ("uplevel" body line 2)
  155. invoked from within
  156. "uplevel 1 $script"
  157. ---- errorCode: TK LOOKUP OPTION -cursor
  158. ==== busy-2.10 FAILED
  159.  
  160.  
  161.  
  162. ==== busy-2.11 tk busy hold (shortcut) root window, cursor FAILED
  163. ==== Contents of test case:
  164.  
  165. tk busy . -cursor arrow
  166. update
  167.  
  168. ---- Test generated error; Return code was: 1
  169. ---- Return code should have been one of: 0 2
  170. ---- errorInfo: unknown option "-cursor"
  171. while executing
  172. "tk busy . -cursor arrow"
  173. ("uplevel" body line 2)
  174. invoked from within
  175. "uplevel 1 $script"
  176. ---- errorCode: TK LOOKUP OPTION -cursor
  177. ==== busy-2.11 FAILED
  178.  
  179.  
  180.  
  181. ==== busy-2.12 tk busy hold root window, invalid cursor FAILED
  182. ==== Contents of test case:
  183.  
  184. tk busy hold . -cursor nonExistingCursor
  185. update
  186.  
  187. ---- Result was:
  188. unknown option "-cursor"
  189. ---- Result should have been (exact matching):
  190. bad cursor spec "nonExistingCursor"
  191. ==== busy-2.12 FAILED
  192.  
  193.  
  194.  
  195. ==== busy-2.13 tk busy hold (shortcut) root window, invalid cursor FAILED
  196. ==== Contents of test case:
  197.  
  198. tk busy . -cursor nonExistingCursor
  199. update
  200.  
  201. ---- Result was:
  202. unknown option "-cursor"
  203. ---- Result should have been (exact matching):
  204. bad cursor spec "nonExistingCursor"
  205. ==== busy-2.13 FAILED
  206.  
  207.  
  208.  
  209. ==== busy-3.6unix tk busy cget unix FAILED
  210. ==== Contents of test case:
  211.  
  212. tk busy cget .f -cursor
  213.  
  214. ---- Test generated error; Return code was: 1
  215. ---- Return code should have been one of: 0 2
  216. ---- errorInfo: unknown option "-cursor"
  217. while executing
  218. "tk busy cget .f -cursor"
  219. ("uplevel" body line 2)
  220. invoked from within
  221. "uplevel 1 $script"
  222. ---- errorCode: TK LOOKUP OPTION -cursor
  223. ==== busy-3.6unix FAILED
  224.  
  225.  
  226.  
  227. ==== busy-3.7 tk busy cget unix FAILED
  228. ==== Contents of test case:
  229.  
  230. tk busy cget .f -cursor
  231.  
  232. ---- Test setup failed:
  233. unknown option "-cursor"
  234. ---- errorInfo(setup): unknown option "-cursor"
  235. while executing
  236. "tk busy hold .f -cursor hand1"
  237. ("uplevel" body line 3)
  238. invoked from within
  239. "uplevel 1 $setup"
  240. ---- errorCode(setup): TK LOOKUP OPTION -cursor
  241. ==== busy-3.7 FAILED
  242.  
  243.  
  244.  
  245. ==== busy-4.4 tk busy configure FAILED
  246. ==== Contents of test case:
  247.  
  248. tk busy configure .f
  249.  
  250. ---- Result was:
  251.  
  252. ---- Result should have been (exact matching):
  253. {-cursor cursor Cursor watch watch}
  254. ==== busy-4.4 FAILED
  255.  
  256.  
  257.  
  258. ==== busy-4.5 tk busy configure FAILED
  259. ==== Contents of test case:
  260.  
  261. tk busy configure .f
  262.  
  263. ---- Test setup failed:
  264. unknown option "-cursor"
  265. ---- errorInfo(setup): unknown option "-cursor"
  266. while executing
  267. "tk busy hold .f -cursor hand2"
  268. ("uplevel" body line 3)
  269. invoked from within
  270. "uplevel 1 $setup"
  271. ---- errorCode(setup): TK LOOKUP OPTION -cursor
  272. ==== busy-4.5 FAILED
  273.  
  274.  
  275.  
  276. ==== busy-4.7 tk busy configure valid option FAILED
  277. ==== Contents of test case:
  278.  
  279. tk busy configure .f -cursor
  280.  
  281. ---- Test generated error; Return code was: 1
  282. ---- Return code should have been one of: 0 2
  283. ---- errorInfo: unknown option "-cursor"
  284. while executing
  285. "tk busy configure .f -cursor"
  286. ("uplevel" body line 2)
  287. invoked from within
  288. "uplevel 1 $script"
  289. ---- errorCode: TK LOOKUP OPTION -cursor
  290. ==== busy-4.7 FAILED
  291.  
  292.  
  293.  
  294. ==== busy-4.8 tk busy configure valid option FAILED
  295. ==== Contents of test case:
  296.  
  297. tk busy configure .f -cursor
  298.  
  299. ---- Test setup failed:
  300. unknown option "-cursor"
  301. ---- errorInfo(setup): unknown option "-cursor"
  302. while executing
  303. "tk busy hold .f -cursor circle"
  304. ("uplevel" body line 3)
  305. invoked from within
  306. "uplevel 1 $setup"
  307. ---- errorCode(setup): TK LOOKUP OPTION -cursor
  308. ==== busy-4.8 FAILED
  309.  
  310.  
  311.  
  312. ==== busy-4.9 tk busy configure valid option with value FAILED
  313. ==== Contents of test case:
  314.  
  315. tk busy configure .f -cursor pencil
  316. tk busy cget .f -cursor
  317.  
  318. ---- Test generated error; Return code was: 1
  319. ---- Return code should have been one of: 0 2
  320. ---- errorInfo: unknown option "-cursor"
  321. while executing
  322. "tk busy configure .f -cursor pencil"
  323. ("uplevel" body line 2)
  324. invoked from within
  325. "uplevel 1 $script"
  326. ---- errorCode: TK LOOKUP OPTION -cursor
  327. ==== busy-4.9 FAILED
  328.  
  329.  
  330.  
  331. ==== busy-4.10 tk busy configure valid option with invalid value FAILED
  332. ==== Contents of test case:
  333.  
  334. tk busy configure .f -cursor nonExistingCursor
  335.  
  336. ---- Result was:
  337. unknown option "-cursor"
  338. ---- Result should have been (exact matching):
  339. bad cursor spec "nonExistingCursor"
  340. ==== busy-4.10 FAILED
  341.  
  342. button.test
  343. 2014-08-27 09:09:44.318 tktest[93014:507] CFURLCopyResourcePropertyForKey failed because it was passed this URL which has no scheme: badValue
  344. 2014-08-27 09:09:44.456 tktest[93014:507] CFURLCopyResourcePropertyForKey failed because it was passed this URL which has no scheme: badValue
  345. 2014-08-27 09:09:44.586 tktest[93014:507] CFURLCopyResourcePropertyForKey failed because it was passed this URL which has no scheme: badValue
  346. 2014-08-27 09:09:44.719 tktest[93014:507] CFURLCopyResourcePropertyForKey failed because it was passed this URL which has no scheme: badValue
  347.  
  348.  
  349. ==== button-13.3 size behaviouor: button FAILED
  350. ==== Contents of test case:
  351.  
  352. .a configure -text Hej
  353. .b configure -text Hej -width 10 -height 1
  354. .c configure -text "" -width 10 -height 1
  355.  
  356. # With -width, width should not be affected by text change
  357. lappend result [expr {[winfo reqwidth .b] == [winfo reqwidth .c]}]
  358. # With -height, height should not be affected by text change
  359. lappend result [expr {[winfo reqheight .b] == [winfo reqheight .c]}]
  360. # A one line text should be as high as -height 1
  361. lappend result [expr {[winfo reqheight .a] == [winfo reqheight .b]}]
  362.  
  363. ---- Result was:
  364. 1 1 0
  365. ---- Result should have been (exact matching):
  366. 1 1 1
  367. ==== button-13.3 FAILED
  368.  
  369.  
  370.  
  371. ==== button-13.4 size behaviouor: button FAILED
  372. ==== Contents of test case:
  373.  
  374. .a configure -text Hej
  375. .b configure -text Hej -width 10 -height 1
  376. .c configure -text "" -width 10 -height 1
  377.  
  378. # With -width, width should not be affected by text change
  379. lappend result [expr {[winfo reqwidth .b] == [winfo reqwidth .c]}]
  380. # With -height, height should not be affected by text change
  381. lappend result [expr {[winfo reqheight .b] == [winfo reqheight .c]}]
  382. # A one line text should be as high as -height 1
  383. lappend result [expr {[winfo reqheight .a] == [winfo reqheight .b]}]
  384.  
  385. ---- Result was:
  386. 1 1 0
  387. ---- Result should have been (exact matching):
  388. 1 1 1
  389. ==== button-13.4 FAILED
  390.  
  391.  
  392.  
  393. ==== button-13.5 size behaviouor: radiobutton FAILED
  394. ==== Contents of test case:
  395.  
  396. .a configure -text Hej
  397. .b configure -text Hej -width 10 -height 1
  398. .c configure -text "" -width 10 -height 1
  399.  
  400. # With -width, width should not be affected by text change
  401. lappend result [expr {[winfo reqwidth .b] == [winfo reqwidth .c]}]
  402. # With -height, height should not be affected by text change
  403. lappend result [expr {[winfo reqheight .b] == [winfo reqheight .c]}]
  404. # A one line text should be as high as -height 1
  405. lappend result [expr {[winfo reqheight .a] == [winfo reqheight .b]}]
  406.  
  407. ---- Result was:
  408. 1 1 0
  409. ---- Result should have been (exact matching):
  410. 1 1 1
  411. ==== button-13.5 FAILED
  412.  
  413.  
  414.  
  415. ==== button-13.6 size behaviouor: radiobutton FAILED
  416. ==== Contents of test case:
  417.  
  418. .a configure -text Hej
  419. .b configure -text Hej -width 10 -height 1
  420. .c configure -text "" -width 10 -height 1
  421.  
  422. # With -width, width should not be affected by text change
  423. lappend result [expr {[winfo reqwidth .b] == [winfo reqwidth .c]}]
  424. # With -height, height should not be affected by text change
  425. lappend result [expr {[winfo reqheight .b] == [winfo reqheight .c]}]
  426. # A one line text should be as high as -height 1
  427. lappend result [expr {[winfo reqheight .a] == [winfo reqheight .b]}]
  428.  
  429. ---- Result was:
  430. 1 1 0
  431. ---- Result should have been (exact matching):
  432. 1 1 1
  433. ==== button-13.6 FAILED
  434.  
  435.  
  436.  
  437. ==== button-13.7 size behaviouor: checkbutton FAILED
  438. ==== Contents of test case:
  439.  
  440. .a configure -text Hej
  441. .b configure -text Hej -width 10 -height 1
  442. .c configure -text "" -width 10 -height 1
  443.  
  444. # With -width, width should not be affected by text change
  445. lappend result [expr {[winfo reqwidth .b] == [winfo reqwidth .c]}]
  446. # With -height, height should not be affected by text change
  447. lappend result [expr {[winfo reqheight .b] == [winfo reqheight .c]}]
  448. # A one line text should be as high as -height 1
  449. lappend result [expr {[winfo reqheight .a] == [winfo reqheight .b]}]
  450.  
  451. ---- Result was:
  452. 1 1 0
  453. ---- Result should have been (exact matching):
  454. 1 1 1
  455. ==== button-13.7 FAILED
  456.  
  457.  
  458.  
  459. ==== button-13.8 size behaviouor: checkbutton FAILED
  460. ==== Contents of test case:
  461.  
  462. .a configure -text Hej
  463. .b configure -text Hej -width 10 -height 1
  464. .c configure -text "" -width 10 -height 1
  465.  
  466. # With -width, width should not be affected by text change
  467. lappend result [expr {[winfo reqwidth .b] == [winfo reqwidth .c]}]
  468. # With -height, height should not be affected by text change
  469. lappend result [expr {[winfo reqheight .b] == [winfo reqheight .c]}]
  470. # A one line text should be as high as -height 1
  471. lappend result [expr {[winfo reqheight .a] == [winfo reqheight .b]}]
  472.  
  473. ---- Result was:
  474. 1 1 0
  475. ---- Result should have been (exact matching):
  476. 1 1 1
  477. ==== button-13.8 FAILED
  478.  
  479. canvImg.test
  480. /bin/sh: line 1: 93014 Segmentation fault: 11 ./tktest /Users/seandeelywoods/odie/sandbox/tk-static/unix/../tests/all.tcl -geometry +0+0
  481. make: *** [test-classic] Error 139
  482. baccarat:unix seandeelywoods$