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

baccarat:unix seandeelywoods$ make test
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
rm -f tkTestInit.o
mv tkAppInit.o tkTestInit.o
/Applications/Xcode.app/Contents/Developer/usr/bin/make tktest-real LIB_RUNTIME_DIR="`pwd`:/Users/seandeelywoods/odie/sandbox/tcl/unix"
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 \
		-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
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 
Tests running in interp:  /Users/seandeelywoods/odie/sandbox/tk-static/unix/tktest
Tests located in:  /Users/seandeelywoods/odie/sandbox/tk-static/tests
Tests running in:  /Users/seandeelywoods/odie/sandbox/tk-static/unix
Temporary files stored in /Users/seandeelywoods/odie/sandbox/tk-static/unix
Test files sourced into current interpreter
Running tests that match:  *
Skipping test files that match:  l.*.test
Only running test files that match:  *.test
Tests began at Wed Aug 27 09:09:21 EDT 2014
bell.test
Bell should ring now ...
bgerror.test
bind.test


==== bind-13.14 Tk_BindEvent procedure: invalid key detail FAILED
==== Contents of test case:

    bind .t.f <Key> "lappend x Key%K"
    bind .t.f <KeyRelease> "lappend x Release%K"
    event generate .t.f <Key> -keycode 0
    event generate .t.f <KeyRelease> -keycode 0
    return $x

---- Result was:
Keya Releasea
---- Result should have been (exact matching):
Key?? Release??
==== bind-13.14 FAILED



==== bind-15.23 MatchPatterns procedure, time wrap-around FAILED
==== Contents of test case:

    bind .t.f <Double-1> {set x 1}
    set x 0
    event generate .t.f <Button-1> -time -100
    event generate .t.f <Button-1> -time 500
    event generate .t.f <ButtonRelease-1>
    return $x

---- Result was:
1
---- Result should have been (exact matching):
0
==== bind-15.23 FAILED



==== bind-22.22 HandleEventGenerate: options <Configure> -above [winfo id .t] FAILED
==== Contents of test case:

    bind .t.f <Configure> "lappend x %a"
    event generate .t.f <Configure> -above [winfo id .t]
    return $x

---- Test generated error; Return code was: 1
---- Return code should have been one of: 0 2
---- errorInfo: bad window name/identifier "0x2c8e9a10"
    while executing
"event generate .t.f <Configure> -above [winfo id .t]"
    ("uplevel" body line 3)
    invoked from within
"uplevel 1 $script"
---- errorCode: TK LOOKUP WINDOW_ID 0x2c8e9a10
==== bind-22.22 FAILED



==== bind-22.66 HandleEventGenerate: options <Key> -root [winfo id .t] FAILED
==== Contents of test case:

    bind .t.f <Key> "lappend x %R"
    event generate .t.f <Key> -root [winfo id .t] 
    expr {[winfo id .t] eq $x}

---- Test generated error; Return code was: 1
---- Return code should have been one of: 0 2
---- errorInfo: bad window name/identifier "0x2c8e9a10"
    while executing
"event generate .t.f <Key> -root [winfo id .t] "
    ("uplevel" body line 3)
    invoked from within
"uplevel 1 $script"
---- errorCode: TK LOOKUP WINDOW_ID 0x2c8e9a10
==== bind-22.66 FAILED



==== bind-22.108 HandleEventGenerate: options <Key> -subwindow [winfo id .t] FAILED
==== Contents of test case:

    bind .t.f <Key> "lappend x %S"
    event generate .t.f <Key> -subwindow [winfo id .t] 
    expr {[winfo id .t] eq $x}

---- Test generated error; Return code was: 1
---- Return code should have been one of: 0 2
---- errorInfo: bad window name/identifier "0x2c8e9a10"
    while executing
"event generate .t.f <Key> -subwindow [winfo id .t] "
    ("uplevel" body line 3)
    invoked from within
"uplevel 1 $script"
---- errorCode: TK LOOKUP WINDOW_ID 0x2c8e9a10
==== bind-22.108 FAILED



==== bind-22.131 HandleEventGenerate: options <Unmap> -window [winfo id .t.f] FAILED
==== Contents of test case:

    bind .t.f <Unmap> "lappend x %W"
    event generate .t.f <Unmap> -window [winfo id .t.f] 
    return $x

---- Test generated error; Return code was: 1
---- Return code should have been one of: 0 2
---- errorInfo: bad window name/identifier "0x2c215710"
    while executing
"event generate .t.f <Unmap> -window [winfo id .t.f] "
    ("uplevel" body line 3)
    invoked from within
"uplevel 1 $script"
---- errorCode: TK LOOKUP WINDOW_ID 0x2c215710
==== bind-22.131 FAILED

bitmap.test
2014-08-27 09:09:39.778 tktest[93014:507] CFURLCopyResourcePropertyForKey failed because it was passed this URL which has no scheme: bad_name
border.test
busy.test


==== busy-2.10 tk busy hold root window with cursor FAILED
==== Contents of test case:

    tk busy hold . -cursor arrow
    update

