>
> I have add t/examples/japh.t, which tests the JAPHs in 'examples/japh'.
> Currently 10 out of 15 JAPHs are broken at least on my Linux machine.
>
> These broken JAPHs should be fixed. Furthermore some JAPHs in PIR,
PIL, PAST
> would be nice.
>
I see some updates to the examples, so guess somebody is having a hack
at this task. FYI, current test status on Win32:-
t\examples\japh....ok 10/15
t\examples\japh....NOK 12# Failed test (t\examples\japh.t at line 55)
# got: 'set_integer_keyed() not implemented in class 'PerlInt'
# current instr.: '(null)' pc 2 ((unknown file):-1)
# '
# expected: 'Just another Parrot Hacker
# '
# '.\parrot.exe
"D:\Jonathan\Hacking\parrot\trunk\t\examples\japh_12.pasm"' fai
led with exit code 1
t\examples\japh....ok 13/15# Looks like you failed 1 test of 15.
t\examples\japh....dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 12
Failed 1/15 tests, 93.33% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t\examples\japh.t 1 256 15 1 6.67% 12
(2 subtests UNEXPECTEDLY SUCCEEDED).
Failed 1/1 test scripts, 0.00% okay. 1/15 subtests failed, 93.33% okay.
Jonathan