James (>):
> Can you report what results you are currently getting when you run:
> prove -v t/examples/library.t ?

$ prove -v t/examples/library.t
t/examples/library.t....
1..4
ok 1 - examples/library/getopt_demo.pir
ok 2 - examples/library/md5sum.pir
7.7
Failed to load libpcre
current instr.: 'parrot;PCRE;init' pc 99 (library/pcre.pir:111)
called from Sub 'parrot;PCRE;main' pc 215 (examples/library/pcre.pir:39)
not ok 3 - examples/library/pcre.pir
not ok 4 - ncurses_life.pir # TODO ncurses_life.pir not testable yet

#   Failed (TODO) test 'ncurses_life.pir'
#   at t/examples/library.t line 77.

#   Failed test 'examples/library/pcre.pir'
#   at t/examples/library.t line 67.
#          got: ''
#     expected: 'asdf =~ /as/
# 1 match(es):
# as
# '
# Looks like you failed 1 test of 4.
 Dubious, test returned 1 (wstat 256, 0x100)
 Failed 1/4 subtests

Test Summary Report
-------------------
t/examples/library.t (Wstat: 256 Tests: 4 Failed: 1)
  Failed test:  3
  Non-zero exit status: 1
Files=1, Tests=4,  1 wallclock secs ( 0.01 usr  0.01 sys +  0.12 cusr
0.06 csys =  0.20 CPU)
Result: FAIL

Reply via email to