Leopold Toetsch wrote:
Joseph F. Ryan wrote:
However, perl6 seems to be breaking. "Seems" meaning that 100% of
the tests are failing. This is bad.error (test.warn) of:
I did make a little change in imcc.l, but I have no difference in test
results.
$ make test
$ perl6 --test -r
both give:
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/compiler/1.t 1 256 14 1 7.14% 14
t/compiler/b.t 1 256 6 1 16.67% 4
2 subtests skipped.
Does "make test" in languages/imcc succeed?
Seems to.
perl t/harness
t/imcpasm/opt1.....ok
t/imcpasm/opt2.....ok
t/imcpasm/sub......ok
t/syn/clash........ok
t/syn/const........ok
t/syn/labels.......ok
t/syn/namespace....ok
t/syn/scope........ok
All tests successful.
Files=8, Tests=21, 2 wallclock secs ( 1.63 cusr + 0.81 csys = 2.44 CPU)