chromatic wrote:
On Monday 17 March 2008 14:29:19 Alberto Simões wrote:

I think this is not new to anyone, but as parrot 0.6.0 is preparing to
exit the cage, here is some information about running make test on
latest svn r26457.
Darwin 10.5.2:

Test Summary Report
-------------------
t/src/io.t                                 (Wstat: 256 Tests: 20 Failed: 1)
   Failed test:  19
   Non-zero exit status: 1

I removed that test file in r26425.  Why is it running for you on Darwin?

No idea :)

t/examples/library.t                       (Wstat: 256 Tests: 4 Failed: 1)
   Failed test:  3
   Non-zero exit status: 1
Files=560, Tests=11234, 358 wallclock secs ( 3.69 usr  2.98 sys + 165.11
cusr 69.67 csys = 241.45 CPU)
Result: FAIL
Failed 2/560 test programs. 2/11234 subtests failed.

Can you show the full diagnostics of the failure?

Hope this helps:

[EMAIL PROTECTED] parrot]$ 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.5
Null PMC access in invoke()
current instr.: 'parrot;PCRE;compile' pc 118 (library/pcre.pir:127)
called from Sub 'parrot;PCRE;main' pc 271 (examples/library/pcre.pir:56)
not ok 3 - examples/library/pcre.pir

#   Failed test 'examples/library/pcre.pir'
#   at t/examples/library.t line 67.
#          got: 'asdf =~ /as/
# '
#     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, 0 wallclock secs ( 0.01 usr 0.01 sys + 0.07 cusr 0.04 csys = 0.13 CPU)
Result: FAIL


--
Alberto Simões - Departamento de Informática - Universidade do Minho
                 Campus de Gualtar - 4710-057 Braga - Portugal

Reply via email to