| 1 | [li11-226:parrot] 514 $ prove -v t/dynpmc/gdbmhash.t |
|---|
| 2 | t/dynpmc/gdbmhash.... |
|---|
| 3 | 1..13 |
|---|
| 4 | ok 1 - typeof |
|---|
| 5 | ok 2 - check whether interface is done |
|---|
| 6 | not ok 3 - get_integer |
|---|
| 7 | |
|---|
| 8 | # Failed test 'get_integer' |
|---|
| 9 | # at t/dynpmc/gdbmhash.t line 73. |
|---|
| 10 | # Exited with error code: 127 |
|---|
| 11 | # Received: |
|---|
| 12 | # An unitialized GDBMHash has size 0. |
|---|
| 13 | # ./parrot: symbol lookup error: runtime/parrot/dynext/gdbmhash.so: undefined symbol: gdbm_open |
|---|
| 14 | # |
|---|
| 15 | # Expected: |
|---|
| 16 | # An unitialized GDBMHash has size 0. |
|---|
| 17 | # An GDBMHash for a new file has size 0. |
|---|
| 18 | # After one assignment GDBMHash has size 1. |
|---|
| 19 | # After two assignments GDBMHash has size 2. |
|---|
| 20 | # After 15 assignments GDBMHash has size 15. |
|---|
| 21 | # After 15 assignments and 2 deletes GDBMHash has size 13. |
|---|
| 22 | # |
|---|
| 23 | not ok 4 - get_bool |
|---|
| 24 | |
|---|
| 25 | # Failed test 'get_bool' |
|---|
| 26 | # at t/dynpmc/gdbmhash.t line 136. |
|---|
| 27 | # Exited with error code: 127 |
|---|
| 28 | # Received: |
|---|
| 29 | # An uninitialized GDBMHash is not. |
|---|
| 30 | # ./parrot: symbol lookup error: runtime/parrot/dynext/gdbmhash.so: undefined symbol: gdbm_open |
|---|
| 31 | # |
|---|
| 32 | # Expected: |
|---|
| 33 | # An uninitialized GDBMHash is not. |
|---|
| 34 | # An GDBMHash for a new file is not. |
|---|
| 35 | # After one insert the GDBMHash is. |
|---|
| 36 | # |
|---|
| 37 | not ok 5 - modify an entry |
|---|
| 38 | |
|---|
| 39 | # Failed test 'modify an entry' |
|---|
| 40 | # at t/dynpmc/gdbmhash.t line 167. |
|---|
| 41 | # Exited with error code: 127 |
|---|
| 42 | # Received: |
|---|
| 43 | # ./parrot: symbol lookup error: runtime/parrot/dynext/gdbmhash.so: undefined symbol: gdbm_open |
|---|
| 44 | # |
|---|
| 45 | # Expected: |
|---|
| 46 | # Wert urspruenglich |
|---|
| 47 | # Wert geaendert |
|---|
| 48 | # Wert nocheinmal geaendert |
|---|
| 49 | # Wert urspruenglich |
|---|
| 50 | # |
|---|
| 51 | not ok 6 - exists_keyed |
|---|
| 52 | |
|---|
| 53 | # Failed test 'exists_keyed' |
|---|
| 54 | # at t/dynpmc/gdbmhash.t line 195. |
|---|
| 55 | # Exited with error code: 127 |
|---|
| 56 | # Received: |
|---|
| 57 | # ./parrot: symbol lookup error: runtime/parrot/dynext/gdbmhash.so: undefined symbol: gdbm_open |
|---|
| 58 | # |
|---|
| 59 | # Expected: |
|---|
| 60 | # 0 |
|---|
| 61 | # 1 |
|---|
| 62 | # 0 |
|---|
| 63 | # 1 |
|---|
| 64 | # |
|---|
| 65 | not ok 7 - set STRING with STRING key |
|---|
| 66 | |
|---|
| 67 | # Failed test 'set STRING with STRING key' |
|---|
| 68 | # at t/dynpmc/gdbmhash.t line 229. |
|---|
| 69 | # Exited with error code: 127 |
|---|
| 70 | # Received: |
|---|
| 71 | # ./parrot: symbol lookup error: runtime/parrot/dynext/gdbmhash.so: undefined symbol: gdbm_open |
|---|
| 72 | # |
|---|
| 73 | # Expected: |
|---|
| 74 | # Wert |
|---|
| 75 | # Wert |
|---|
| 76 | # Wert |
|---|
| 77 | # Wert |
|---|
| 78 | # |
|---|
| 79 | not ok 8 - set STRING with a PMC key |
|---|
| 80 | |
|---|
| 81 | # Failed test 'set STRING with a PMC key' |
|---|
| 82 | # at t/dynpmc/gdbmhash.t line 259. |
|---|
| 83 | # Exited with error code: 127 |
|---|
| 84 | # Received: |
|---|
| 85 | # ./parrot: symbol lookup error: runtime/parrot/dynext/gdbmhash.so: undefined symbol: gdbm_open |
|---|
| 86 | # |
|---|
| 87 | # Expected: |
|---|
| 88 | # Wert |
|---|
| 89 | # Wert |
|---|
| 90 | # Wert |
|---|
| 91 | # Wert |
|---|
| 92 | # |
|---|
| 93 | not ok 9 - set PMC with STRING key |
|---|
| 94 | |
|---|
| 95 | # Failed test 'set PMC with STRING key' |
|---|
| 96 | # at t/dynpmc/gdbmhash.t line 292. |
|---|
| 97 | # Exited with error code: 127 |
|---|
| 98 | # Received: |
|---|
| 99 | # ./parrot: symbol lookup error: runtime/parrot/dynext/gdbmhash.so: undefined symbol: gdbm_open |
|---|
| 100 | # |
|---|
| 101 | # Expected: |
|---|
| 102 | # Wert |
|---|
| 103 | # Wert |
|---|
| 104 | # Wert |
|---|
| 105 | # Wert |
|---|
| 106 | # |
|---|
| 107 | not ok 10 - set PMC with a PMC key |
|---|
| 108 | |
|---|
| 109 | # Failed test 'set PMC with a PMC key' |
|---|
| 110 | # at t/dynpmc/gdbmhash.t line 325. |
|---|
| 111 | # Exited with error code: 127 |
|---|
| 112 | # Received: |
|---|
| 113 | # ./parrot: symbol lookup error: runtime/parrot/dynext/gdbmhash.so: undefined symbol: gdbm_open |
|---|
| 114 | # |
|---|
| 115 | # Expected: |
|---|
| 116 | # Wert |
|---|
| 117 | # Wert |
|---|
| 118 | # Wert |
|---|
| 119 | # Wert |
|---|
| 120 | # |
|---|
| 121 | not ok 11 - set INTVAL with STRING key |
|---|
| 122 | |
|---|
| 123 | # Failed test 'set INTVAL with STRING key' |
|---|
| 124 | # at t/dynpmc/gdbmhash.t line 361. |
|---|
| 125 | # Exited with error code: 127 |
|---|
| 126 | # Received: |
|---|
| 127 | # ./parrot: symbol lookup error: runtime/parrot/dynext/gdbmhash.so: undefined symbol: gdbm_open |
|---|
| 128 | # |
|---|
| 129 | # Expected: |
|---|
| 130 | # -11012005 |
|---|
| 131 | # -11012005 |
|---|
| 132 | # -11012005 |
|---|
| 133 | # -11012005 |
|---|
| 134 | # |
|---|
| 135 | not ok 12 - set FLOATVAL with a PMC key |
|---|
| 136 | |
|---|
| 137 | # Failed test 'set FLOATVAL with a PMC key' |
|---|
| 138 | # at t/dynpmc/gdbmhash.t line 395. |
|---|
| 139 | # Exited with error code: 127 |
|---|
| 140 | # Received: |
|---|
| 141 | # ./parrot: symbol lookup error: runtime/parrot/dynext/gdbmhash.so: undefined symbol: gdbm_open |
|---|
| 142 | # |
|---|
| 143 | # Expected: |
|---|
| 144 | # -1101.2005 |
|---|
| 145 | # -1101.2005 |
|---|
| 146 | # -1101.2005 |
|---|
| 147 | # -1101.2005 |
|---|
| 148 | # |
|---|
| 149 | not ok 13 - delete_keyed |
|---|
| 150 | |
|---|
| 151 | # Failed test 'delete_keyed' |
|---|
| 152 | # at t/dynpmc/gdbmhash.t line 430. |
|---|
| 153 | # Exited with error code: 127 |
|---|
| 154 | # Received: |
|---|
| 155 | # ./parrot: symbol lookup error: runtime/parrot/dynext/gdbmhash.so: undefined symbol: gdbm_open |
|---|
| 156 | # |
|---|
| 157 | # Expected: |
|---|
| 158 | # "a" exists: 0 |
|---|
| 159 | # "a" exists: 1 |
|---|
| 160 | # "a" exists: 0 |
|---|
| 161 | # |
|---|
| 162 | # Looks like you failed 11 tests of 13. |
|---|
| 163 | Dubious, test returned 11 (wstat 2816, 0xb00) |
|---|
| 164 | Failed 11/13 subtests |
|---|
| 165 | |
|---|
| 166 | Test Summary Report |
|---|
| 167 | ------------------- |
|---|
| 168 | t/dynpmc/gdbmhash (Wstat: 2816 Tests: 13 Failed: 11) |
|---|
| 169 | Failed tests: 3-13 |
|---|
| 170 | Non-zero exit status: 11 |
|---|
| 171 | Files=1, Tests=13, 1 wallclock secs ( 0.00 usr 0.00 sys + 0.24 cusr 0.08 csys = 0.32 CPU) |
|---|
| 172 | Result: FAIL |
|---|
| 173 | |
|---|
| 174 | [li11-226:parrot] 515 $ prove -v t/dynpmc/md5.t |
|---|
| 175 | t/dynpmc/md5.... |
|---|
| 176 | 1..2 |
|---|
| 177 | not ok 1 - MD5 typeof |
|---|
| 178 | |
|---|
| 179 | # Failed test 'MD5 typeof' |
|---|
| 180 | # at t/dynpmc/md5.t line 36. |
|---|
| 181 | # Exited with error code: 1 |
|---|
| 182 | # Received: |
|---|
| 183 | # Class 'MD5' not found |
|---|
| 184 | # current instr.: 'test' pc 3 (/topdir/t/dynpmc/md5_1.pir:4) |
|---|
| 185 | # |
|---|
| 186 | # Expected: |
|---|
| 187 | # MD5 |
|---|
| 188 | # |
|---|
| 189 | not ok 2 - MD5 digest |
|---|
| 190 | |
|---|
| 191 | # Failed test 'MD5 digest' |
|---|
| 192 | # at t/dynpmc/md5.t line 48. |
|---|
| 193 | # Exited with error code: 1 |
|---|
| 194 | # Received: |
|---|
| 195 | # Class 'MD5' not found |
|---|
| 196 | # current instr.: 'test' pc 3 (/topdir/t/dynpmc/md5_2.pir:4) |
|---|
| 197 | # |
|---|
| 198 | # Expected: |
|---|
| 199 | # /^f96b697d7cb7938d525a2f31aaf161d0$/ |
|---|
| 200 | # |
|---|
| 201 | # Looks like you failed 2 tests of 2. |
|---|
| 202 | Dubious, test returned 2 (wstat 512, 0x200) |
|---|
| 203 | Failed 2/2 subtests |
|---|
| 204 | |
|---|
| 205 | Test Summary Report |
|---|
| 206 | ------------------- |
|---|
| 207 | t/dynpmc/md5 (Wstat: 512 Tests: 2 Failed: 2) |
|---|
| 208 | Failed tests: 1-2 |
|---|
| 209 | Non-zero exit status: 2 |
|---|
| 210 | Files=1, Tests=2, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.04 cusr 0.04 csys = 0.09 CPU) |
|---|
| 211 | Result: FAIL |
|---|
| 212 | [li11-226:parrot] 516 $ prove -v t/dynpmc/sha256.t |
|---|
| 213 | t/dynpmc/sha256.... |
|---|
| 214 | 1..2 |
|---|
| 215 | not ok 1 - SHA256 typeof |
|---|
| 216 | |
|---|
| 217 | # Failed test 'SHA256 typeof' |
|---|
| 218 | # at t/dynpmc/sha256.t line 36. |
|---|
| 219 | # Exited with error code: 1 |
|---|
| 220 | # Received: |
|---|
| 221 | # Class 'SHA256' not found |
|---|
| 222 | # current instr.: 'test' pc 3 (/topdir/t/dynpmc/sha256_1.pir:4) |
|---|
| 223 | # |
|---|
| 224 | # Expected: |
|---|
| 225 | # SHA256 |
|---|
| 226 | # |
|---|
| 227 | not ok 2 - SHA256 digest |
|---|
| 228 | |
|---|
| 229 | # Failed test 'SHA256 digest' |
|---|
| 230 | # at t/dynpmc/sha256.t line 48. |
|---|
| 231 | # Exited with error code: 1 |
|---|
| 232 | # Received: |
|---|
| 233 | # Class 'SHA256' not found |
|---|
| 234 | # current instr.: 'test' pc 3 (/topdir/t/dynpmc/sha256_2.pir:4) |
|---|
| 235 | # |
|---|
| 236 | # Expected: |
|---|
| 237 | # /^[0-9a-f]{64}$/ |
|---|
| 238 | # |
|---|
| 239 | # Looks like you failed 2 tests of 2. |
|---|
| 240 | Dubious, test returned 2 (wstat 512, 0x200) |
|---|
| 241 | Failed 2/2 subtests |
|---|
| 242 | |
|---|
| 243 | Test Summary Report |
|---|
| 244 | ------------------- |
|---|
| 245 | t/dynpmc/sha256 (Wstat: 512 Tests: 2 Failed: 2) |
|---|
| 246 | Failed tests: 1-2 |
|---|
| 247 | Non-zero exit status: 2 |
|---|
| 248 | Files=1, Tests=2, 0 wallclock secs ( 0.00 usr 0.00 sys + 0.05 cusr 0.01 csys = 0.06 CPU) |
|---|
| 249 | Result: FAIL |
|---|