On both systems all tests pass (current cvs).
Solaris:
-bash-3.00$ make check
Making check in include
Making check in testsuite
make check-DEJAGNU
Making a new site.exp file...
srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd .
&& pwd`; export srcdir;
EXPECT=`if [ -f ../../expect/expect ] ; then echo
../../expect/expect ; else echo expect ; fi`; export
EXPECT;
runtest=`if [ -f ../../dejagnu/runtest ] ; then echo
../../dejagnu/runtest ; else echo runtest; fi`;
if /bin/bash -c "$runtest --version" >
/dev/null 2>&1; then
exit_status=0; l='libffi'; for tool in $l; do
if $runtest --tool $tool --srcdir $srcdir ;
then :; else exit_status=1; fi;
done;
else echo "WARNING: could not find `runtest'"
1>&2; :;
fi;
exit $exit_status
WARNING: Couldn't find the global config file.
WARNING: Couldn't find tool init file
Test Run By thomas on Sat Feb 23 08:03:18 2008
Native configuration is i386-pc-solaris2.10
=== libffi tests ===
Schedule of variations:
unix
Running target unix
Using /opt/csw/share/dejagnu/baseboards/unix.exp as board
description file for target.
Using /opt/csw/share/dejagnu/config/unix.exp as generic
interface file for target.
Using
/users/home/thomas/devel/libffi/testsuite/config/default.exp
as tool-and-target-specific interface file.
Running
/users/home/thomas/devel/libffi/testsuite/libffi.call/call.e
xp ...
Running
/users/home/thomas/devel/libffi/testsuite/libffi.special/spe
cial.exp ...
=== libffi Summary ===
# of expected passes 1389
# of unsupported tests 15
Making check in man
-bash-3.00$ uname -a
SunOS unknown 5.10 Generic_118844-26 i86pc i386 i86pc
-bash-3.00$
OS X:
thomas-hellers-mac-mini:~/devel/libffi theller$ make check
Making check in include
make[1]: Nothing to be done for `check'.
Making check in testsuite
make check-DEJAGNU
srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd .
&& pwd`; export srcdir;
EXPECT=`if [ -f ../../expect/expect ] ; then echo
../../expect/expect ; else echo expect ; fi`; export EXPECT;
runtest=`if [ -f ../../dejagnu/runtest ] ; then echo
../../dejagnu/runtest ; else echo runtest; fi`;
if /bin/sh -c "$runtest --version" > /dev/null
2>&1; then
exit_status=0; l='libffi'; for tool in $l; do
if $runtest --tool $tool --srcdir $srcdir ;
then :; else exit_status=1; fi;
done;
else echo "WARNING: could not find `runtest'"
1>&2; :;
fi;
exit $exit_status
WARNING: Couldn't find the global config file.
WARNING: Couldn't find tool init file
Test Run By theller on Sat Feb 23 17:16:25 2008
Native configuration is powerpc-apple-darwin8.11.0
=== libffi tests ===
Schedule of variations:
unix
Running target unix
Using /opt/local/share/dejagnu/baseboards/unix.exp as board
description file for target.
Using /opt/local/share/dejagnu/config/unix.exp as generic
interface file for target.
Using
/Users/theller/devel/libffi/testsuite/config/default.exp as
tool-and-target-specific interface file.
Running
/Users/theller/devel/libffi/testsuite/libffi.call/call.exp
...
Running
/Users/theller/devel/libffi/testsuite/libffi.special/special
.exp ...
=== libffi Summary ===
# of expected passes 1389
# of unsupported tests 15
Making check in man
make[1]: Nothing to be done for `check'.
make[1]: Nothing to be done for `check-am'.
thomas-hellers-mac-mini:~/devel/libffi theller$ uname -a
Darwin thomas-hellers-mac-mini.local 8.11.0 Darwin Kernel
Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root nu-79
2.24.17~1/RELEASE_PPC Power Macintosh powerpc
thomas-hellers-mac-mini:~/devel/libffi theller$
|