On Sat Mar 01 06:03:06 2008, [EMAIL PROTECTED] wrote: > Patch applied to trunk in r26145.
I am reopening this ticket because there have been several reports of continued failures in t/compilers/imcc/syn/errors.t. For example, at r26173 on Debian Linux, using Perl 5.10 with Test::Builder 0.72, I got these results: $ prove -v t/compilers/imcc/syn/errors.t t/compilers/imcc/syn/errors...... 1..5 ok 1 - op not found. ok 2 - check parser recovery 1. ok 3 - check parser recovery patience. not ok 4 - SomethingFunny isnt pmc # Failed test 'SomethingFunny isnt pmc' # at t/compilers/imcc/syn/errors.t line 59. # 'error:imcc:syntax error, unexpected IDENTIFIER, expecting INTV or FLOATV or STRINGV or PMCV ('SomethingFunny') # in file '/home/jimk/work/parrot/t/compilers/imcc/syn/errors_4.pir' line 2 # error:imcc:syntax error, unexpected '=', expecting '(' ('=') # in file '/home/jimk/work/parrot/t/compilers/imcc/syn/errors_4.pir' line 3 # error:imcc:syntax error, unexpected '=', expecting '(' ('=') # in file '/home/jimk/work/parrot/t/compilers/imcc/syn/errors_4.pir' line 4 # error:imcc:syntax error, unexpected IDENTIFIER, expecting '(' ('my_string') # in file '/home/jimk/work/parrot/t/compilers/imcc/syn/errors_4.pir' line 5 # ' # doesn't match '/^error:imcc:Unknown PMC type 'SomethingFunny'/ # ' # './parrot "/home/jimk/work/parrot/t/compilers/imcc/syn/errors_4.pir"' failed with exit code 1 not ok 5 - Array isnt pmc # TODO still is # Failed (TODO) test 'Array isnt pmc' # at t/compilers/imcc/syn/errors.t line 70. # 'error:imcc:syntax error, unexpected IDENTIFIER, expecting INTV or FLOATV or STRINGV or PMCV ('Array') # in file '/home/jimk/work/parrot/t/compilers/imcc/syn/errors_5.pir' line 2 # error:imcc:syntax error, unexpected '=', expecting '(' ('=') # in file '/home/jimk/work/parrot/t/compilers/imcc/syn/errors_5.pir' line 3 # error:imcc:syntax error, unexpected '=', expecting '(' ('=') # in file '/home/jimk/work/parrot/t/compilers/imcc/syn/errors_5.pir' line 4 # error:imcc:syntax error, unexpected IDENTIFIER, expecting '(' ('my_string') # in file '/home/jimk/work/parrot/t/compilers/imcc/syn/errors_5.pir' line 5 # ' # doesn't match '/^error:imcc:Unknown PMC type 'Array'/ # ' # './parrot "/home/jimk/work/parrot/t/compilers/imcc/syn/errors_5.pir"' failed with exit code 1 # Looks like you failed 1 test of 5. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/5 subtests Test Summary Report ------------------- t/compilers/imcc/syn/errors.t (Wstat: 256 Tests: 5 Failed: 1) Failed test: 4 Non-zero exit status: 1 Files=1, Tests=5, 2 wallclock secs ( 0.00 usr 0.00 sys + 0.10 cusr 0.02 csys = 0.12 CPU) Result: FAIL Additional investigation is needed. Thank you very much. kid51