---- Test generated error; Return code was: 1
---- Return code should have been one of: 0 2
---- errorInfo: unknown option "-cursor"
    while executing
"tk busy hold . -cursor arrow"
    ("uplevel" body line 2)
    invoked from within
"uplevel 1 $script"
---- errorCode: TK LOOKUP OPTION -cursor
==== busy-2.10 FAILED



==== busy-2.11 tk busy hold (shortcut) root window, cursor FAILED
==== Contents of test case:

    tk busy . -cursor arrow
    update

---- Test generated error; Return code was: 1
---- Return code should have been one of: 0 2
---- errorInfo: unknown option "-cursor"
    while executing
"tk busy . -cursor arrow"
    ("uplevel" body line 2)
    invoked from within
"uplevel 1 $script"
---- errorCode: TK LOOKUP OPTION -cursor
==== busy-2.11 FAILED



==== busy-2.12 tk busy hold root window, invalid cursor FAILED
==== Contents of test case:

    tk busy hold . -cursor nonExistingCursor
    update

---- Result was:
unknown option "-cursor"
---- Result should have been (exact matching):
bad cursor spec "nonExistingCursor"
==== busy-2.12 FAILED



==== busy-2.13 tk busy hold (shortcut) root window, invalid cursor FAILED
==== Contents of test case:

    tk busy . -cursor nonExistingCursor
    update

---- Result was:
unknown option "-cursor"
---- Result should have been (exact matching):
bad cursor spec "nonExistingCursor"
==== busy-2.13 FAILED



==== busy-3.6unix tk busy cget unix FAILED
==== Contents of test case:

    tk busy cget .f -cursor

---- Test generated error; Return code was: 1
---- Return code should have been one of: 0 2
---- errorInfo: unknown option "-cursor"
    while executing
"tk busy cget .f -cursor"
    ("uplevel" body line 2)
    invoked from within
"uplevel 1 $script"
---- errorCode: TK LOOKUP OPTION -cursor
==== busy-3.6unix FAILED



==== busy-3.7 tk busy cget unix FAILED
==== Contents of test case:

    tk busy cget .f -cursor

---- Test setup failed:
unknown option "-cursor"
---- errorInfo(setup): unknown option "-cursor"
    while executing
"tk busy hold .f -cursor hand1"
    ("uplevel" body line 3)
    invoked from within
"uplevel 1 $setup"
---- errorCode(setup): TK LOOKUP OPTION -cursor
==== busy-3.7 FAILED



==== busy-4.4 tk busy configure FAILED
==== Contents of test case:

    tk busy configure .f

---- Result was:

---- Result should have been (exact matching):
{-cursor cursor Cursor watch watch}
==== busy-4.4 FAILED



==== busy-4.5 tk busy configure FAILED
==== Contents of test case:

    tk busy configure .f

---- Test setup failed:
unknown option "-cursor"
---- errorInfo(setup): unknown option "-cursor"
    while executing
"tk busy hold .f -cursor hand2"
    ("uplevel" body line 3)
    invoked from within
"uplevel 1 $setup"
---- errorCode(setup): TK LOOKUP OPTION -cursor
==== busy-4.5 FAILED



==== busy-4.7 tk busy configure valid option FAILED
==== Contents of test case:

    tk busy configure .f -cursor

---- Test generated error; Return code was: 1
---- Return code should have been one of: 0 2
---- errorInfo: unknown option "-cursor"
    while executing
"tk busy configure .f -cursor"
    ("uplevel" body line 2)
    invoked from within
"uplevel 1 $script"
---- errorCode: TK LOOKUP OPTION -cursor
==== busy-4.7 FAILED



==== busy-4.8 tk busy configure valid option FAILED
==== Contents of test case:

    tk busy configure .f -cursor

---- Test setup failed:
unknown option "-cursor"
---- errorInfo(setup): unknown option "-cursor"
    while executing
"tk busy hold .f -cursor circle"
    ("uplevel" body line 3)
    invoked from within
"uplevel 1 $setup"
---- errorCode(setup): TK LOOKUP OPTION -cursor
==== busy-4.8 FAILED



==== busy-4.9 tk busy configure valid option with value FAILED
==== Contents of test case:

    tk busy configure .f -cursor pencil
    tk busy cget .f -cursor

---- Test generated error; Return code was: 1
---- Return code should have been one of: 0 2
---- errorInfo: unknown option "-cursor"
    while executing
"tk busy configure .f -cursor pencil"
    ("uplevel" body line 2)
    invoked from within
"uplevel 1 $script"
---- errorCode: TK LOOKUP OPTION -cursor
==== busy-4.9 FAILED



==== busy-4.10 tk busy configure valid option with invalid value FAILED
==== Contents of test case:

    tk busy configure .f -cursor nonExistingCursor

---- Result was:
unknown option "-cursor"
---- Result should have been (exact matching):
bad cursor spec "nonExistingCursor"
==== busy-4.10 FAILED

