[perl #22857] Parrot IO test failures

2005-01-13 Thread Will Coleda via RT
> [EMAIL PROTECTED] - Mon Jun 30 07:15:44 2003]: > > > A further data point: the tests pass if I use IMCC to assemble them, > rather than assemble.pl > > Simon > Since assemble.pl is no more, closing this ticket.

Re: [perl #22857] Parrot IO test failures

2003-07-01 Thread Juergen Boemmels
Leopold Toetsch <[EMAIL PROTECTED]> writes: > Simon Glover <[EMAIL PROTECTED]> wrote: > > I'm getting failures in tests 1 & 2 in t/pmc/io.t; however, both tests > > seem to run fine if I run them in the debugger. > > valgrind does indicate, that there are unitialized items in many > parts of io

Re: [perl #22857] Parrot IO test failures

2003-06-30 Thread Leopold Toetsch
Simon Glover <[EMAIL PROTECTED]> wrote: > I'm getting failures in tests 1 & 2 in t/pmc/io.t; however, both tests > seem to run fine if I run them in the debugger. valgrind does indicate, that there are unitialized items in many parts of io_buf.c. (I don't know, if these tests even should use the

Re: [perl #22857] Parrot IO test failures

2003-06-30 Thread Simon Glover
A further data point: the tests pass if I use IMCC to assemble them, rather than assemble.pl Simon

[perl #22857] Parrot IO test failures

2003-06-30 Thread via RT
# New Ticket Created by Simon Glover # Please include the string: [perl #22857] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=22857 > Hi, I'm getting failures in tests 1 & 2 in t/pmc/io.t; however, both tests seem to