This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

current svn testsuite issue under OpenBSD


OpenBSD okinawa.local 4.6 GENERIC.MP#2 i386

(scheme-implementation-version) 1.9.3 (revision 6298M)

[...snip...]
CLASSPATH=.:$CLASSPATH ../bin/kawa.sh -e '(load "testing.zip")'  \
          -f "./formatst.scm" -e '(test-report)'
XPASS:(#<procedure format> #f "~s"
       #<procedure display>)  ==> "#<procedure display>"
# of expected passes      379
# of expected failures    4
# of unexpected successes 1
../bin/kawa.sh -e "(require 'pprint-file)" \
          -e '(define out (open-output-file "tmpP"))' \
          -e '(pprint-file "../gnu/kawa/slib/ppfile.scm" out)' \
          -e '(close-output-port out)'
#tdiff tmpP ./ppfile.out
rm tmpP
../bin/kawa.sh  -f "./text-test.scm"
%%%% Starting test text  (Writing full log to "text.log")
./text-test.scm:7:32: unknown character name: √



I stops at the last line and requires control-c to recover the terminal.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]