# Failed test 'Inf/NaN - exp' # at t/op/inf_nan.t line 67. # got: 'NaN # NaN # NaN # ' # expected: 'Inf # 0 # NaN # ' # Looks like you failed 1 test of 32. t/op/inf_nan.t ........ 1..32 ok 1 - Inf/NaN - basic arith not ok 2 - Inf/NaN - exp ok 3 - Inf/NaN - sqrt ok 4 - Inf/NaN - sin ok 5 - Inf/NaN - sinh ok 6 - Inf/NaN - asin ok 7 - Inf/NaN - cos ok 8 - Inf/NaN - cosh ok 9 - Inf/NaN - acos ok 10 - Inf/NaN - tan ok 11 - Inf/NaN - tanh ok 12 - Inf/NaN - atan not ok 13 - Inf/NaN - cot # TODO cot/coth/acot not implemented for real numbers # Failed (TODO) test 'Inf/NaN - cot' # at t/op/inf_nan.t line 283. # Exited with error code: 1 # Received: # error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0') # in file '/home/reezer/parrot/t/op/inf_nan_13.pir' line 3 # error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0') # in file '/home/reezer/parrot/t/op/inf_nan_13.pir' line 6 # error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0') # in file '/home/reezer/parrot/t/op/inf_nan_13.pir' line 9 # # Expected: # NaN # NaN # NaN # not ok 14 - Inf/NaN - coth # TODO cot/coth/acot not implemented for real numbers # Failed (TODO) test 'Inf/NaN - coth' # at t/op/inf_nan.t line 301. # Exited with error code: 1 # Received: # error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0') # in file '/home/reezer/parrot/t/op/inf_nan_14.pir' line 3 # error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0') # in file '/home/reezer/parrot/t/op/inf_nan_14.pir' line 6 # error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0') # in file '/home/reezer/parrot/t/op/inf_nan_14.pir' line 9 # # Expected: # 1 # -1 # NaN # not ok 15 - Inf/NaN - acot # TODO cot/coth/acot not implemented for real numbers # Failed (TODO) test 'Inf/NaN - acot' # at t/op/inf_nan.t line 319. # Exited with error code: 1 # Received: # error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0') # in file '/home/reezer/parrot/t/op/inf_nan_15.pir' line 3 # error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0') # in file '/home/reezer/parrot/t/op/inf_nan_15.pir' line 6 # error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0') # in file '/home/reezer/parrot/t/op/inf_nan_15.pir' line 9 # error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0') # in file '/home/reezer/parrot/t/op/inf_nan_15.pir' line 12 # error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0') # in file '/home/reezer/parrot/t/op/inf_nan_15.pir' line 15 # # Expected: # NaN # NaN # NaN # NaN # NaN # ok 16 - Inf/NaN - sec ok 17 - Inf/NaN - sech ok 18 - Inf/NaN - asec ok 19 - Inf/NaN - ln ok 20 - Inf/NaN - log10 ok 21 - Inf/NaN - log2 ok 22 - Inf/NaN - neg ok 23 - Inf/NaN - pow ok 24 - Mixing NaN and Inf should give NaN ok 25 - Inf/NaN - rounding not ok 26 - TT \#370 Rounding inf/nan # TODO rounding nan/inf gives something like -2147483648 # Failed (TODO) test 'TT \#370 Rounding inf/nan' # at t/op/inf_nan.t line 539. # got: '-9223372036854775808 # -9223372036854775808 # -9223372036854775808 # -9223372036854775808 # ' # expected: 'Inf # NaN # Inf # NaN # ' not ok 27 - Adding NaN to a Complex # TODO 1+i + NaN should be NaN # Failed (TODO) test 'Adding NaN to a Complex' # at t/op/inf_nan.t line 565. # got: 'NaN+1i # ' # expected: 'NaN # ' not ok 28 - fdiv with Integer PMCs and NaN # TODO fdiv/mod/cmod do not play nicely with PMCs and NaN # Failed (TODO) test 'fdiv with Integer PMCs and NaN' # at t/op/inf_nan.t line 580. # got: '-9223372036854775808 # ' # expected: 'NaN # ' not ok 29 - fdiv with Float PMCs and NaN # TODO fdiv/mod/cmod do not play nicely with PMCs and NaN # Failed (TODO) test 'fdiv with Float PMCs and NaN' # at t/op/inf_nan.t line 593. # got: '-9223372036854775808 # ' # expected: 'NaN # ' not ok 30 - fdiv with Float and Integer PMCs and NaN # TODO fdiv/mod/cmod do not play nicely with PMCs and NaN # Failed (TODO) test 'fdiv with Float and Integer PMCs and NaN' # at t/op/inf_nan.t line 606. # got: '-9223372036854775808 # ' # expected: 'NaN # ' not ok 31 - cmod with Float and Integer PMCs and NaN # TODO fdiv/mod/cmod do not play nicely with PMCs and NaN # Failed (TODO) test 'cmod with Float and Integer PMCs and NaN' # at t/op/inf_nan.t line 619. # got: '-9223372036854775808 # ' # expected: 'NaN # ' not ok 32 - mod with Float and Integer PMCs and NaN # TODO fdiv/mod/cmod do not play nicely with PMCs and NaN # Failed (TODO) test 'mod with Float and Integer PMCs and NaN' # at t/op/inf_nan.t line 632. # got: '-9223372036854775807 # ' # expected: 'NaN # ' Dubious, test returned 1 (wstat 256, 0x100) Failed 1/32 subtests # Failed test 'PARROT_ATOMIC_PTR_GET/SET' # at t/src/atomic.t line 32. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "atomic_1" # # Expected: # ok 1 # ok 2 # # Failed test 'PARROT_ATOMIC_INT_GET/SET' # at t/src/atomic.t line 78. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "atomic_2" # # Expected: # ok 1 # ok 2 # # Failed test 'PARROT_ATOMIC_PTR_CAS' # at t/src/atomic.t line 120. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "atomic_3" # # Expected: # ok 1 # ok 2 # ok 3 # ok 4 # # Failed test 'PARROT_ATOMIC_INT_(CAS|INC|DEC)' # at t/src/atomic.t line 180. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "atomic_4" # # Expected: # ok 1 # # Looks like you failed 4 tests of 4. t/src/atomic.t ........ 1..4 not ok 1 - PARROT_ATOMIC_PTR_GET/SET not ok 2 - PARROT_ATOMIC_INT_GET/SET not ok 3 - PARROT_ATOMIC_PTR_CAS not ok 4 - PARROT_ATOMIC_INT_(CAS|INC|DEC) Dubious, test returned 4 (wstat 1024, 0x400) Failed 4/4 subtests # Failed test 'Minimal embed, using just the embed.h header' # at t/src/embed.t line 27. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "embed_1" # # Expected: # Done # # Failed test 'Hello world from main' # at t/src/embed.t line 57. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "embed_2" # # Expected: # Hello, parrot # Hello, pir # # Failed test 'Hello world from a sub' # at t/src/embed.t line 106. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "embed_3" # # Expected: # Hello, sub # # Failed test 'External sub' # at t/src/embed.t line 172. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "embed_4" # # Expected: # Hello from C # # Failed test 'Insert external sub in namespace' # at t/src/embed.t line 228. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "embed_5" # # Expected: # Hello from C # # Looks like you failed 5 tests of 6. t/src/embed.t ......... 1..6 not ok 1 - Minimal embed, using just the embed.h header not ok 2 - Hello world from main not ok 3 - Hello world from a sub not ok 4 - External sub not ok 5 - Insert external sub in namespace ok 6 # skip TT #306; many symbols not exported, embedding parrot fails Dubious, test returned 5 (wstat 1280, 0x500) Failed 5/6 subtests (less 1 skipped subtest: 0 okay) # Failed test 'on_exit - interpreter' # at t/src/exit.t line 25. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "exit_1" # # Expected: # ex3 # ex2 # ex1 # # Looks like you failed 1 test of 1. t/src/exit.t .......... 1..1 not ok 1 - on_exit - interpreter Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests # Failed test 'set/get_intreg' # at t/src/extend.t line 31. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_1" # # Expected: # 42 # # Failed test 'set/get_numreg' # at t/src/extend.t line 61. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_2" # # Expected: # 2.5 # # Failed test 'Parrot_new_string' # at t/src/extend.t line 91. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_3" # # Expected: # Test # # Failed test 'set/get_strreg' # at t/src/extend.t line 117. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_4" # # Expected: # Test # # Failed test 'PMC_set/get_intval' # at t/src/extend.t line 147. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_5" # # Expected: # 101010 # # Failed test 'PMC_set/get_intval_intkey' # at t/src/extend.t line 179. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_6" # # Expected: # 12345 # # Failed test 'set/get_pmcreg' # at t/src/extend.t line 219. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_7" # # Expected: # -123 # # Failed test 'PMC_set/get_numval' # at t/src/extend.t line 257. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_8" # # Expected: # 3.1415927 # # Failed test 'PMC_set/get_string' # at t/src/extend.t line 290. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_9" # # Expected: # Pumpking # # Failed test 'PMC_set/get_cstring' # at t/src/extend.t line 323. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_10" # # Expected: # Wibble # # Failed test 'PMC_set/get_cstringn' # at t/src/extend.t line 357. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_11" # # Expected: # Wibble # 6 # # Failed test 'call a parrot sub' # at t/src/extend.t line 416. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_12" # # Expected: # in sub1 # back # hello in sub2 # back # # Failed test 'call a parrot sub, catch exception' # at t/src/extend.t line 489. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_13" # # Expected: # in sub1 # caught # back # # Failed test 'eval code through a parrot sub - \#39669' # at t/src/extend.t line 588. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_14" # # Expected: # Hello from foo! # # Failed test 'compile string in a fresh interp - \#39986' # at t/src/extend.t line 624. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_15" # # Expected: # Hello from foo! # # Failed test 'multiple Parrot_new/Parrot_exit cycles' # at t/src/extend.t line 698. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_17" # # Expected: # Starting interp 1 # Destroying interp 1 # Starting interp 2 # Destroying interp 2 # # Looks like you failed 16 tests of 17. t/src/extend.t ........ 1..17 not ok 1 - set/get_intreg not ok 2 - set/get_numreg not ok 3 - Parrot_new_string not ok 4 - set/get_strreg not ok 5 - PMC_set/get_intval not ok 6 - PMC_set/get_intval_intkey not ok 7 - set/get_pmcreg not ok 8 - PMC_set/get_numval not ok 9 - PMC_set/get_string not ok 10 - PMC_set/get_cstring not ok 11 - PMC_set/get_cstringn not ok 12 - call a parrot sub not ok 13 - call a parrot sub, catch exception not ok 14 - eval code through a parrot sub - \#39669 not ok 15 - compile string in a fresh interp - \#39986 not ok 16 - call multi sub from C - \#41511 # TODO RT #41511 # Failed (TODO) test 'call multi sub from C - \#41511' # at t/src/extend.t line 666. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_16" # # Expected: # Result is 300. # not ok 17 - multiple Parrot_new/Parrot_exit cycles Dubious, test returned 16 (wstat 4096, 0x1000) Failed 16/17 subtests # Failed test 'print_pbc_location' # at t/src/warnings.t line 31. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "warnings_1" # # Expected: # (null) # # Failed test 'Parrot_warn' # at t/src/warnings.t line 56. # Exited with error code: 1 # Received: # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "warnings_2" # # Expected: # all # (null) # 1 # 2 # undef # (null) # 1 # io # (null) # 1 # platform # (null) # 1 # dynext # (null) # 1 # 2 # # Looks like you failed 2 tests of 2. t/src/warnings.t ...... 1..2 not ok 1 - print_pbc_location not ok 2 - Parrot_warn Dubious, test returned 2 (wstat 512, 0x200) Failed 2/2 subtests # no extension recognized for t/perl/testlib/hello # no extension recognized for t/perl/testlib/hello # no extension recognized for t/perl/testlib/hello # Failed test 'C: is hello world' # at t/perl/Parrot_Test.t line 426. # STDOUT is: # not ok 1 - C: is hello world # # not: # ok 1 - C: is hello world # # as expected # STDERR is: # # Failed test 'C: is hello world' # # at t/perl/Parrot_Test.t line 421. # # Exited with error code: 1 # # Received: # # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "Parrot_Test_1" # # # # Expected: # # Hello, World! # # # # not: # # as expected # Failed test 'C: isnt hello world' # at t/perl/Parrot_Test.t line 435. # STDOUT is: # not ok 1 - C: isnt hello world # # not: # ok 1 - C: isnt hello world # # as expected # STDERR is: # # Failed test 'C: isnt hello world' # # at t/perl/Parrot_Test.t line 430. # # Exited with error code: 1 # # Received: # # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "Parrot_Test_1" # # # # Expected: # # Is Not Hello, World! # # # # not: # # as expected # Failed test 'C: like hello world' # at t/perl/Parrot_Test.t line 444. # STDOUT is: # not ok 1 - C: like hello world # # not: # ok 1 - C: like hello world # # as expected # STDERR is: # # Failed test 'C: like hello world' # # at t/perl/Parrot_Test.t line 439. # # Exited with error code: 1 # # Received: # # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "Parrot_Test_1" # # # # Expected: # # /Hello, World/ # # # # not: # # as expected # Failed test 'C: unlike hello world' # at t/perl/Parrot_Test.t line 453. # STDOUT is: # not ok 1 - C: unlike hello world # # not: # ok 1 - C: unlike hello world # # as expected # STDERR is: # # Failed test 'C: unlike hello world' # # at t/perl/Parrot_Test.t line 448. # # Exited with error code: 1 # # Received: # # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "Parrot_Test_1" # # # # Expected: # # /foobar/ # # # # not: # # as expected t/perl/Parrot_Test.t .. 1..120 ok 1 - use Parrot::Test; ok 2 - PARROT_TEST env set ok 3 - Parrot::Test->can('c_output_is') ok 4 - Parrot::Test->can('c_output_isnt') ok 5 - Parrot::Test->can('c_output_like') ok 6 - Parrot::Test->can('c_output_unlike') ok 7 - Parrot::Test->can('example_output_is') ok 8 - Parrot::Test->can('example_output_isnt') ok 9 - Parrot::Test->can('example_output_like') ok 10 - Parrot::Test->can('example_error_output_is') ok 11 - Parrot::Test->can('example_error_output_isnt') ok 12 - Parrot::Test->can('example_error_output_like') ok 13 - Parrot::Test->can('language_error_output_is') ok 14 - Parrot::Test->can('language_error_output_isnt') ok 15 - Parrot::Test->can('language_error_output_like') ok 16 - Parrot::Test->can('language_output_is') ok 17 - Parrot::Test->can('language_output_isnt') ok 18 - Parrot::Test->can('language_output_like') ok 19 - Parrot::Test->can('pasm_error_output_is') ok 20 - Parrot::Test->can('pasm_error_output_isnt') ok 21 - Parrot::Test->can('pasm_error_output_like') ok 22 - Parrot::Test->can('pasm_error_output_unlike') ok 23 - Parrot::Test->can('pasm_output_is') ok 24 - Parrot::Test->can('pasm_output_isnt') ok 25 - Parrot::Test->can('pasm_output_like') ok 26 - Parrot::Test->can('pasm_output_unlike') ok 27 - Parrot::Test->can('pbc_error_output_is') ok 28 - Parrot::Test->can('pbc_error_output_isnt') ok 29 - Parrot::Test->can('pbc_error_output_like') ok 30 - Parrot::Test->can('pbc_error_output_unlike') ok 31 - Parrot::Test->can('pbc_output_is') ok 32 - Parrot::Test->can('pbc_output_isnt') ok 33 - Parrot::Test->can('pbc_output_like') ok 34 - Parrot::Test->can('pbc_output_unlike') ok 35 - Parrot::Test->can('pir_error_output_is') ok 36 - Parrot::Test->can('pir_error_output_isnt') ok 37 - Parrot::Test->can('pir_error_output_like') ok 38 - Parrot::Test->can('pir_error_output_unlike') ok 39 - Parrot::Test->can('pir_output_is') ok 40 - Parrot::Test->can('pir_output_isnt') ok 41 - Parrot::Test->can('pir_output_like') ok 42 - Parrot::Test->can('pir_output_unlike') ok 43 - Parrot::Test->can('pir_2_pasm_is') ok 44 - Parrot::Test->can('pir_2_pasm_isnt') ok 45 - Parrot::Test->can('pir_2_pasm_like') ok 46 - Parrot::Test->can('pir_2_pasm_unlike') ok 47 - Parrot::Test->can('generate_languages_functions') ok 48 - Parrot::Test->can('per_test') ok 49 - Parrot::Test->can('plan') ok 50 - Parrot::Test->can('skip') ok 51 - Parrot::Test->can('slurp_file') ok 52 - Parrot::Test->can('run_command') ok 53 - Parrot::Test->can('write_code_to_file') ok 54 - per_test() no args ok 55 - per_test() invalid first arg ok 56 - per_test() invalid second arg ok 57 - per_test() two invalid args ok 58 - pasm_output_is: success ok 59 - pasm_output_is: failure ok 60 - pasm_output_isnt: success ok 61 - pasm_output_isnt: failure ok 62 - pasm_output_like: success ok 63 - pasm_output_like: failure ok 64 - pir_output_is: success ok 65 - pir_output_is: failure ok 66 - pir_output_isnt: success ok 67 - pir_output_isnt: failure ok 68 - pir_output_like: success ok 69 - pir_output_like: failure ok 70 - pir_error_output_like: todo ok 71 - pir_2_pasm: added return - end ok 72 - pir_2_pasm: added return - end ok 73 - pir_2_pasm: added return - end ok 74 - pir_2_pasm: added return - end ok 75 - t/perl/testlib/hello.pasm ok 76 - t/perl/testlib/hello.pasm ok 77 - t/perl/testlib/hello.pasm ok 78 - t/perl/testlib/answer.pir ok 79 - t/perl/testlib/answer.pir ok 80 - t/perl/testlib/answer.pir not ok 81 - C: is hello world not ok 82 - C: isnt hello world not ok 83 - C: like hello world not ok 84 - C: unlike hello world ok 85 - Got expected value for STDOUT ok 86 - Got expected value for STDERR ok 87 - Got expected value for working directory ok 88 - Got expected value for STDOUT ok 89 - Got expected value for STDERR ok 90 - Got expected value for working directory ok 91 - Got expected value for STDOUT ok 92 - Got expected value for STDERR ok 93 - Got expected value for working directory ok 94 - Got expected error message for bad option ok 95 - Got expected value for STDOUT ok 96 - Got expected value for STDERR using null device ok 97 - Got expected value for working directory ok 98 - Got expected value for STDOUT ok 99 - Got expected value for STDERR when same as STDOUT ok 100 - Got expected value for working directory ok 101 - $ENV{PATH} reset as expected for cygwin ok 102 - $ENV{PATH} reset as expected for MSWin32 ok 103 - $ENV{LD_RUN_PATH} reset as expected for not_cygwin_not_MSWin32 ok 104 - Scalar command transformed into array ref as expected ok 105 - Array ref holding multiple commands unchanged as expected ok 106 - Got expected value in Valgrind environment ok 107 - Got expected exit message ok 108 - Got expected exit message ok 109 - Got expected exit message ok 110 - Got expected exit message ok 111 - Got expected exit message ok 112 - Got expected exit message ok 113 - Captured STDOUT ok 114 - Got 0 as exit message ok 115 # skip feature not DWIMming even though test passes ok 116 - pir_output_is: success ok 117 - file created during test preserved due to $ENV{POSTMORTEM} ok 118 - file created during test has been deleted ok 119 - pir_output_is: success ok 120 - file created during test was not retained Failed 4/120 subtests (less 1 skipped subtest: 115 okay) Test Summary Report ------------------- t/op/inf_nan.t (Wstat: 256 Tests: 32 Failed: 1) Failed test: 2 Non-zero exit status: 1 t/src/atomic.t (Wstat: 1024 Tests: 4 Failed: 4) Failed tests: 1-4 Non-zero exit status: 4 t/src/embed.t (Wstat: 1280 Tests: 6 Failed: 5) Failed tests: 1-5 Non-zero exit status: 5 t/src/exit.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 t/src/extend.t (Wstat: 4096 Tests: 17 Failed: 16) Failed tests: 1-15, 17 Non-zero exit status: 16 t/src/warnings.t (Wstat: 512 Tests: 2 Failed: 2) Failed tests: 1-2 Non-zero exit status: 2 t/perl/Parrot_Test.t (Wstat: 0 Tests: 120 Failed: 4) Failed tests: 81-84 Files=7, Tests=182, 8 wallclock secs ( 0.05 usr 0.00 sys + 2.26 cusr 1.03 csys = 3.34 CPU) Result: FAIL