# Failed test 'load library fails' # at t/pmc/nci.t line 40. # got: 'Couldn't load 'no_such_library': no_such_library.so: cannot open shared object file: No such file or directory # current instr.: 'test' pc 0 (/home/jimk/gitwork/parrot/t/pmc/nci_1.pir:4) # undefined # ' # expected: 'undefined # ' # Failed test 'dlfunc on undef' # at t/pmc/nci.t line 63. # got: 'Couldn't load 'no_such_library': no_such_library.so: cannot open shared object file: No such file or directory # current instr.: 'test' pc 0 (/home/jimk/gitwork/parrot/t/pmc/nci_2.pir:5) # Symbol 'no_such_function' not found: /home/jimk/gitwork/parrot/blib/lib/libparrot.so.3.0.0: undefined symbol: no_such_function # current instr.: 'test' pc 3 (/home/jimk/gitwork/parrot/t/pmc/nci_2.pir:6) # undefined # ' # expected: 'undefined # ' # Failed test 'dlfunc function not found' # at t/pmc/nci.t line 87. # got: 'libnci_test was successfully loaded # Symbol 'no_such_function' not found: /home/jimk/gitwork/parrot/runtime/parrot/dynext/libnci_test.so: undefined symbol: no_such_function # current instr.: 'test' pc 8 (/home/jimk/gitwork/parrot/t/pmc/nci_3.pir:9) # undefined # ' # expected: 'libnci_test was successfully loaded # undefined # ' # Failed test 'dlvar - unknown symbol' # at t/pmc/nci.t line 2487. # got: 'libnci_test was successfully loaded # Symbol 'non_existing' not found: /home/jimk/gitwork/parrot/runtime/parrot/dynext/libnci_test.so: undefined symbol: non_existing # current instr.: 'test' pc 13 (/home/jimk/gitwork/parrot/t/pmc/nci_60.pir:17) # 'non_existing' is not defined # ' # expected: 'libnci_test was successfully loaded # 'non_existing' is not defined # ' # Failed test 'dlfunc - unknown symbol' # at t/pmc/nci.t line 2517. # got: 'libnci_test was successfully loaded # Symbol 'non_existing' not found: /home/jimk/gitwork/parrot/runtime/parrot/dynext/libnci_test.so: undefined symbol: non_existing # current instr.: 'test' pc 13 (/home/jimk/gitwork/parrot/t/pmc/nci_61.pir:17) # 'non_existing' is not defined # ' # expected: 'libnci_test was successfully loaded # 'non_existing' is not defined # ' # Looks like you failed 5 tests of 73. t/pmc/nci.t .........................