Subject: | Many tests fail with core dumps on solaris 2.9 |
I get the following test results when I do "make test" for Tk-804.027
on Solaris 2.9 (Sparc). Perl is 5.8.6, compiler is gcc 3.4.3, both built from OpenPKG packages.
t/after......................ok
t/autoload...................ok
t/balloon....................ok
t/browseentry-grabtest.......ok
t/browseentry-subclassing....dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
after all the subtests completed successfully
t/browseentry................dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
DIED. FAILED tests 8-15
Failed 8/15 tests, 46.67% okay
t/browseentry2...............ok
t/button.....................ok
t/create.....................dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
DIED. FAILED tests 11-528
Failed 518/528 tests, 1.89% okay
t/cursor.....................dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
DIED. FAILED tests 1-7
Failed 7/7 tests, 0.00% okay
t/dash.......................ok
t/dialogbox..................dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
DIED. FAILED tests 3-8
Failed 6/8 tests, 25.00% okay
t/entry......................dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
DIED. FAILED tests 3-336
Failed 334/336 tests, 0.60% okay
t/fbox.......................ok
t/fileevent..................ok
t/fileselect.................ok
t/font.......................ok
t/fork.......................dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
t/geomgr.....................dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
DIED. FAILED tests 2-19
Failed 18/19 tests, 5.26% okay
t/iso8859-1..................ok
t/JP.........................skipped
all skipped: locale's 'iso-8859-1' cannot represent Japanese.
t/KR.........................skipped
all skipped: locale's 'iso-8859-1' cannot represent Korean.
t/leak.......................ok
t/list.......................ok
t/listbox....................dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
DIED. FAILED tests 1-437
Failed 437/437 tests, 0.00% okay
t/listvar....................ok
t/magic......................ok
t/mega.......................dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
DIED. FAILED tests 2-8
Failed 7/8 tests, 12.50% okay
t/mwm........................ok
t/optmenu....................ok
t/photo......................dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
DIED. FAILED tests 2-100
Failed 99/100 tests, 1.00% okay
t/pixmap.....................ok
t/progbar....................ok
t/regexp.....................ok
t/Require....................ok
t/slaves.....................ok
t/Trace......................ok
t/trace1.....................dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
DIED. FAILED tests 3-17
Failed 15/17 tests, 11.76% okay
t/widget.....................ok
t/wm-time....................dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
DIED. FAILED tests 1-6
Failed 6/6 tests, 0.00% okay
t/wm.........................dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
t/X..........................ok
t/zzHList....................dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
DIED. FAILED tests 5-23
Failed 19/23 tests, 17.39% okay
t/zzPhoto....................ok
t/zzScrolled.................dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
DIED. FAILED tests 5-94
Failed 90/94 tests, 4.26% okay
t/zzText.....................dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
DIED. FAILED tests 9-22
Failed 14/22 tests, 36.36% okay
t/zzTixGrid..................dubious
Test returned status 0 (wstat 138, 0x8a)
test program seems to have generated a core
DIED. FAILED tests 7-33
Failed 27/33 tests, 18.18% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/browseentry-subclassing.t 0 138 2 0 0.00% ??
t/browseentry.t 0 138 15 16 106.67% 8-15
t/create.t 0 138 528 1036 196.21% 11-528
t/cursor.t 0 138 7 14 200.00% 1-7
t/dialogbox.t 0 138 8 12 150.00% 3-8
t/entry.t 0 138 336 668 198.81% 3-336
t/fork.t 0 138 1 2 200.00% 1
t/geomgr.t 0 138 19 36 189.47% 2-19
t/listbox.t 0 138 437 874 200.00% 1-437
t/mega.t 0 138 8 14 175.00% 2-8
t/photo.t 0 138 100 198 198.00% 2-100
t/trace1.t 0 138 17 30 176.47% 3-17
t/wm-time.t 0 138 6 12 200.00% 1-6
t/wm.t 0 138 1 2 200.00% 1
t/zzHList.t 0 138 23 38 165.22% 5-23
t/zzScrolled.t 0 138 94 180 191.49% 5-94
t/zzText.t 0 138 22 28 127.27% 9-22
t/zzTixGrid.t 0 138 33 54 163.64% 7-33
2 tests skipped.
Failed 18/47 test scripts, 61.70% okay. 1607/2054 subtests failed, 21.76% okay.
make: *** [test_dynamic] Error 255