I just changed the interpreter structure slightly. After "make -s"
*almost* all got recompiled. Running Parrot did segfault.
a "make progclean" is at least needed.
Thanks,
leo
t/dynclass/pybuiltin.t 5 1280 6 5 83.33% 1-2 4-6
t/dynclass/pyclass.t 6 1536 6 6 100.00% 1-6
t/dynclass/pycomplex.t 1 256 1 1 100.00% 1
t/dynclass/pyfunc.t 4 1024 4 4 100.00% 1-4
t/dynclass/pyint.t 25 6400 25 25 100.00% 1-25
t/library/parrotlib.t 6 1536 6 6 100.00% 1-6
t/pmc/nci.t 1 256 47 1 2.13% 48
These failures are all due to missing dependencies that *are* built with
"make", but not by "make test" (which is at least smart enough to build
the parrot executable).
> [leo - Mon Nov 22 07:41:35 2004]:
> Here's another one: "make test" before "make" fails a few tests:
>
> t/dynclass/pybuiltin.t 5 1280 6 5 83.33% 1-2 4-6
> t/dynclass/pyclass.t 6 1536 6 6 100.00% 1-6
> t/dynclass/pycomplex.t 1 256 1 1 100.00% 1
> t/dynclass/pyfunc.t 4 1024 4 4 100.00% 1-4
> t/dynclass/pyint.t 25 6400 25 25 100.00% 1-25
> t/library/parrotlib.t 6 1536 6 6 100.00% 1-6
> t/pmc/nci.t 1 256 47 1 2.13% 48
>
> These failures are all due to missing dependencies that *are* built with
> "make", but not by "make test" (which is at least smart enough to build
> the parrot executable).
I've made a fix.
While I obviously have authority to update cvs, as near as I can tell,
my user id is not defined to the parrot bug tracking system.
- Sam Ruby