--- James E Keenan <[EMAIL PROTECTED]> wrote:

Hi James,

> Although it is not required for running chromatic's process, you
> might wish to begin with:
> 
>     perl Configure.pl --test
> 
> ... to see that the configuration and build tools all work properly 
> before you say 'make'.

Thanks for that tip.  I assume from other comments that you've made
that if there are Configure test failures, that trying to continue is
useless.

  svn co https://svn.perl.org/parrot/trunk parrot \
    && cd parrot \
    && perl Configure.pl --test

4/1089 tests failed.  Test below.  As usual, if there is anything else
I can do, please let me know.

Cheers,
Ovid

t/postconfigure/01-options.......................ok     
t/postconfigure/02-data_slurp....................ok     
t/postconfigure/03-revision_no_DEVELOPING........ok     
t/postconfigure/04-revision......................ok   
t/postconfigure/05-trace.........................skipped: Tests
irrelevant unless configuration completed with tracing requested
t/postconfigure/06-data_slurp_temp...............ok     
t/tools/pmc2cutils/00-qualify....................1/10 
#     Failed test (t/tools/pmc2cutils/00-qualify.t at line 30)
# Looks like you failed 1 test of 10.
t/tools/pmc2cutils/00-qualify.................... Dubious, test
returned 1 (wstat 256, 0x100)
 Failed 1/10 subtests 
t/tools/pmc2cutils/01-pmc2cutils.................ok    
t/tools/pmc2cutils/02-find_file..................ok   
t/tools/pmc2cutils/03-dump_vtable................ok   
t/tools/pmc2cutils/04-dump_pmc...................63/? 
#     Failed test (t/tools/pmc2cutils/04-dump_pmc.t at line 297)
#                   ''
#     doesn't match '(?-xism:^cannot find file 'scalar\.dump' in path)'
t/tools/pmc2cutils/04-dump_pmc...................92/? # Looks like you
failed 1 test of 106.
t/tools/pmc2cutils/04-dump_pmc................... Dubious, test
returned 1 (wstat 256, 0x100)
 Failed 1/106 subtests 
t/tools/pmc2cutils/05-gen_c......................ok    
t/tools/pmc2cutils/06-print_tree.................ok    
t/tools/pmc2cutils/07-open_file..................ok    
t/tools/pmc2cutils/08-pmc-pm.....................ok   
t/tools/ops2cutils/01-new........................ok    
t/tools/ops2cutils/02-usage......................ok    
t/tools/ops2cutils/03-print_c_header_file........ok    
t/tools/ops2cutils/04-print_c_source_top.........ok    
t/tools/ops2cutils/05-print_c_source_bottom......ok    
t/tools/ops2cutils/06-dynamic....................ok    
t/tools/ops2cutils/07-make_incdir................ok   
t/tools/ops2cutils/08-nolines....................ok    
t/tools/ops2cutils/09-dynamic_nolines............ok    
t/tools/ops2pmutils/00-qualify...................1/11 
#     Failed test (t/tools/ops2pmutils/00-qualify.t at line 19)

#     Failed test (t/tools/ops2pmutils/00-qualify.t at line 23)
# Looks like you failed 2 tests of 11.
t/tools/ops2pmutils/00-qualify................... Dubious, test
returned 2 (wstat 512, 0x200)
 Failed 2/11 subtests 
t/tools/ops2pmutils/01-ops2pmutils...............ok   
t/tools/ops2pmutils/02-usage.....................ok    
t/tools/ops2pmutils/03-new.......................ok   
t/tools/ops2pmutils/04-prepare_ops...............ok    
t/tools/ops2pmutils/05-renum_op_map_file.........ok    
t/tools/ops2pmutils/06-load_op_map_files.........ok    
t/tools/ops2pmutils/07-no_ops_skip...............ok    
t/tools/ops2pmutils/08-sort_ops..................ok    
t/tools/ops2pmutils/09-prepare_real_ops..........ok    
t/tools/ops2pmutils/10-print_module..............ok    
t/tools/ops2pmutils/11-print_h...................ok    

Test Summary Report
-------------------
t/tools/pmc2cutils/00-qualify.t              (Wstat: 256 Tests: 10
Failed: 1)
  Failed test number(s):  5
  Non-zero exit status: 1
t/tools/pmc2cutils/04-dump_pmc.t             (Wstat: 256 Tests: 106
Failed: 1)
  Failed test number(s):  63
  Non-zero exit status: 1
t/tools/ops2pmutils/00-qualify.t             (Wstat: 512 Tests: 11
Failed: 2)
  Failed test number(s):  8-9
  Non-zero exit status: 2
t/tools/ops2pmutils/08-sort_ops.t            (Wstat: 0 Tests: 87
Failed: 0)
  TODO passed:   50
Files=36, Tests=1089, 24 wallclock secs ( 0.28 usr  0.29 sys + 18.09
cusr  2.18 csys = 20.84 CPU)
Result: FAIL
Failed 3/36 test programs. 4/1089 subtests failed.

--
Buy the book  - http://www.oreilly.com/catalog/perlhks/
Perl and CGI  - http://users.easystreet.com/ovid/cgi_course/
Personal blog - http://publius-ovidius.livejournal.com/
Tech blog     - http://use.perl.org/~Ovid/journal/

Reply via email to