Yitzchak Scott-Thoennes wrote:
> These failures just started recently, perhaps having been masked
> before by the 5.9.2 I had installed.
> 
> lib/Test/Harness/t/strap-analyze..........Can't locate if.pm in @INC (@INC 
> contains: /usr/local/lib/perl5/5.9.3/cygwin-thread-multi-64int 
> /usr/local/lib/perl5/5.9.3 
> /usr/local/lib/perl5/site_perl/5.9.3/cygwin-thread-multi-64int 
> /usr/local/lib/perl5/site_perl/5.9.3 /usr/local/lib/perl5/site_perl .) at 
> lib/sample-tests/die line 1.

@INC should contain lib and ../lib at this point. On my machine, it does, at 
least.

> BEGIN failed--compilation aborted at lib/sample-tests/die line 1.
> #     Failed test (../lib/Test/Harness/t/strap-analyze.t at line 504)
> #          got: '2'
> #     expected: '1'
> FAILED at test 19
> --
> lib/Test/Harness/t/test-harness...........Can't locate strict.pm in @INC 
> (@INC contains: /usr/local/lib/perl5/5.9.3/cygwin-thread-multi-64int 
> /usr/local/lib/perl5/5.9.3 
> /usr/local/lib/perl5/site_perl/5.9.3/cygwin-thread-multi-64int 
> /usr/local/lib/perl5/site_perl/5.9.3 /usr/local/lib/perl5/site_perl .).
> BEGIN failed--compilation aborted.

I don't reproduce these; maybe related to setting
        $Test::Harness::Switches = '"-Mstrict"';
in this test (and thus the symptom of a more general problem
about running perl with the correct environment ?)

> #     Failed test (../lib/Test/Harness/t/test-harness.t at line 513)
> #     Structures begin differing at:
> #          $got->{max} = '0'
> #     $expected->{max} = '2'
> 
> #     Failed test (../lib/Test/Harness/t/test-harness.t at line 524)
> #          got: ''
> #     expected: 'Enormous test number seen [test 100001]
> # Can't detailize, too big.
> # Enormous test number seen [test 136211425]
> # Can't detailize, too big.
> # '
> FAILED at test 13
> 
> 

Reply via email to