At 11:40 19/09/2007 -0700, chromatic wrote:
On Wednesday 19 September 2007 09:58:56 François PERRAD wrote:

> Any comments, suggestions, bug report, test, improvement are welcome on
> Parrot mailing list ([EMAIL PROTECTED]).

Two tests fail reliably for me on x86 GNU/Linux, and one fails now and then:

Failed Test   Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
lua/t/alarm.t    1   256     6    1  2

I've some troubles with GC (in Lua PMC, I think).
I don't known how track them.

lua/t/io.t       1   256    41    1  15

on win32 popen is not implemented,
on linux it seems to be, but there are no specific test like this :
        .sub 'main' :main
            .local pmc f
            f = open 'perl -v', '-|'
            $S0 = read f, 1000
            print $S0
            print "\n"
        .end

so I'll skip this test in all platforms.

lua/t/os.t       1   256    25    1  23

looks like a time zone problem, so I'll modify the test with a less strict condition.



François.


Reply via email to