button.test
2014-08-27 09:09:44.318 tktest[93014:507] CFURLCopyResourcePropertyForKey failed because it was passed this URL which has no scheme: badValue
2014-08-27 09:09:44.456 tktest[93014:507] CFURLCopyResourcePropertyForKey failed because it was passed this URL which has no scheme: badValue
2014-08-27 09:09:44.586 tktest[93014:507] CFURLCopyResourcePropertyForKey failed because it was passed this URL which has no scheme: badValue
2014-08-27 09:09:44.719 tktest[93014:507] CFURLCopyResourcePropertyForKey failed because it was passed this URL which has no scheme: badValue


==== button-13.3 size behaviouor: button FAILED
==== Contents of test case:

	.a configure -text Hej 
	.b configure -text Hej -width 10 -height 1
	.c configure -text "" -width 10 -height 1

# With -width, width should not be affected by text change
	lappend result [expr {[winfo reqwidth .b] == [winfo reqwidth .c]}]
# With -height, height should not be affected by text change
	lappend result [expr {[winfo reqheight .b] == [winfo reqheight .c]}]
# A one line text should be as high as -height 1
	lappend result [expr {[winfo reqheight .a] == [winfo reqheight .b]}]

---- Result was:
1 1 0
---- Result should have been (exact matching):
1 1 1
==== button-13.3 FAILED



==== button-13.4 size behaviouor: button FAILED
==== Contents of test case:

	.a configure -text Hej 
	.b configure -text Hej -width 10 -height 1
	.c configure -text "" -width 10 -height 1

# With -width, width should not be affected by text change
	lappend result [expr {[winfo reqwidth .b] == [winfo reqwidth .c]}]
# With -height, height should not be affected by text change
	lappend result [expr {[winfo reqheight .b] == [winfo reqheight .c]}]
# A one line text should be as high as -height 1
	lappend result [expr {[winfo reqheight .a] == [winfo reqheight .b]}]

---- Result was:
1 1 0
---- Result should have been (exact matching):
1 1 1
==== button-13.4 FAILED



==== button-13.5 size behaviouor: radiobutton FAILED
==== Contents of test case:

	.a configure -text Hej 
	.b configure -text Hej -width 10 -height 1
	.c configure -text "" -width 10 -height 1

# With -width, width should not be affected by text change
	lappend result [expr {[winfo reqwidth .b] == [winfo reqwidth .c]}]
# With -height, height should not be affected by text change
	lappend result [expr {[winfo reqheight .b] == [winfo reqheight .c]}]
# A one line text should be as high as -height 1
	lappend result [expr {[winfo reqheight .a] == [winfo reqheight .b]}]

---- Result was:
1 1 0
---- Result should have been (exact matching):
1 1 1
==== button-13.5 FAILED



==== button-13.6 size behaviouor: radiobutton FAILED
==== Contents of test case:

	.a configure -text Hej 
	.b configure -text Hej -width 10 -height 1
	.c configure -text "" -width 10 -height 1

# With -width, width should not be affected by text change
	lappend result [expr {[winfo reqwidth .b] == [winfo reqwidth .c]}]
# With -height, height should not be affected by text change
	lappend result [expr {[winfo reqheight .b] == [winfo reqheight .c]}]
# A one line text should be as high as -height 1
	lappend result [expr {[winfo reqheight .a] == [winfo reqheight .b]}]

---- Result was:
1 1 0
---- Result should have been (exact matching):
1 1 1
==== button-13.6 FAILED



==== button-13.7 size behaviouor: checkbutton FAILED
==== Contents of test case:

	.a configure -text Hej 
	.b configure -text Hej -width 10 -height 1
	.c configure -text "" -width 10 -height 1

# With -width, width should not be affected by text change
	lappend result [expr {[winfo reqwidth .b] == [winfo reqwidth .c]}]
# With -height, height should not be affected by text change
	lappend result [expr {[winfo reqheight .b] == [winfo reqheight .c]}]
# A one line text should be as high as -height 1
	lappend result [expr {[winfo reqheight .a] == [winfo reqheight .b]}]

---- Result was:
1 1 0
---- Result should have been (exact matching):
1 1 1
==== button-13.7 FAILED



==== button-13.8 size behaviouor: checkbutton FAILED
==== Contents of test case:

	.a configure -text Hej 
	.b configure -text Hej -width 10 -height 1
	.c configure -text "" -width 10 -height 1

# With -width, width should not be affected by text change
	lappend result [expr {[winfo reqwidth .b] == [winfo reqwidth .c]}]
# With -height, height should not be affected by text change
	lappend result [expr {[winfo reqheight .b] == [winfo reqheight .c]}]
# A one line text should be as high as -height 1
	lappend result [expr {[winfo reqheight .a] == [winfo reqheight .b]}]

---- Result was:
1 1 0
---- Result should have been (exact matching):
1 1 1
==== button-13.8 FAILED

canvImg.test
/bin/sh: line 1: 93014 Segmentation fault: 11  ./tktest /Users/seandeelywoods/odie/sandbox/tk-static/unix/../tests/all.tcl -geometry +0+0
make: *** [test-classic] Error 139
baccarat:unix seandeelywoods$