sudo prove -v t/examples/library.t t/examples/library...... 1..4 ok 1 - examples/library/getopt_demo.pir ok 2 - examples/library/md5sum.pir 7.4 Failed to load libpcre current instr.: 'parrot;PCRE;init' pc 99 (library/pcre.pir:106) called from Sub 'parrot;PCRE;main' pc 244 (examples/library/pcre.pir:39) not ok 3 - examples/library/pcre.pir
# Failed test 'examples/library/pcre.pir' # at t/examples/library.t line 67. # got: '' # expected: 'asdf =~ /as/ # 1 match(es): # as # ' 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. # 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.00 sys + 0.19 cusr 0.11 csys = 0.31 CPU) Result: FAIL cheers, J On Sat, May 17, 2008 at 6:52 PM, chromatic <[EMAIL PROTECTED]> wrote: > On Saturday 17 May 2008 09:40:08 James Fuller wrote: > >> mac osx 10.4.11 (macbook 2.16 GHz Intel Core 2 Duo, 1GB RAM) >> perl -version = v5.10.0 built for darwin-2level >> -------------- >> >> perl Configure.pl - ok in plain vanilla mode >> >> make - ok >> >> make test - failed a single test >> >> t/examples/library.t (Wstat: 256 Tests: 4 Failed: >> 1) Failed test: 3 > > Can you run prove -v t/examples/library.t and paste the whole output into a > message? The diagnostics in particular will be interesting. > > -- c >