[li11-226:parrot] 514 $ prove -v t/dynpmc/gdbmhash.t t/dynpmc/gdbmhash.... 1..13 ok 1 - typeof ok 2 - check whether interface is done not ok 3 - get_integer # Failed test 'get_integer' # at t/dynpmc/gdbmhash.t line 73. # Exited with error code: 127 # Received: # An unitialized GDBMHash has size 0. # ./parrot: symbol lookup error: runtime/parrot/dynext/gdbmhash.so: undefined symbol: gdbm_open # # Expected: # An unitialized GDBMHash has size 0. # An GDBMHash for a new file has size 0. # After one assignment GDBMHash has size 1. # After two assignments GDBMHash has size 2. # After 15 assignments GDBMHash has size 15. # After 15 assignments and 2 deletes GDBMHash has size 13. # not ok 4 - get_bool # Failed test 'get_bool' # at t/dynpmc/gdbmhash.t line 136. # Exited with error code: 127 # Received: # An uninitialized GDBMHash is not. # ./parrot: symbol lookup error: runtime/parrot/dynext/gdbmhash.so: undefined symbol: gdbm_open # # Expected: # An uninitialized GDBMHash is not. # An GDBMHash for a new file is not. # After one insert the GDBMHash is. # not ok 5 - modify an entry # Failed test 'modify an entry' # at t/dynpmc/gdbmhash.t line 167. # Exited with error code: 127 # Received: # ./parrot: symbol lookup error: runtime/parrot/dynext/gdbmhash.so: undefined symbol: gdbm_open # # Expected: # Wert urspruenglich # Wert geaendert # Wert nocheinmal geaendert # Wert urspruenglich # not ok 6 - exists_keyed # Failed test 'exists_keyed' # at t/dynpmc/gdbmhash.t line 195. # Exited with error code: 127 # Received: # ./parrot: symbol lookup error: runtime/parrot/dynext/gdbmhash.so: undefined symbol: gdbm_open # # Expected: # 0 # 1 # 0 # 1 # not ok 7 - set STRING with STRING key # Failed test 'set STRING with STRING key' # at t/dynpmc/gdbmhash.t line 229. # Exited with error code: 127 # Received: # ./parrot: symbol lookup error: runtime/parrot/dynext/gdbmhash.so: undefined symbol: gdbm_open # # Expected: # Wert # Wert # Wert # Wert # not ok 8 - set STRING with a PMC key # Failed test 'set STRING with a PMC key' # at t/dynpmc/gdbmhash.t line 259. # Exited with error code: 127 # Received: # ./parrot: symbol lookup error: runtime/parrot/dynext/gdbmhash.so: undefined symbol: gdbm_open # # Expected: # Wert # Wert # Wert # Wert # not ok 9 - set PMC with STRING key # Failed test 'set PMC with STRING key' # at t/dynpmc/gdbmhash.t line 292. # Exited with error code: 127 # Received: # ./parrot: symbol lookup error: runtime/parrot/dynext/gdbmhash.so: undefined symbol: gdbm_open # # Expected: # Wert # Wert # Wert # Wert # not ok 10 - set PMC with a PMC key # Failed test 'set PMC with a PMC key' # at t/dynpmc/gdbmhash.t line 325. # Exited with error code: 127 # Received: # ./parrot: symbol lookup error: runtime/parrot/dynext/gdbmhash.so: undefined symbol: gdbm_open # # Expected: # Wert # Wert # Wert # Wert # not ok 11 - set INTVAL with STRING key # Failed test 'set INTVAL with STRING key' # at t/dynpmc/gdbmhash.t line 361. # Exited with error code: 127 # Received: # ./parrot: symbol lookup error: runtime/parrot/dynext/gdbmhash.so: undefined symbol: gdbm_open # # Expected: # -11012005 # -11012005 # -11012005 # -11012005 # not ok 12 - set FLOATVAL with a PMC key # Failed test 'set FLOATVAL with a PMC key' # at t/dynpmc/gdbmhash.t line 395. # Exited with error code: 127 # Received: # ./parrot: symbol lookup error: runtime/parrot/dynext/gdbmhash.so: undefined symbol: gdbm_open # # Expected: # -1101.2005 # -1101.2005 # -1101.2005 # -1101.2005 # not ok 13 - delete_keyed # Failed test 'delete_keyed' # at t/dynpmc/gdbmhash.t line 430. # Exited with error code: 127 # Received: # ./parrot: symbol lookup error: runtime/parrot/dynext/gdbmhash.so: undefined symbol: gdbm_open # # Expected: # "a" exists: 0 # "a" exists: 1 # "a" exists: 0 # # Looks like you failed 11 tests of 13. Dubious, test returned 11 (wstat 2816, 0xb00) Failed 11/13 subtests Test Summary Report ------------------- t/dynpmc/gdbmhash (Wstat: 2816 Tests: 13 Failed: 11) Failed tests: 3-13 Non-zero exit status: 11 Files=1, Tests=13, 1 wallclock secs ( 0.00 usr 0.00 sys + 0.24 cusr 0.08 csys = 0.32 CPU) Result: FAIL [li11-226:parrot] 515 $ prove -v t/dynpmc/md5.t t/dynpmc/md5.... 1..2 not ok 1 - MD5 typeof # Failed test 'MD5 typeof' # at t/dynpmc/md5.t line 36. # Exited with error code: 1 # Received: # Class 'MD5' not found # current instr.: 'test' pc 3 (/topdir/t/dynpmc/md5_1.pir:4) # # Expected: # MD5 # not ok 2 - MD5 digest # Failed test 'MD5 digest' # at t/dynpmc/md5.t line 48. # Exited with error code: 1 # Received: # Class 'MD5' not found # current instr.: 'test' pc 3 (/topdir/t/dynpmc/md5_2.pir:4) # # Expected: # /^f96b697d7cb7938d525a2f31aaf161d0$/ # # Looks like you failed 2 tests of 2. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/2 subtests Test Summary Report ------------------- t/dynpmc/md5 (Wstat: 512 Tests: 2 Failed: 2) Failed tests: 1-2 Non-zero exit status: 2 Files=1, Tests=2, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.04 cusr 0.04 csys = 0.09 CPU) Result: FAIL [li11-226:parrot] 516 $ prove -v t/dynpmc/sha256.t t/dynpmc/sha256.... 1..2 not ok 1 - SHA256 typeof # Failed test 'SHA256 typeof' # at t/dynpmc/sha256.t line 36. # Exited with error code: 1 # Received: # Class 'SHA256' not found # current instr.: 'test' pc 3 (/topdir/t/dynpmc/sha256_1.pir:4) # # Expected: # SHA256 # not ok 2 - SHA256 digest # Failed test 'SHA256 digest' # at t/dynpmc/sha256.t line 48. # Exited with error code: 1 # Received: # Class 'SHA256' not found # current instr.: 'test' pc 3 (/topdir/t/dynpmc/sha256_2.pir:4) # # Expected: # /^[0-9a-f]{64}$/ # # Looks like you failed 2 tests of 2. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/2 subtests Test Summary Report ------------------- t/dynpmc/sha256 (Wstat: 512 Tests: 2 Failed: 2) Failed tests: 1-2 Non-zero exit status: 2 Files=1, Tests=2, 0 wallclock secs ( 0.00 usr 0.00 sys + 0.05 cusr 0.01 csys = 0.06 CPU) Result: FAIL