On Fri, 19 Oct 2001, Jeff wrote:
> For a -very- primitive Scheme -> Parrot compiler, see
>
> http://216.254.0.2/~jgoff/Files/scheme.tar.gz
Woo hoo!
> Test files (using the provided version of Test::More) are in the t/
> directory, and can be run by typing 'make test' at the command line. The
> test suite currently covers all of the currently-working expressions.
> Simple variables will hopefully be added over the weekend alongside data
> type tracing.
I'm getting some test failures. I've attached the full report below. I'm
running this on Redhat Linux 7.1 with a fresh parrot CVS checkout.
t/harness
t/io/basic..........ok
t/arith/basic.......ok
t/arith/logic.......ok 16/43# Failed test (Scheme/Test.pm at line 76)
# got: '1'
# expected: '3'
t/arith/logic.......ok 19/43# Failed test (Scheme/Test.pm at line 76)
# got: '1'
# expected: '9'
t/arith/logic.......NOK 20# Failed test (Scheme/Test.pm at line 76)
# got: '0'
# expected: '1'
t/arith/logic.......NOK 21# Failed test (Scheme/Test.pm at line 76)
# got: '0'
# expected: '3'
t/arith/logic.......NOK 22# Failed test (Scheme/Test.pm at line 76)
# got: '0'
# expected: '1'
t/arith/logic.......NOK 23# Failed test (Scheme/Test.pm at line 76)
# got: '0'
# expected: '1'
t/arith/logic.......ok 37/43# Failed test (Scheme/Test.pm at line 76)
# got: '1'
# expected: '0'
t/arith/logic.......ok 42/43# Looks like you failed 7 tests of 43.
t/arith/logic.......dubious
Test returned status 7 (wstat 1792, 0x700)
DIED. FAILED tests 17, 20-24, 38
Failed 7/43 tests, 83.72% okay
t/logic/basic.......ok
Failed Test Status Wstat Total Fail Failed List of Failed
--------------------------------------------------------------------------------t/arith/logic.t
7 1792 43 7 16.28% 17, 20-24, 38
Failed 1/4 test scripts, 75.00% okay. 7/75 subtests failed, 90.67% okay.
make: *** [test] Error 29
-sam