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