[perl #58050] Segfault in "make testr" for t/compilers/imcc/syn/hll.t:2

2008-08-18 Thread via RT
# New Ticket Created by Bob Rogers # Please include the string: [perl #58050] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58050 > It looks like "subclass" is allocating an integer for the new PMC class, but failing to

Re: [PATCH] make testr

2005-05-08 Thread Leopold Toetsch
Dino Morelli <[EMAIL PROTECTED]> wrote: > On Sat, 7 May 2005, Dino Morelli wrote: >>On Sat, 7 May 2005, Leopold Toetsch wrote: >$ ./parrot -o foo.pbc foo.imc >$ ./parrot foo.pbc >>The part I'm unsure of is the exit codes. >>I could change it to watch for a bad code during the for loop wi

Re: [PATCH] make testr

2005-05-07 Thread Dino Morelli
On Sat, 7 May 2005, Dino Morelli wrote: >On Sat, 7 May 2005, Leopold Toetsch wrote: > >>Dino Morelli <[EMAIL PROTECTED]> wrote: >>> On Fri, 6 May 2005, Leopold Toetsch wrote: >> >>>>"make testr" is broken. We need some replacement for i

Re: [PATCH] make testr

2005-05-07 Thread Dino Morelli
On Sat, 7 May 2005, Leopold Toetsch wrote: >Dino Morelli <[EMAIL PROTECTED]> wrote: >> On Fri, 6 May 2005, Leopold Toetsch wrote: > >>>"make testr" is broken. We need some replacement for it. It does: > >[ and should do ] > >>>$ ./parrot -o

Re: [PATCH] make testr

2005-05-07 Thread Leopold Toetsch
Dino Morelli <[EMAIL PROTECTED]> wrote: > On Fri, 6 May 2005, Leopold Toetsch wrote: >>"make testr" is broken. We need some replacement for it. It does: [ and should do ] >>$ ./parrot -o foo.pbc foo.imc >>$ ./parro

Re: [PATCH] make testr

2005-05-06 Thread Dino Morelli
On Fri, 6 May 2005, Leopold Toetsch wrote: >"make testr" is broken. We need some replacement for it. It does: > >- read a source file >- compile the source to a .pbc file >- load that .pbc file >- run it > >It corresponds to this command line: > >$ ./par

make testr

2005-05-06 Thread Leopold Toetsch
"make testr" is broken. We need some replacement for it. It does: - read a source file - compile the source to a .pbc file - load that .pbc file - run it It corresponds to this command line: $ ./parrot -o foo.pbc -r -r foo.imc This was basically introduced to test running compiled PBCs

make testr: problem with parrotlib

2004-05-26 Thread Jens Rieks
otlib code does the same as then the original C code path for the hardcoded directory locations. I'll write a C version of the dynext locating code too, as a working C version is also required for miniparrot (at least, I think so?)... > leo jens > [1] make testr > make fulltest