On Wednesday 19 September 2007 09:58:56 François PERRAD wrote:

> Any comments, suggestions, bug report, test, improvement are welcome on
> Parrot mailing list ([EMAIL PROTECTED]).

Two tests fail reliably for me on x86 GNU/Linux, and one fails now and then:

Failed Test   Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
lua/t/alarm.t    1   256     6    1  2
lua/t/io.t       1   256    41    1  15
lua/t/os.t       1   256    25    1  23
 (1 subtest UNEXPECTEDLY SUCCEEDED), 4 subtests skipped.
Failed 3/48 test scripts. 3/954 subtests failed.
Files=48, Tests=954, 166 wallclock secs (139.54 cusr + 13.47 csys = 153.01 
CPU)

lua/t/os..............NOK 23/25                                              
#     Failed test (lua/t/os.t at line 187)
#          got: '946710000
# nil
# '
#     expected: '946677600
# nil
# '
# Looks like you failed 1 test of 25.

lua/t/io..............NOK 15/41                                              
#     Failed test (lua/t/io.t at line 156)
#          got: 'Opening 'perl -e "print 'standard output'"'
# file
# execvp: No such file or directory
# '
#     expected: 'file
# standard output
# '

lua/t/alarm...........ok 1/6                                                 
#     Failed test (lua/t/alarm.t at line 43)
#          got: 'hello
# src/inter_call.c:228: failed assertion 'PObj_is_PMC_TEST(sig_pmc)'
# Backtrace - Obtained 24 stack frames (max trace depth is 32).
#   (unknown)
#     Parrot_confess
#       Parrot_init_arg_indexes_and_sig_pmc
#         parrot_pass_args
#           Parrot_get_params_pc
#             (unknown)
#               (unknown)
#                 (unknown)
#                   (unknown)
#                     Parrot_runops_fromc_args_event
#                       (unknown)
#                         Parrot_do_handle_events
#                           Parrot_check_events__
#                             (unknown)
#                               (unknown)
#                                 (unknown)
#                                   (unknown)
#                                     Parrot_runops_fromc_args
#                                       Parrot_runcode
#                                         (unknown)
#                                           imcc_run
#                                             (unknown)
#                                               __libc_start_main
#                                                 (unknown)
# '
#     expected: 'hello
# in alarm!
# in alarm!
# '
# './parrot --no-gc languages/lua/lua.pbc  languages/lua/t/alarm_2.lua ' 
failed 
with exit code [SIGNAL 134].

-- c

Reply via email to