| 1 | # Failed test 'load library fails' |
|---|
| 2 | # at t/pmc/nci.t line 40. |
|---|
| 3 | # got: 'Couldn't load 'no_such_library': no_such_library.so: cannot open shared object file: No such file or directory |
|---|
| 4 | # current instr.: 'test' pc 0 (/home/jimk/gitwork/parrot/t/pmc/nci_1.pir:4) |
|---|
| 5 | # undefined |
|---|
| 6 | # ' |
|---|
| 7 | # expected: 'undefined |
|---|
| 8 | # ' |
|---|
| 9 | |
|---|
| 10 | # Failed test 'dlfunc on undef' |
|---|
| 11 | # at t/pmc/nci.t line 63. |
|---|
| 12 | # got: 'Couldn't load 'no_such_library': no_such_library.so: cannot open shared object file: No such file or directory |
|---|
| 13 | # current instr.: 'test' pc 0 (/home/jimk/gitwork/parrot/t/pmc/nci_2.pir:5) |
|---|
| 14 | # Symbol 'no_such_function' not found: /home/jimk/gitwork/parrot/blib/lib/libparrot.so.3.0.0: undefined symbol: no_such_function |
|---|
| 15 | # current instr.: 'test' pc 3 (/home/jimk/gitwork/parrot/t/pmc/nci_2.pir:6) |
|---|
| 16 | # undefined |
|---|
| 17 | # ' |
|---|
| 18 | # expected: 'undefined |
|---|
| 19 | # ' |
|---|
| 20 | |
|---|
| 21 | # Failed test 'dlfunc function not found' |
|---|
| 22 | # at t/pmc/nci.t line 87. |
|---|
| 23 | # got: 'libnci_test was successfully loaded |
|---|
| 24 | # Symbol 'no_such_function' not found: /home/jimk/gitwork/parrot/runtime/parrot/dynext/libnci_test.so: undefined symbol: no_such_function |
|---|
| 25 | # current instr.: 'test' pc 8 (/home/jimk/gitwork/parrot/t/pmc/nci_3.pir:9) |
|---|
| 26 | # undefined |
|---|
| 27 | # ' |
|---|
| 28 | # expected: 'libnci_test was successfully loaded |
|---|
| 29 | # undefined |
|---|
| 30 | # ' |
|---|
| 31 | |
|---|
| 32 | # Failed test 'dlvar - unknown symbol' |
|---|
| 33 | # at t/pmc/nci.t line 2487. |
|---|
| 34 | # got: 'libnci_test was successfully loaded |
|---|
| 35 | # Symbol 'non_existing' not found: /home/jimk/gitwork/parrot/runtime/parrot/dynext/libnci_test.so: undefined symbol: non_existing |
|---|
| 36 | # current instr.: 'test' pc 13 (/home/jimk/gitwork/parrot/t/pmc/nci_60.pir:17) |
|---|
| 37 | # 'non_existing' is not defined |
|---|
| 38 | # ' |
|---|
| 39 | # expected: 'libnci_test was successfully loaded |
|---|
| 40 | # 'non_existing' is not defined |
|---|
| 41 | # ' |
|---|
| 42 | |
|---|
| 43 | # Failed test 'dlfunc - unknown symbol' |
|---|
| 44 | # at t/pmc/nci.t line 2517. |
|---|
| 45 | # got: 'libnci_test was successfully loaded |
|---|
| 46 | # Symbol 'non_existing' not found: /home/jimk/gitwork/parrot/runtime/parrot/dynext/libnci_test.so: undefined symbol: non_existing |
|---|
| 47 | # current instr.: 'test' pc 13 (/home/jimk/gitwork/parrot/t/pmc/nci_61.pir:17) |
|---|
| 48 | # 'non_existing' is not defined |
|---|
| 49 | # ' |
|---|
| 50 | # expected: 'libnci_test was successfully loaded |
|---|
| 51 | # 'non_existing' is not defined |
|---|
| 52 | # ' |
|---|
| 53 | # Looks like you failed 5 tests of 73. |
|---|
| 54 | t/pmc/nci.t ......................... |
|---|