Checking if your kit is complete... Looks good Writing Makefile for Tk::JComboBox cp lib/Tk/CWidget/Util/Boolean.pm blib/lib/Tk/CWidget/Util/Boolean.pm cp lib/Tk/JComboBox/tutorial.pod blib/lib/Tk/JComboBox/tutorial.pod cp lib/Tk/CWidget.pm blib/lib/Tk/CWidget.pm cp lib/Tk/CWidget.pod blib/lib/Tk/CWidget.pod cp lib/Tk/JComboBox.pod blib/lib/Tk/JComboBox.pod cp lib/Tk/JComboBox/jcb_edit.gif blib/lib/Tk/JComboBox/jcb_edit.gif cp lib/Tk/JComboBox.pm blib/lib/Tk/JComboBox.pm cp lib/Tk/JComboBox/jcb_ro.gif blib/lib/Tk/JComboBox/jcb_ro.gif Manifying blib/man3/Tk::JComboBox::tutorial.3 Manifying blib/man3/Tk::JComboBox.3 Manifying blib/man3/Tk::CWidget.3 PERL_DL_NONLAZY=1 /home/cpanrun/parisc2.0-lp64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01_Create..............1..31 ok 1 - use Tk::JComboBox; ok 2 - Created new Object ok 3 - Test object identity isa Tk::JComboBox ok 4 - Test inheritance from CWidget isa Tk::CWidget ok 5 - Test inheritance from Tk::Frame isa Tk::Frame ok 6 - Test inheritance from Tk::Derived isa Tk::Derived ok 7 - Test inheritance from Tk::Widget isa Tk::Widget ok 8 - Check Default Mode ok 9 - Test Expected to fail for invalid -mode value ok 10 - Test for setting readonly mode ok 11 - Test that readonly mode was configured ok 12 - Test default relief for readonly mode ok 13 - Test that readonly mode was unchanged ok 14 - Entry is a Tk::Label ok 15 - Frame is a Tk::Frame ok 16 - Button is a Tk::Label ok 17 - Popup isa Tk::Toplevel ok 18 ok 19 - Check that Entry is the same as RO_Entry ok 20 - Check that RO_Button is the same as Button ok 21 - Test for setting editable mode ok 22 - test that editable mode was configured ok 23 - Test default relief for editable mode ok 24 - Test that editable mode unchanged ok 25 - Entry is a Tk::Entry ok 26 - Frame is a Tk::Frame ok 27 - Button is a Tk::Label ok 28 - Popup isa Tk::Toplevel ok 29 ok 30 - Check that Entry is the same as ED_Entry ok 31 - Check that Button is the same as ED_Button ok t/02_Options_Basic.......1..205 # # # Test arrowbitmap: ok 1 ok 2 ok 3 ok 4 # # Test arrowimage ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 # # Test background ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 # # Test borderwidth: ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 # # Test cursor: ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 # # Test entrybackground: ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 # # Test entrywidth: ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 # # Test foreground: ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 # # Test gap: ok 71 ok 72 ok 73 ok 74 ok 75 # # Test highlightthickness: ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 ok 83 ok 84 # # Test highlight: ok 85 ok 86 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok 94 ok 95 ok 96 ok 97 ok 98 ok 99 ok 100 ok 101 ok 102 ok 103 ok 104 # # Test listwidth: ok 105 ok 106 ok 107 ok 108 ok 109 ok 110 ok 111 # # Test pady: ok 112 ok 113 ok 114 ok 115 ok 116 ok 117 # # Test relief: ok 118 ok 119 ok 120 ok 121 ok 122 ok 123 ok 124 ok 125 ok 126 ok 127 # # Test selectbackground: ok 128 ok 129 ok 130 ok 131 ok 132 ok 133 ok 134 ok 135 ok 136 ok 137 # # Test selectforeground: ok 138 ok 139 ok 140 ok 141 ok 142 ok 143 ok 144 ok 145 ok 146 ok 147 # # Test selectborderwidth: ok 148 ok 149 ok 150 ok 151 ok 152 ok 153 ok 154 ok 155 ok 156 ok 157 # # Test takefocus: ok 158 ok 159 ok 160 ok 161 ok 162 ok 163 ok 164 ok 165 ok 166 ok 167 ok 168 ok 169 ok 170 ok 171 ok 172 ok 173 ok 174 ok 175 ok 176 ok 177 ok 178 ok 179 ok 180 ok 181 ok 182 ok 183 # # Test TextVariable: ok 184 ok 185 ok 186 ok 187 ok 188 ok 189 ok 190 ok 191 ok 192 ok 193 ok 194 ok 195 ok 196 ok 197 ok 198 ok 199 ok 200 ok 201 ok 202 ok 203 ok 204 ok 205 ok t/03_Options_Callback....1..71 # # # testing buttoncommand: ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 # # testing keycommand: ok 17 - KeyCommand called ok 18 - uChar correctly passed ok 19 - key correctly passed ok 20 - KeyCommand called ok 21 - uChar correctly passed ok 22 - key correctly passed # # testing popupcreate/modify: ok 23 - -popupcreate called, even when there are no items ok 24 - -popupcreate called, even when there are no items ok 25 - -popupcreate - configured, items, popup invisible ok 26 - -popupcreate not called when popup is visible ok 27 - -popupcreate called from ok 28 - -popupcreate not called when popup is visible ok 29 - -popupcreate called, even when there are no items ok 30 - -popupcreate called, even when there are no items ok 31 - -popupcreate - configured, items, popup invisible ok 32 - -popupcreate not called when popup is visible ok 33 - -popupcreate called from ok 34 - -popupcreate not called when popup is visible ok 35 - -popupmodify called, even when there are no items ok 36 - -popupmodify called, even when there are no items ok 37 - -popupmodify - configured, items, popup invisible ok 38 - -popupmodify not called when popup is visible ok 39 - -popupmodify called from ok 40 - -popupmodify not called when popup is visible ok 41 - -popupmodify called, even when there are no items ok 42 - -popupmodify called, even when there are no items ok 43 - -popupmodify - configured, items, popup invisible ok 44 - -popupmodify not called when popup is visible ok 45 - -popupmodify called from ok 46 - -popupmodify not called when popup is visible ok 47 ok 48 # # testing selectcommand: ok 49 - Verify that -selectcommand callback was called ok 50 - verify that index 0 was passed to callback ok 51 - verify that "one" (name) was selected ok 52 - verify that "one"(value) was selected ok 53 - -selectcommand triggered by duplicate selection ok 54 - verify that -selectcommand callback was called ok 55 - verify that index 3 was passed ok 56 ok 57 ok 58 - Verify that -selectcommand callback was called ok 59 - verify that index 0 was passed to callback ok 60 - verify that "one" (name) was selected ok 61 - verify that "one"(value) was selected ok 62 - -selectcommand triggered by duplicate selection ok 63 - verify that -selectcommand callback was called ok 64 - verify that index 3 was passed ok 65 ok 66 # # testing validation: ok 67 - validatecommand should have been called ok 68 - validatecommand was called because of "a" ok 69 ok 70 ok 71 ok t/04_Options_Misc........1..254 # # # testing autofind: ok 1 ok 2 - -select is off by default ok 3 - -showpopup is on by default ok 4 ok 5 - popup should be withdrawn when no match ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 - -select is off by default ok 35 - -showpopup is on by default ok 36 ok 37 - popup should be withdrawn when no match ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 not ok 46 - # Failed test (t/04_Options_Misc.t at line 364) # Fail - TestAutoFindEditableSearch: no keycode for keysym "BackSpace" at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64/Tk/Submethods.pm line 19. # ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 # Failed test (t/04_Options_Misc.t at line 383) not ok 56 - # Fail - TestAutoFindEditableSelect: no keycode for keysym "BackSpace" at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64/Tk/Submethods.pm line 19. # ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 # # testing choices: ok 79 ok 80 ok 81 ok 82 ok 83 ok 84 ok 85 ok 86 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok 94 ok 95 ok 96 ok 97 ok 98 ok 99 ok 100 ok 101 ok 102 ok 103 ok 104 ok 105 ok 106 ok 107 ok 108 ok 109 ok 110 ok 111 ok 112 ok 113 ok 114 ok 115 ok 116 ok 117 ok 118 ok 119 ok 120 ok 121 ok 122 ok 123 ok 124 ok 125 ok 126 ok 127 ok 128 # # Test Choices - FETCHSIZE ok 129 ok 130 # # Test Choices - CLEAR # # Test Choices - PUSH ok 131 ok 132 ok 133 ok 134 ok 135 # # Test Choices - POP ok 136 ok 137 # # Test Choices - SHIFT ok 138 ok 139 ok 140 # # Test Choices - STORE ok 141 ok 142 ok 143 ok 144 ok 145 ok 146 # # # Test Choices - FETCH ok 147 ok 148 # # Test Choices - UNSHIFT ok 149 ok 150 ok 151 ok 152 # # Test Choices - DELETE ok 153 ok 154 ok 155 # # testing listhighlight: ok 156 ok 157 ok 158 ok 159 ok 160 ok 161 ok 162 ok 163 ok 164 ok 165 ok 166 ok 167 ok 168 ok 169 ok 170 ok 171 # # testing maxrows: ok 172 ok 173 ok 174 ok 175 ok 176 ok 177 ok 178 ok 179 ok 180 ok 181 ok 182 ok 183 ok 184 ok 185 ok 186 ok 187 # # testing state: ok 188 ok 189 ok 190 ok 191 ok 192 ok 193 ok 194 ok 195 ok 196 ok 197 # # testing updownselect: ok 198 ok 199 ok 200 ok 201 ok 202 ok 203 ok 204 ok 205 ok 206 ok 207 ok 208 ok 209 ok 210 ok 211 ok 212 ok 213 ok 214 ok 215 ok 216 ok 217 ok 218 ok 219 ok 220 ok 221 ok 222 ok 223 ok 224 ok 225 ok 226 ok 227 ok 228 ok 229 ok 230 ok 231 ok 232 ok 233 ok 234 ok 235 ok 236 ok 237 ok 238 ok 239 # Looks like you planned 254 tests but only ran 239. dubious Test returned status 17 (wstat 4352, 0x1100) DIED. FAILED tests 46, 56, 240-254 Failed 17/254 tests, 93.31% okay t/05_Methods.............1..130 # # # Test existance of public methods # # Testing Add Functionality: ok 1 - Tk::JComboBox->can(...) ok 2 ok 3 - getSelectedIndex ok 4 - getItemNameAt ok 5 - getItemValueAt ok 6 - getSelectedValue ok 7 ok 8 ok 9 ok 10 - checkNameValue/getItemNameAt ok 11 - checkNameValue/getItemValueAt ok 12 - getSelectedIndex ok 13 - getItemNameAt ok 14 - getItemValueAt ok 15 - getSelectedValue ok 16 ok 17 ok 18 ok 19 - checkNameValue/getItemNameAt ok 20 - checkNameValue/getItemValueAt ok 21 - getSelectedIndex ok 22 - getItemNameAt ok 23 - getItemValueAt ok 24 - getSelectedValue ok 25 ok 26 ok 27 ok 28 - checkNameValue/getItemNameAt ok 29 - checkNameValue/getItemValueAt ok 30 - getSelectedIndex ok 31 - getItemNameAt ok 32 - getItemValueAt ok 33 - getSelectedValue ok 34 ok 35 ok 36 ok 37 - checkNameValue/getItemNameAt ok 38 - checkNameValue/getItemValueAt ok 39 ok 40 - checkNameValue/getItemNameAt ok 41 - checkNameValue/getItemValueAt ok 42 - getSelectedIndex ok 43 - getItemNameAt ok 44 - getItemValueAt ok 45 - getSelectedValue ok 46 # # Testing Remove Functionality: ok 47 ok 48 ok 49 ok 50 - checkNameValue/getItemNameAt ok 51 - checkNameValue/getItemValueAt ok 52 - getSelectedIndex ok 53 - getItemNameAt ok 54 - getItemValueAt ok 55 - getSelectedValue ok 56 ok 57 ok 58 ok 59 - checkNameValue/getItemNameAt ok 60 - checkNameValue/getItemValueAt ok 61 - getSelectedIndex ok 62 - getItemNameAt ok 63 - getItemValueAt ok 64 - getSelectedValue ok 65 ok 66 ok 67 - getSelectedIndex ok 68 - getItemNameAt ok 69 - getItemValueAt ok 70 - getSelectedValue ok 71 # # Test Popup-related methods: ok 72 ok 73 ok 74 # # Test Selection-related methods: ok 75 - getSelectedIndex ok 76 - getItemNameAt ok 77 - getItemValueAt ok 78 - getSelectedValue ok 79 ok 80 - getSelectedIndex ok 81 - getItemNameAt ok 82 - getItemValueAt ok 83 - getSelectedValue ok 84 ok 85 - getSelectedIndex ok 86 - getItemNameAt ok 87 - getItemValueAt ok 88 - getSelectedValue ok 89 ok 90 - getSelectedIndex ok 91 - getItemNameAt ok 92 - getItemValueAt ok 93 - getSelectedValue ok 94 ok 95 - getSelectedIndex ok 96 - getItemNameAt ok 97 - getItemValueAt ok 98 - getSelectedValue ok 99 ok 100 - getSelectedIndex ok 101 - getItemNameAt ok 102 - getItemValueAt ok 103 - getSelectedValue ok 104 ok 105 - getSelectedIndex ok 106 - getItemNameAt ok 107 - getItemValueAt ok 108 - getSelectedValue ok 109 ok 110 - getSelectedIndex ok 111 - getItemNameAt ok 112 - getItemValueAt ok 113 - getSelectedValue ok 114 ok 115 - getSelectedIndex ok 116 - getItemNameAt ok 117 - getItemValueAt ok 118 - getSelectedValue ok 119 ok 120 ok 121 # # Test Index-related methods: ok 122 ok 123 ok 124 ok 125 ok 126 ok 127 ok 128 ok 129 ok 130 ok t/06_Bugs................1..28 # # # Test Item Visible After AutoFind ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 # # Test that stolen grab (local) was returned ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 # # Test that stolen grab (global) was returned ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok t/07_Pod.................1..6 ok 1 - blib/lib/Tk/CWidget.pm ok 2 - blib/lib/Tk/CWidget.pod ok 3 - blib/lib/Tk/JComboBox.pod ok 4 - blib/lib/Tk/JComboBox.pm ok 5 - blib/lib/Tk/JComboBox/tutorial.pod ok 6 - blib/lib/Tk/CWidget/Util/Boolean.pm ok Failed 1/7 test scripts, 85.71% okay. 17/725 subtests failed, 97.66% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/04_Options_Misc.t 17 4352 254 32 12.60% 46 56 240-254 make: *** [test_dynamic] Error 25