Port-powerpc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: devel/libffi



>    Do you mean "is it reasonable to use the same ABI FreeBSD uses"?
>
> yes.

OK.

>    Do you have any ideas about what causes the self-test failures?
>    I feel hesitant committing the code with known failing self-tests.
>
> not off hand.
>
> do you know what the results are on eg, netbsd/i386?

The result is as attached.  Compare the summary of

# of expected passes            1389
# of unsupported tests          15

to the NetBSD/macppc result of

# of expected passes            1384
# of unexpected failures        5
# of unsupported tests          15

So the 5 unexpected failures did not fail on i386.

Regards,

- Håvard
=> Bootstrap dependency digest>=20010302: found digest-20080510
===> Checking for vulnerabilities in libffi-3.0.8
===> Testing for libffi-3.0.8
Making check in include
Making check in testsuite
/usr/bin/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 he on Mon Jan 19 19:41:36 2009
Target is i386--netbsdelf
Host   is i386--netbsdelf
Build  is i386-unknown-netbsdelf4.0

                === libffi tests ===

Schedule of variations:
    unix

Running target unix
Using /usr/pkg/share/dejagnu/baseboards/unix.exp as board description file for 
target.
Using /usr/pkg/share/dejagnu/config/unix.exp as generic interface file for 
target.
Using /usr/pkgsrc/devel/libffi/work/libffi-3.0.8/testsuite/config/default.exp 
as tool-and-target-specific interface file.
WARNING: Assuming target board is the local machine (which is probably wrong).
You may need to set your DEJAGNU environment variable.
Running 
/usr/pkgsrc/devel/libffi/work/libffi-3.0.8/testsuite/libffi.call/call.exp ...
Running 
/usr/pkgsrc/devel/libffi/work/libffi-3.0.8/testsuite/libffi.special/special.exp 
...

                === libffi Summary ===

# of expected passes            1389
# of unsupported tests          15
Making check in man


Home | Main Index | Thread Index | Old Index