Lots of errors with r47059 ?

Andy Dougherty doughera at lafayette.edu
Thu May 27 19:11:11 UTC 2010


I just tried building parrot today for the first time in a while, and got 
the following errors (this is with gcc-4.3.2 on Linux/i386, with no
extra Configure.pl options).

Test Summary Report
-------------------
t/pmc/packfile.t                          (Wstat: 0 Tests: 36 Failed: 9)
  Failed tests:  11-15, 17-19, 34
t/pmc/packfileannotations.t               (Wstat: 0 Tests: 17 Failed: 1)
  Failed test:  2
t/pmc/packfileconstanttable.t             (Wstat: 0 Tests: 16 Failed: 3)
  Failed tests:  1-3
t/pmc/packfiledirectory.t                 (Wstat: 0 Tests: 20 Failed: 5)
  Failed tests:  5-6, 18-20
t/pmc/packfilefixupentry.t                (Wstat: 0 Tests: 3 Failed: 3)
  Failed tests:  1-3
t/pmc/packfilefixuptable.t                (Wstat: 0 Tests: 3 Failed: 1)
  Failed test:  1
t/pmc/packfilerawsegment.t                (Wstat: 0 Tests: 7 Failed: 3)
  Failed tests:  1-2, 5
t/compilers/opsc/01-parse.t               (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/compilers/opsc/02-parse-all-ops.t       (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/compilers/opsc/06-opsfile.t             (Wstat: 0 Tests: 7 Failed: 2)
  Failed tests:  1, 4
t/compilers/opsc/07-emitter.t             (Wstat: 0 Tests: 22 Failed: 1)
  Failed test:  8
t/library/lwp.t                           (Wstat: 256 Tests: 9 Failed: 0)
  Non-zero exit status: 1
  Parse errors: Bad plan.  You planned 48 tests but ran 9.
Files=356, Tests=12281, 105 wallclock secs ( 1.95 usr  0.48 sys + 77.12 cusr  9.85 csys = 89.40 CPU)
Result: FAIL
make: *** [test_core] Error 1

The errors are basically of three types.  Here are some examples:

1.  t/pmc/packfile.t runs into this:

    PackFile_unpack: This Parrot cannot read bytecode files with version 6.18.

2.  t/compilers/osc/01-parse.t runs into this:

    error:imcc:syntax error, unexpected VAR, expecting '(' ('file')
	in file 't/compilers/opsc/common.pir' line 29
	included from 't/compilers/opsc/01-parse.t' line 1
    error:imcc:syntax error, unexpected VAR, expecting '(' ('pio')
	in file 't/compilers/opsc/common.pir' line 31
	included from 't/compilers/opsc/01-parse.t' line 1
    error:imcc:syntax error ... somewhere
	in file 't/compilers/opsc/01-parse.t' line 196
    t/compilers/opsc/01-parse.t .. 

3.  t/library/lwp.t runs into this:

    "load_bytecode" no file name
    current instr.: 'parrot;HTTP;Date;time2str' pc 8 (runtime/parrot/library/HTTP/Message.pir:31)
    called from Sub 'parrot;LWP;UserAgent;_new_response' pc 1443 (/dev/shm/parrot/runtime/parrot/library/LWP/UserAgent.pir:528)
    called from Sub 'parrot;LWP;UserAgent;send_request' pc 208 (/dev/shm/parrot/runtime/parrot/library/LWP/UserAgent.pir:74)
    called from Sub 'parrot;LWP;UserAgent;request' pc 403 (/dev/shm/parrot/runtime/parrot/library/LWP/UserAgent.pir:133)
    called from Sub 'test_unknown_protocol' pc 270 (t/library/lwp.t:68)
    called from Sub 'main' pc 49 (t/library/lwp.t:27)
    t/library/lwp.t .. 
    Dubious, test returned 1 (wstat 256, 0x100)
    Failed 39/48 subtests 


Are these known and expected, or shall I open tickets for these?

-- 
    Andy Dougherty		doughera at lafayette.edu


More information about the parrot-dev mailing list