On Sun Jul 08 13:20:23 2007, chromatic <!-- x --> at wgz.org wrote:
> 
> They're not in POD format, they're in PseudoPod.  r19316 should have
> updated
> this test to skip those files.  Did it not work?
> 
> The relevant lines are 77 and 78:
> 
>     # Skip the book, because it uses extended O'Reilly-specific POD
>     next if $file =~ m{parrot/docs/book/};
> 

This is weird.  I'm getting different results on different OSes.  After 'svn 
update' in each case, 
I got:

Darwin:
[parrot] 503 $ prove -v t/doc/pod.t     
t/doc/pod....1..1
# finding files with POD, this may take a minute.
ok 1 - Pod syntax correct
ok
All tests successful.
Files=1, Tests=1, 129 wallclock secs (24.22 cusr +  3.57 csys = 27.79 CPU)

Linux:
[li11-226:fresh] 503 $ prove -v t/doc/pod.t
t/doc/pod....1..1
# finding files with POD, this may take a minute.
not ok 1 - Pod syntax correct

#     Failed test (t/doc/pod.t at line 89)
#          got: '/home/jimk/work/fresh/docs/book/ch03_pir_basics.pod
# /home/jimk/work/fresh/docs/book/ch05_pasm.pod
# /home/jimk/work/fresh/docs/book/ch02_getting_started.pod
# /home/jimk/work/fresh/docs/book/ch07_architecture.pod
# /home/jimk/work/fresh/docs/book/ch01_overview.pod
# /home/jimk/work/fresh/docs/book/ch08_reference.pod
# /home/jimk/work/fresh/docs/book/ch04_pir_subroutines.pod'
#     expected: ''
# Looks like you failed 1 test of 1.
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 1
        Failed 1/1 tests, 0.00% okay
Failed Test Stat Wstat Total Fail  Failed  List of Failed
------------------------------------------------------------------------------
-
t/doc/pod.t    1   256     1    1 100.00%  1
Failed 1/1 test scripts, 0.00% okay. 1/1 subtests failed, 0.00% okay.

Will have to investigate further.

Reply via email to